You know how if you\'re the administrative user of a system and you can just right click say, a batch script and run it as Administrator without entering the administrator p
On top of Shay Levy's answer, follow the below setup (just once)
PATH folders, for example. Windows\System32 folderAfter the setup:
powershell Start-Process powershell -Verb runAs You can now run everything in just one command line. The above works on Windows 8 Basic 64-bit.