TIP: Always run Visual Studio as an Administrator

If you're like me, you always want Visual Studio opening as Administrator, allowing it to install services, and do whatever you need it to do. But you often forget to right click and "Run as Administrator". Or you just want to be able to use the pinned shortcuts on the task bar. It's really amazingly simple to make it always run as an administrator, just follow these simple steps:

  1. Right Click on "devenv.exe" in Explorer
  2. Click "Troubleshoot compatibility"
  3. Click "Troubleshoot program"
  4. Check "The program requires additional permissions"
  5. Click "Next"
  6. Click "Test the program...". It should launch Visual Studio as Administrator
  7. Click "Next"
  8. Click "Yes, save these settings for this program"
  9. Click "Close the troubleshooter"

You can revert by following the same steps, but unchecking "The program requires additional permissions"

Written on December 4, 2014