Answers for "how to open powershell as admin in windows terminal"

3

powershell admin privileges

Start-Process powershell -Verb runAs
Posted by: Guest on August-03-2020
0

how to run powershell without admin rights

C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted -File D:\myfiles\get_prices.ps1
Posted by: Guest on November-30-2021

Code answers related to "how to open powershell as admin in windows terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language