Is possible open a new PowerShell console as administrator through the run window, in Windows?
I know that just typing 'powershell' in the run window is enough to start a new console, but is there a parameter to start it 'as Administrator'?
Like:
"powershell /runas:Administrator"
or something?
PS: I'm using Windows 10 -- I don't know if makes any difference.