Always run Visual Studio 2012/2013 or any other application as Administrator in Windows 8
16 aprile 2015
If you are using Windows 8 and are annoyed of doing right click and «Run as administrator» on Visual Studio every time before opening a solution, you can make the setting permanent with the compatibility troubleshooter.
Follow these simple steps:
- Find the application to run (for Visual Studio, right click on
devenv.exe). - Click Troubleshoot compatibility.
- Click Troubleshoot program.
- Check The program requires additional permissions.
- Click Next.
- Click Test the program…: it should launch Visual Studio as Administrator.
- Click Next.
- Click Yes, save these settings for this program.
- Click Close the troubleshooter.
From now on Visual Studio will always run as Administrator. When you no longer need it, you can revert to the default by following the same steps and unchecking «The program requires additional permissions».