Created
September 17, 2012 20:46
-
-
Save mburr/3739667 to your computer and use it in GitHub Desktop.
reg file to configure VS2012 to use normal menus - mburr #cmd
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\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