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

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

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

  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 …

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

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

  7. How can I run a command with administrator rights with Visual …

    Make sure all Visual Studio Code windows are closed. If any non-administrator windows are open, the new window won't have administrator privileges.

  8. Open PowerShell window here context menu - Add in Windows 10

    Jun 15, 2021 · Blog - Site Home - TechNet Blogs This tutorial will show you how to add or remove the Open PowerShell window here context menu for all users in Windows 10. While you must …

  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 …

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