开发者

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

开发者 https://www.devze.com 2023-01-21 02:52 出处:网络
Does anyone know if you can do this by default rather tha开发者_StackOverflow中文版n having to use context menu?Yes, right click on your visual studio.exe -> property, go to \'Compatibility\' tab, che

Does anyone know if you can do this by default rather tha开发者_StackOverflow中文版n having to use context menu?


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.


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.


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

Thomas


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消