Recently discovered that even while logged into my personal laptop as Admin, Visual Studio does not run in admin mode and you need to explicitly use Run As Admin
Is there a way to Make it run as Admin by default other than creating a shortcut etc. ?
Copied and pasted from here, the Using Advanced Properties section. This will allow you to always have the program run as an administrator when you open it.
Windows 7 :
NOTE: If you are doing this is while logged in as standard user instead of an administrator, then you will need to provide the administrator's password before the program will run as administrator.
Update : (2015-07-05)
Windows 8, 8.1 and 10
In Windows 8, you have to right-click devenv.exe and select "Troubleshoot compatibility".
select "Troubleshoot program"
check "The program requires additional permissions" click "Next", click "Test the program..."
wait for the program to launch
click "Next"
select "Yes, save these settings for this program"
click "Close"
Update Refrence orginal Link
windows 8
there is no advanced tab anymore. So, to do it automatically, you need to follow the next steps :
-right click on the shortcut
-click on properties
-under the "Shortcut" tab, click on "Open File Location"
-then, right click on devenv.exe
-Troubleshoot compatibility
-Troubleshoot program
-Check "The program requires additional permissions"
-Then next, next next,...