How to run an application as another user

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"