Last active
January 18, 2018 20:35
-
-
Save liamdawson/3515d9571079bb2ba98c81277654ee23 to your computer and use it in GitHub Desktop.
Always Run Visual Studio 2017 as Administrator (64-bit)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers] | |
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\devenv.exe"="RUNASADMIN" | |
"C:\\Program Files (x86)\\Common Files\\Microsoft Shared\\MSEnv\\VSLauncher.exe"="RUNASADMIN" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment