posted on Thursday, March 11, 2004 10:21 AM by Enigma

Run as Administrator

Personal Thoughts : A great tip for windows

Ever felt the need to run a particular SW as an administrator or any other user while being logged on as a normal user ??? 

If the answer is YES then here is the solution.

You can simply type in the following command which will do the trick ... You can use this in a shortcut or ... Start : Run

%windir%\system32\runas.exe /user:domain\username “SW path”

eg. %windir%\system32\runas.exe /user:mbahl\Administrator “c:\Program Files\Internet Explorer\iexplore.exe”

 

Comments