when you in the powershell window, you want to launch another app with run as administrator right. here is a way to go
ex: launch powershell with administrator privilege
start-process powershell --Verb runas
run visual studio with administrator privilege
start-process devenv.exe --Verb runas
No comments:
Post a Comment