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

  2. Running a command as Administrator using PowerShell?

    Sep 12, 2016 · The current Windows PowerShell session is not running as Administrator. Start Windows PowerShell by using the Run as Administrator option, and then try running the script …

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

  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 …

  5. Using django-admin on windows powershell - Stack Overflow

    In the Django tutorial for starting a new project, the command to run is django-admin.py startproject mysite However, when I run this, I always encounter the following error: django …

  6. uac - Cannot access network drive in PowerShell running as ...

    I'm running PowerShell in a Windows 7 x64 virtual machine. I have a shared folder on the host mapped as a network drive (Z:). When I run PS normally I can access that drive just fine, but if …

  7. windows - Can't open PowerShell with administrative rights

    May 1, 2021 · 0 I'm running Windows 10 and a few weeks ago I managed to do something (in the middle of the night - can't remember) such that I can't open PowerShell (nor PowerShell ISE) …

  8. working directory - How do I run a PowerShell script as …

    Feb 25, 2021 · I also tried this "powershell.exe -ExecutionPolicy Bypass -NoExit -File "C:\project\test.ps1" " I can run in normal way but cannot run as administrator, because when I …

  9. How do I start PowerShell from Windows Explorer?

    In Windows 10 both the command prompt and the powershell prompt can be found via the menu bar, for both non-admin and admin. These options will have its folder set to the currently …

  10. How to setup a Powershell Script in Windows Task Scheduler with …

    Jun 7, 2020 · Task scheduler usually accepts cmd code with start a program so try making the program/script part be powershell (there is a cmd command called powershell) and arguments …