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

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

  6. How to run cmd with Admin privileges using command line

    Run from shortcut file (.lnk) in the Windows XP (but not in the Windows 7) brings truncated command line down to ~260 characters. Run from shortcut file (.lnk) loads console windows …

  7. How to run an .exe application as a background task on startup

    Dec 29, 2018 · Dim WShell Set WShell = CreateObject("WScript.Shell") WShell.Run "c:\x\myapp.exe", 0 Set WShell = Nothing safe this snippet, for example in 'run.vbs' now run …

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

    One thing that I use almost every minute is the Windows Run box (WINDOWS+R). It let's you type a path and auto-completes it really quickly so that you can jump to any dir in no time. My …

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

  10. windows - Run as different user and elevate - Super User

    Oct 18, 2013 · Run Windows PowerShell hidden, then using Start-Process -Verb RunAsUser, start another Windows PowerShell session as a different user, then sleep for 2 minutes (the …

Refresh