About 273,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 …

  2. windows - "Run as" for a .bat file - Super User

    Feb 8, 2010 · I'd like to run a .bat file as a different user to troubleshoot a rights problem which I suspect. For normal .exe files, you can Shift-right-click to get "Run as..

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

    Sep 27, 2015 · Open the Start Menu, type mmc.exe in the search box, and press Enter. NOTE: In Windows 8, you could press Windows+R keys to open the Run dialog, then type mmc.exe, …

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

    Type the following command to run the script and press Enter: & "C:\PATH\TO\SCRIPT\first_script.ps1" In the above command, make sure to change …

  5. uac - Have Windows "Run" dialog run as Admin? - Super User

    I have the exact same problem. The Ctrl+Shift+Enter solution only works if you use the not-as-reliable start menu run box - but for the Win+R run box you are out of luck. The closest thing to …

  6. How to run a .exe file in command prompt - Super User

    Aug 30, 2015 · E.g. [start] [run] cmd C:\Program Files\myprog.exe. After running the program you end up back on the command prompt, with the output from the program still visible. If you need …

  7. windows - run powershell command from cmd - Super User

    May 24, 2016 · I placed the following commands into a batch file to reset Edge (which has been giving some problems from time to time). The batch file was then run at Administrator level. …

  8. How to open a Windows store app from command line?

    Apr 19, 2020 · Note that the suffix won't always be !App, and the name of the folder won't necessarily be easy to match with the actual app ((for example, for Gears Tactics it's …

  9. How to generically refer to the AppData folder on the Windows …

    Run a command shell (start/Run, then "cmd") and type "set". This will list all the environmental variables available. Having said that, USERPROFILE is perfectly valid. There's also …

  10. Executing a command line command from a simple batch file?

    title Text for the CMD window title bar (required.) path Starting directory. command The command, batch file or executable program to run. parameters The parameters passed to the …