Reputation: 1467
When i open visual studio 2010 it is automatically running with administrator.
Let me know how can i open visual studio without administrator rights.
Any ideas on how to fix this?
Upvotes: 1
Views: 8188
Reputation: 15378
This solution should only be used if Flabetvibes solution does not work.
Navigate to the Visual Studio install folder (commonly C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\
)
Right-click devenv.exe > Properties
Go to the Security tab and click Advanced button.
Click on Change right beside the owner (the current owner may be "Administrators").
Enter your Windows user name into the text area and click Check Names.
If found, click OK and Apply etc.
Visual Studio should now start in normal mode (without "Administrator").
This has to be repeated every time a new update is installed.
Upvotes: 2
Reputation: 3194
I supposed you are running Visual Studio 2010 under a Windows system, then the solution might be:
Right click on the Visual Studio icon
Choose Properties
Select the Compatibility tab
Unchecked Run this program as an administrator inside the Privilege Level group box
Hope this idea is useful.
Upvotes: 0