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

    Sep 12, 2016 · From within a CMD window, the shortest version of this is: powershell start cmd -v runas. To verify the newly acquired privileges, run: net sess.

  2. How open PowerShell as administrator from the run window

    Is possible open a new PowerShell console as administrator through the run window, in Windows? I know that just typing 'powershell' in the run window is enough to start a new console, but is there a

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

  4. Add Open PowerShell window here as administrator in Windows 10

    Dec 20, 2023 · How to Add "Open PowerShell window here as administrator" context menu in Windows 10 Windows 10 comes with Windows PowerShell 5.0 included. Windows PowerShell is a task-based …

  5. Open Elevated Windows PowerShell in Windows 10 | Tutorials

    Jun 7, 2020 · How to Open Elevated Windows PowerShell in Windows 10 Windows 10 comes with Windows PowerShell 5.0 included. Windows PowerShell is a task-based command-line shell and …

  6. How do I run powershell scripts without admin rights?

    Nov 3, 2012 · If PowerShell is enabled, you can always "run" a script by simply typing it into the command line. The goal of execution policy isn't really to stop a determined user, it's to prevent an …

  7. How to run PowerShell with admin privileges from current folder?

    Nov 15, 2016 · After that, you will be able to run powershell with admin privileges from current open folder. To do this, you have to hold shift and then right click on empty space in the folder.

  8. Add Edit with PowerShell ISE as administrator in Windows 10

    Jun 15, 2021 · How to Add 'Edit with PowerShell ISE as administrator' context menu in Windows 10 The Windows PowerShell Integrated Scripting Environment (ISE) is one of two hosts for the Windows …

  9. How do I start PowerShell from Windows Explorer?

    In Windows Explorer, just go to the Address Bar at the top (keyboard shortcuts: Alt + D or Ctrl + L) and type powershell or powershell_ise and press Enter. A PowerShell command window opens with the …

  10. run CMD as administrator in PowerShell - Stack Overflow

    Nov 11, 2018 · I'm trying to execute a command prompt as administrator by using powershell. (like when you press right click on cmd icon and choose run as administrator). what should I add to the following …