How to run an application as another user

December 22, 2005 14:46 by bryan
Useful little short cut to allow you to run / login as another process as a different user without having to logoff and back in again.


%windir%\system32\runas.exe /profile /user:gwtest\testuser /savecred "c:\program files\internet explorer\iexplore.exe"