2013
08.28

We will see how to obtain shell with administrator right when explorer is down.

For do that, you need powershell. If you are using classical cmd  you can write powershell if it installed.

The magic command line is : 

start-process powershell -verb runas

 or 

start-process cmd -verb runas 

  The UAC confirmation will appear and you get administration right.

That’s all.

shell