Skip to content

Instantly share code, notes, and snippets.

@fuzzmz
Created August 17, 2012 14:05
Show Gist options
  • Save fuzzmz/3378948 to your computer and use it in GitHub Desktop.
Save fuzzmz/3378948 to your computer and use it in GitHub Desktop.
Disable Visual Studio 2012 all-caps menus
Set-ItemProperty -Path HKCU:\Software\Microsoft\VisualStudio\11.0\General -Name SuppressUppercaseConversion -Type DWord -Value 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment