About 267,000 results
Open links in new tab
  1. 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?

  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 …

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

  4. Force Internet Explorer 11 to open instead of Edge on Windows 10

    On the other hand, as you wrote, you can use a VBS or PowerShell script for opening Internet Explorer, instead of redirecting to Edge. VBS Script Create .vbs file with the script below. Run …

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

    Apr 19, 2020 · Starting a normal app from the command line (or a script, or a scheduled task) is easy. Just start the executable. But apps that are installed from the Windows Store don't have …

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

    Is there a way to run/start cmd as administrator through the command line or a batch file programming in Windows 8? I want to create a batch file which has administrative privileges …

  7. How to get to Environment Variables from Run - Super User

    I often need access to the Environment Variables on my Windows 7. What command do I need to type in the Run window to get to them? At the moment I do the following: Control Panel > …

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

    Sep 4, 2015 · My preference for running CMD is to use Windows+R » type cmd » Enter. But this doesn't open it with admin rights. Is there a way to type your way through to command prompt …

  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 the Windows-only .NET …

  10. Disable UAC for a specific program (Windows 10) - Super User

    Dec 6, 2020 · Enable the "Run with highest privileges" checkbox. Under the "Configure for" dropdown menu, select "Windows 10" (Or whatever the present OS is). Navigate to the …