Skip to content

Instantly share code, notes, and snippets.

@SamPlusPlus
Created January 24, 2013 15:38
Show Gist options
  • Save SamPlusPlus/4623281 to your computer and use it in GitHub Desktop.
Save SamPlusPlus/4623281 to your computer and use it in GitHub Desktop.
Force Lowercase menu names on Visual Studio 2012
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