Why run Visual Studio as “Run as Administrator”?

前端 未结 2 1776
难免孤独
难免孤独 2020-12-06 04:27

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 ad

2条回答
  •  孤街浪徒
    2020-12-06 05:15

    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.

提交回复
热议问题