About 17,800 results
Open links in new tab
  1. Running a command as Administrator using PowerShell?

    Sep 12, 2016 · Try gsudo. A free open-source sudo for windows that allows to execute as admin from the command line. A UAC pop-up will appear.

  2. How open PowerShell as administrator from the run window

    Here's one way to open powershell (or run any command) as admin: press the Windows key (or control-escape) to bring up the Start Menu. Type the command you want to run. Press Control-Shift-ENTER.

  3. windows - How can I run a command with administrator rights with …

    There is a much easier way to run commands with Administrator rights from the command line to get the Linux sudo experience in Windows, with none of the issues mentioned in the other answers.

  4. powershell - I want to run Power Shell script with admin privileges ...

    Some way to run PowerShell with admin privileges: Search Powershell from the Windows search icon OR click the Windows button from the keyboard --> write Powershell --> You will see the Windows …

  5. Run a PowerShell script from a cmd batch as admin

    Jan 17, 2022 · 8 In Windows PowerShell (see bottom section for PowerShell (Core) 7+), using Start-Process -Verb RunAs to launch a command with elevation (as admin), invariably uses …

  6. Windows Powershell policy execution bypass - Stack Overflow

    Apr 26, 2021 · In order to permanently change the execution policy, you need to run your powershell or registry change elevated, i.e Run as administrator. Additionally, you may have to modify your …

  7. Opening up Windows Terminal with elevated privileges, from within ...

    Jun 21, 2020 · The simplest approach will work: Pin Windows Terminal as the first item on the task bar. Then hit Win+Ctrl+Shift+1 to open it as admin. If you really must launch Windows Terminal from the …

  8. windows - Powershell command no longer working - only running as …

    Aug 12, 2021 · If you need to run the operation that uses a different user identity with elevation (with admin privileges): Launching an elevated (run as admin) process is something Start-Job -Credential …

  9. windows - How to run a process as non-admin from an elevated …

    Apr 11, 2015 · You can run a non-admin process from an elevated session by passing in the credential of the user you want to run as. You can use Get-Credential if you want to run interactively, or you …

  10. How to open an elevated cmd using command line for Windows?

    Sep 30, 2013 · How do I open a elevated command prompt using command lines on a normal cmd? For example, I use runas /username:admin cmd but the cmd that was opened does not seem to be …