About 284,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 · To add the Run as... option for .BAT files to the context menu, use the following REG file: Windows Registry Editor Version 5.00 …

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

    Search for PowerShell, right-click the top-result and click the Run as administrator option. Type the following command to allow scripts to run and press Enter: Set-ExecutionPolicy …

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

    Nov 8, 2014 · The link on Windows run commands provided by Sriniv was a bit more useful but is archived (and not maintained) since 2017. The source by user1686 is more useful . – Cadoiz

  5. 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, …

  6. 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. …

  7. Open CMD as admin with Windows+R shortcut - Super User

    Sep 4, 2015 · To run cmd as administrator through Win+R without additional password typing (but UAC warning is still in-place though) just use the following trick: powershell "Start-Process …

  8. How can I run psd1 and psm1 files in powershell? - Super User

    Aug 28, 2020 · The ways to run PowerShell regardless of the host EP setting is a well-documented thing, from Microsoft (via the Powershell Help files) and this old article on the …

  9. Force a program to run *without* administrator privileges or UAC?

    Aug 4, 2010 · If you have a particular application that you want to always run without UAC, you can target it with the Registry (add the text to a REG file and import it into the Registry): …

  10. Run applications as administrator by default in Windows 10

    Nov 18, 2015 · To avoid the problem with UWP apps refusing to run I changed another 2 in gpedit: - Admin Approval Mode for the Built-in Administrator account *Disabled - Run all …