Forum Discussion
ammarjaved
Dec 08, 2021Iron Contributor
How to Run App as Administrator by Default in Windows 11
1. When you've located the file, right-click it to open its context menu. Then, select "Properties." 2. Navigate to the "Compatibility" tab.
(external link removed by moderator)
...
arich1580
Sep 06, 2024Copper Contributor
For people that can't see a "Compatibility" tab in Properties:
1. Make sure you're right-clicking on the actual .exe file, not the shortcut from the Start menu.
2. If you still can't see it, right-click on the .exe file again, choose "More options" and then choose "Troubleshoot Compaibility". Tick "The program requires additional permissions" as you go through the compatibility wizard, test the program, and save the outcome. (Which stores settings in the registry.)
1. Make sure you're right-clicking on the actual .exe file, not the shortcut from the Start menu.
2. If you still can't see it, right-click on the .exe file again, choose "More options" and then choose "Troubleshoot Compaibility". Tick "The program requires additional permissions" as you go through the compatibility wizard, test the program, and save the outcome. (Which stores settings in the registry.)
- Nobel_BaynesApr 25, 2025Iron Contributor
Nice tip!
- BronThulkeOct 16, 2024Copper Contributorarich1580 Unfortunately, this does not work anymore.
At some point the troubleshooter has been changed to open a Help program, and it drops all knowledge of the .exe file that you had run the troubleshooter for.
You then go through the list of programs to run the compatibility troubleshooter for, which it presents a limited list of programs for, and in my case it is for Visual Studio (devenv.exe), it does not come up in any list, so you have to keep clicking "None of the above". Then finally it asks "Is it a Windows Desktop application?" to which you say "yes", and then it instructs you to do the same thing you just did to run the "Troubleshoot compatibility" tool for the specific EXE.
I can confirm, also that there is definitely on "Compatibility" test when you go to the Properties for the .exe file.
So when you use the quick tasks shortcuts to open any previously accessed .sln files in Visual Studio from the task bar, those do not run as admin, even if you've configured the main Visual Studio task bar shortcut to run as admin.
This is all exactly as per other people's complaints in these comments, and Microsoft need to fix this ASAP, as it's a degradation of capabilities.- StevenBirkesOct 22, 2024Copper Contributor
BronThulke I have found a work around on Windows 11. Search for "Run programs made for previous versions of Windows" in the start menu. This will launch the old Troubleshooter.
- BronThulkeApr 25, 2025Copper Contributor
This worked for me, too, somehow I had missed your reply until Daveylad just responded
Fabulous, thank you StevenBirkes !