About 278,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. cmd.exe - Running .exe in command prompt - Super User

    Feb 12, 2015 · A way to run a file with cmd and have it stay open: start /b /w /D"C:\StartAndEnd\scripts" NVIDIASystemMonitor.au3 The "/w" means it waits until the …

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

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

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

  7. How to run program from command line with elevated rights

    Oct 15, 2009 · There is another way to run a process with UAC elevation that works without third-party tools and without having to set the execution policies for PowerShell. This approach uses …

  8. How do I open the WSL CLI on Windows 10? - Super User

    Dec 2, 2022 · You can run WSL directly from any already open command-line by simply running wsl. This will launch the default distribution. There are plenty of command-line switches …

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

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