Visual Studio works as an administrator, even if not communicated

I had problems integrating Quickbooks when running visual studio as an administrator (which I set as the default), so I logged in and turned it off. (Properties, security, advanced, uncheck "run as administrator".

This did not work, so I did the same for the executable (devenv.exe). At first it worked, but after rebooting, it starts again as an administrator. I can not make it work as non-admin at all. Is there a way to make it work like a regular user?

+4
source share
1 answer

Check if your shortcut for Visual Studio starts: C:\Windows\System32\runas.exe

Shortcut Properties Dialog

+2
source

Source: https://habr.com/ru/post/1480519/


All Articles