About 264,000 results
Open links in new tab
  1. Where is the Windows Run command located? - Super User

    Where is Windows Run dialog box located? The Windows Run dialog box is a resource located in c:\windows\system32\shell32.dll. The dialog can be opened by running the following command: c:\windows\system32\rundll32.exe shell32.dll,#61 This works on both 32 bit and 64 bit Windows. The dialog can also be launched with the command: explorer shell:::{2559a1f3-21d7-11d4 …

  2. How to enable execution of PowerShell scripts? - Super User

    Start Windows PowerShell with the "Run as Administrator" option. Only members of the Administrators group on the computer can change the execution policy. Enable running unsigned scripts by entering: set-executionpolicy remotesigned This will allow running unsigned scripts that you write on your local computer and signed scripts from Internet. This will change the policy …

  3. Windows + R (run) command to open Network Connections dialog

    Nov 8, 2014 · Find myself constantly changing NIC properties every day (switch, router, etc. config). Any happy fun command to open this dialog (.cpl or .msc) from the Run dialog?

  4. How to Execute Powershell Script AS Powershell 7 from Command …

    May 28, 2020 · Just run pwsh testscript_writefile.ps1 instead of powershell testscript_writefile.ps1 The powershell command launches PowerShell 5 which is based on the Windows-only .NET framework. The newer pwsh launches the newer, cross-platform .NET core version of PowerShell (version 6+). Separate commands are used to ensure backwards compatibility when the …

  5. How can I run .msi installer with administrator rights?

    Feb 3, 2017 · I browsed the answers, and all seem to be more or less OK. However, the easiest way to install an MSI with admin rights in my view is to launch the install of the MSI file from an elevated command prompt (right click cmd.exe and select "run as administrator"). Install with a command line something like this: msiexec.exe /I "MyFile.msi" /QN /L*V "C:\msilog.log" …

  6. How to open Device Manager as admin? - Super User

    Jun 2, 2020 · Run CMD as Elevated If your company windows allows you to run some programs as elevated, try this: Type CMD on the windows search Right-click the command prompt and click Open File Location On the folder that opens, right click the Command Prompt shorcut and click Run Elevated This isn't admin, but it gives you some rights, such as opening the device …

  7. Clear Windows "Run" box cache - Super User

    Clear the entries in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU Edit: AutoComplete in the Run box is set in (of course) Internet Explorer's settings (Content Tab / AutoComplete): there's a button to Delete Autocomplete History. If that doesn't work, you …

  8. How can I start certmgr.msc for computer account? - Super User

    I can start individual Management Console snap-ins by starting them directly without going through starting mmc.exe and selecting the snap-ins I want. However, for certmgr.msc selecting in MMC giv...

  9. How to run Windows 10 Settings app as administrator?

    Sep 27, 2015 · Why it's happening This isn't the problem of not running the Settings app as an Administrator. Those settings are controlled by Group Policy. It appears by default regular users cannot change these settings (it does make sense). I actually tried running the app as an Administrator from an elevated command prompt, Windows Powershell (Start-Process "ms …

  10. How open Windows Explorer as different user in Windows 10?

    Oct 13, 2015 · The "Run as a different user" shows in Windows 10's Explorer when you shift-click a runnable file just like it did in previous versions of Windows, so as-is your question is unclear. Please edit your question and include more information about your specific scenario (what exactly are you trying to run as a different user, Explorer itself, or another program you've explored …

  11. Some results have been removed