Why run Visual Studio as “Run as Administrator”?

2019-01-18 21:43发布

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.

2条回答
一纸荒年 Trace。
2楼-- · 2019-01-18 22:25

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.

查看更多
登录 后发表回答