Link to home
Start Free TrialLog in
Avatar of Lawrence Avery
Lawrence AveryFlag for United States of America

asked on

Running Visual Studio 2012 under a standard user

Running Visual Studio 2012 using a standard User Id I receive the prompt :

Do you want to allow the following program to make changes to this computer?

So it prompts me for an admin password.

Why is this happening?
Avatar of Pavel Celba
Pavel Celba
Flag of Czechia image

This is UAC (User Account Control) which is trying to restrict some potentially dangerous actions which could harm your data.

An ordinary user has restricted rights and VS 2012 is attempting to write to location where ordinary user has r/o access etc. so you have to provide admin credentials to confirm that you are familiar with this action.

UAC is possible to swith off in Control Panel or you may change the severity level of messages.
Avatar of Lawrence Avery

ASKER

Well I loaded other versions of Visual studio and did not get prompted with an UAC dialog to start the visual studio ide.
ASKER CERTIFIED SOLUTION
Avatar of Pavel Celba
Pavel Celba
Flag of Czechia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That's what microsoft indicated.