Skip to content

Instantly share code, notes, and snippets.

@mburr
Created September 17, 2012 20:46
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 mburr/3739667 to your computer and use it in GitHub Desktop.
Save mburr/3739667 to your computer and use it in GitHub Desktop.
reg file to configure VS2012 to use normal menus - mburr #cmd
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General]
"SuppressUppercaseConversion"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\VWDExpress\11.0\General]
"SuppressUppercaseConversion"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\VSWinExpress\11.0\General]
"SuppressUppercaseConversion"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment