How do I uninstall / stop Visual Studio 2013 from running as administrator?

When I click on the icon Visual Studio 2013 , UAC

asks me if I want to run it as an administrator, and when I click OK, it works. Now I need to restore the default behavior . How to do it?

+3


source to share


3 answers


I have found that all of my large programs run under administrator control. To fix this, go to User Accounts in your control panel. Select "Change User Account Control Settings". My settings were set to the lowest level; I went to the second from the top, the default. Only notify me when programs try to make changes to my computer. Click OK. Restart your computer and programs should no longer open as administrator.



+2


source


You really need to go into Properties for the program. In the "Advanced" section, there is a checkbox "Run as administrator".



+1


source


Right click on the Visual Studio shortcut. You will get this window: enter image description here

Click the button Advanced

and clear the "Run as administrator" checkbox.

enter image description here

+1


source







All Articles