Why run Visual Studio as "Run as Administrator"?
Asked Answered
B

2

23

What is the difference between using Visual Studio 2012 "Run as Administrator" mode and otherwise? Why do developers prefer using VS in administrator mode? What are the advantages/privileges that one gets? I may be naive enough to ask this one but I am just curious. Thanks.

Bacteria answered 28/11, 2013 at 9:5 Comment(1)
The only thing that I ever needed administrator privileges in VS for would be the Azure simulator, but Stijn's answer lists a lot more things. But few of these are typical, depending on what you do.Sukhum
C
29

From MSDN: User Permissions and Visual Studio

You can do nearly everything in the Visual Studio IDE as a normal user, but, you need administrator permissions to complete the following tasks:

Consanguineous answered 28/11, 2013 at 9:10 Comment(3)
I took the liberty of migrating the links too.Sukhum
@aritra I wouldn't know, I have UAC disabled and don't need to do most of these tasks, but I assume the list is correct. If you find it isn't, please let us know :)Consanguineous
@Stijn Yes I am also not aware if all these tasks require VS to run on admin mode, its just that i was curious abt this one "Adding classic COM controls to the Toolbox."Bacteria
Y
0

Windows Vista introduced User Account Control which means that you are running all programs as a standard user even if you are an admin. There are certain things that you in VS that requires you to be running as an admin, not a standard user. For example running Windows Azure emulators, asp.net dev server, etc.

You can run VS as a standard user but sooner or later you will run into issues.

Yggdrasil answered 28/11, 2013 at 9:9 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.