How to Restore ‘Run as Different User’ in Windows 11
Restoring the ‘Run as different user’ option in Windows 11 lets you open programs with another account’s login details.
This feature allows you to run an application using a different Windows profile without having to sign out of your current session. It’s a useful way to handle app permissions or access files that require specific user rights.
Microsoft removed this helpful choice from the standard right-click menu in Windows 11, but you can get it back with a simple registry edit. You will be changing a setting located in 🗝️HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer to make it reappear.
You can restore the ‘Run as different user’ option in Windows 11 via Settings > System > For developers, toggling ‘Show option to run as different user in Start’ to On. Alternatively, use the Registry Editor, navigating to 🗝️HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer and creating a DWORD value named ShowRunasDifferentuserinStart set to 1.
What Happens When You Enable It?
Turning on the ‘Run as different user’ option in Windows 11 lets you open apps using another account, which is handy if you need special permissions for a program.
Method 1Using the Settings App
You can turn on the ‘Run as different user’ option in Windows 11 using the Settings app. Open Settings, go to System, then select ‘For developers’. Look for the File Explorer section and flip the switch for ‘Show option to run as different user in Start’ to On.
- Open the Settings app by pressing Windows key + I.
- Click System on the left sidebar.
- Select For developers.
- Find the File Explorer section.
- Toggle the switch for Show option to run as different user in Start to On.



Method 2Using Registry Editor
The Registry Editor offers another way to get ‘Run as different user’ working in Windows 11 if the Settings app doesn’t display the option. Open the Registry Editor by typing `regedit`, then navigate to 🗝️HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer. Right-click in the right pane, select New > DWORD (32-bit) Value, and name it ShowRunasDifferentuseri.
- Press Windows key + R, type
regedit, and press Enter. - Navigate to:
HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer - Right-click in the right pane, select New > DWORD (32-bit) Value.
- Name it
ShowRunasDifferentuserinStart. - Set the value to 1 to enable it .
- Restart your computer.


Quick Tip: The Shift+→-Click Trick
You don’t always need to enable the menu option. Hold the Shift key while right-clicking an application icon or file. Run as different user will appear in the extended context menu automatically.
Troubleshooting: Secondary Logon Service
If the option doesn’t appear, your Secondary Logon Service might be disabled. This service is crucial for the feature to work. Press Windows key + R, type `regedit` to open the Registry Editor, locate Secondary Logon, right-click it, and select Start. Make sure to set its Startup type to Automatic.
Security Warning
Summary
Restoring the ‘Run as different user’ option in Windows 11 helps you manage permissions effectively. Whether you use the Settings app, the Registry, or the Shift+→-click shortcut, you can now execute tasks with different credentials. Always ensure the Secondary Logon Service is running if you encounter issues.
What is the difference between Run as Administrator and Run as Different User?
Run as Administrator elevates your current user account to have full system control. Run as Different User allows you to launch a program using the credentials of an entirely separate account, which is useful for testing permissions or accessing network resources restricted to specific user groups.
Can I use this for Windows Store apps?
No, the Run as different user feature is designed for traditional desktop applications (Win32). Windows Store apps, or UWP apps, run within a sandboxed environment and do not support being launched with different user credentials through the standard context menu interface.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!