Skip to content

Instantly share code, notes, and snippets.

@liamdawson
Last active January 18, 2018 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liamdawson/3515d9571079bb2ba98c81277654ee23 to your computer and use it in GitHub Desktop.
Save liamdawson/3515d9571079bb2ba98c81277654ee23 to your computer and use it in GitHub Desktop.
Always Run Visual Studio 2017 as Administrator (64-bit)
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