Wednesday, October 03, 2012

PowerShell elevated privileges

Just a quick note: if you need to perform any task that requires elevated privileges, you can throw the following command in PS and gain it: PS> Start-Process powershell -Verb runAs It's the same as "Run as Administrator" bye

No comments: