Last Update: Sep 24, 2024 | Published: Jan 07, 2009
How can I run Windows Explorer as another user (one with administrative privileges)?
Sometimes you’ll want to do file and folder modifications, or even partition formatting, but you won’t want to do it while logged on as an administrator.
To do so follow the next steps:
That’s it.
BTW, it’s time you got to know the RUNAS command that’s now native in Windows 2000, XP and Windows Server 2003. Open a Command Prompt and run the following command:
runas /user:computernameAdministrator command
where computername is the name of your computer, and username is the name of the user you’re trying to run the command as (e.g. Administrator). The command is the command you’re trying to run (e.g. a batch file, an .exe file or even a control panel applet).
For example:
C:>runas /user:pro1Administrator "explorer.exe" Enter the password for pro1Administrator: Attempting to start explorer.exe as user "pro1Administrator" ...