views:

41

answers:

4

Does anyone know if you can do this by default rather than having to use context menu?

+1  A: 

Create a shortcut, go to its' Properties, click Compatibility tab, under Privilege Level, check 'Run this program as an Administrator'.
Now, everytime you double click the shortuct, it'll run as an Admin.

eych
+4  A: 

Yes, right click on your visual studio.exe -> property, go to 'Compatibility' tab, check "Run this program as administrator", click ok to save.

Detailed step by step guide here.

Lee Sy En
Great, thanks. That has been bugging me for ages.
abarr
A: 

VS itself does not provide this option, but you can modify the respective shortcut to always run the program as a certain user.

Thomas

Thomas Weller
A: 

No doubt there is. There are also ways you can run all your programs as root under Linux. I still wouldn't actually do that since it's a bad idea. The first dodgy plug-in you install will zombify your system.

paxdiablo