
close
close
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:computername\Administrator 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:pro1\Administrator "explorer.exe" Enter the password for pro1\Administrator: Attempting to start explorer.exe as user "pro1\Administrator" ...
More in Windows Client OS
Microsoft Releases May 2023 Patch Tuesday Updates for Windows 11 and Windows 10
May 9, 2023 | Laurent Giret
Windows LAPS is Now Natively Integrated on Windows 11, Windows 10, and Windows Server
Apr 12, 2023 | Laurent Giret
Most popular on petri