How do you run as a different user from the Start Menu in Windows 10?

Running an application as a different user (e.g. domain admin account) from the start menu (by shift + right-clicking the application) used to be an option in Windows 7 & XP.

However, I can't find that option in Windows 10. The workaround seems to be either 1) to find the application in Windows Explorer (shift + right-click) or 2) use runas.exe from the command line.

However, in order to use those workarounds, I have look up the executable name first. It's a bit difficult because I don't have the name of every RSAT tool or executable name memorized.

(e.g. "Active Directory Users and Computers" is dsa.msc, "Routing and Remote Acces" is rrasmgmt.msc)

Is there a simpler way to do this?


Solution 1:

  1. Open Registry Editor by pressing Windows + R key combination, type in regedit and press Enter. If prompted by UAC, click on Yes to continue.
  2. Go to HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer - If you do not find this key, then right click and add the Explorer key under Windows and add DWORD value ShowRunasDifferentuserinStart
  3. In right-side pane, right click on ShowRunasDifferentuserinStart key and then click Modify.
  4. Enter 1 as the value in Value data box
  5. Click Ok to save the setting.
  6. Close Registry Editor. Restart the system.

After rebooting, you should have the "Run as different user option", sometimes under the "More" drop down.

I've done this on several domain joined and non domain joined PCs, works like a charm.

Source: windows10update.com

Solution 2:

You just right click on the shortcut.

enter image description here

You can also create a shortcut and use "runas" same as any version of Windows as explained in this answer by Chris Dwyer

  1. Right-click > New > Shortcut
  2. For Target, type "runas /user:ComputerName\administrator program.exe"

.....

To create a shortcut using the runas command

.....

You can also use StartIsBack++ to get the functionality again.

enter image description here

If a program like StartIsBack++ cannot be used you can enable the behavior with the by setting the Start Menu and Taskbar Show "Run as different user" command on Start group policy to Enabled

enter image description here

enter image description here

Related - How to Add or Remove "Run as different user" on "Start" Application Bar in Windows 8 and 8.1

Solution 3:

There is another (probably new) solution to enable this functionality, which is far more simple than the other ones offered. Simply navigate to the Settings > Update & security > For developers, and under the Windows Explorer one can see a list of things that can be applied.

That list of things that you may apply, might be a little hard to understand at the first look, but I believe it works like this: If it is grayed-out, then it means that that particular thing is already like that (enabled), and hitting the Apply will enable the ones that are not grayed-out and are currently selected.

Following that description I've just made up, if one wants to enable just the Change policy to show Run as different user in Start, he/she has to remove the checks from all the others and hit the Apply.

And finally, here's a screenshot of the particular setting I am talking about:

enter image description here