Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to configure VS2010 to always run as Administrator?

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

like image 432
abarr Avatar asked Oct 20 '10 12:10

abarr


2 Answers

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.

like image 92
bla Avatar answered Nov 09 '22 02:11

bla


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.

like image 23
eych Avatar answered Nov 09 '22 00:11

eych