Last updated: Apr 4, 2024
Reading time·2 min
To run Windows (File) Explorer as a different user:
C:\Windows
path in the address bar.Scroll down until you find the explorer.exe
executable or search for
explorer.exe
in the search field in the upper right corner.
Press Shift
and right-click on the explorer.exe
file.
Click on Run as different user.
If you need to run (File) Explorer as an administrator:
C:\Windows
path in the address bar.Scroll down until you find the explorer.exe
executable or search for
explorer.exe
in the search field in the upper right corner.
Press Shift
and right-click on the explorer.exe
file.
Select Run as administrator.
You can also use the Registry Editor to run Windows (File) Explorer as a different user:
HKEY_CLASSES_ROOT\AppID\{CDCBCFCA-3CDC-436f-A4E2-0E02075250C2}
in the
search field.Right-click on the key in the left sidebar and select Permissions.
Grant your user full control of the key.
This has to be done in the advanced permissions/owner page of the folder that
contains the runas
subkey.
Rename the key from runas
to _runas
You can then launch Windows (File) Explorer with a different set of
credentials using the runas
command in Command Prompt (CMD).
runas /user:domain\username "c:\windows\explorer.exe /separate"
Then you have to enter the user's password when prompted.
You can learn more about the related topics by checking out the following tutorials: