Stop VS2012 shouting!
1 minutes
December 12, 2012
[
dev
]- Start PowerShell
- copy/paste the following
Set-ItemProperty -Path HKCU:\Software\Microsoft\VisualStudio\11.0\General -Name SuppressUppercaseConversion -Type DWord -Value 1
Next time you start VS the menus will be in mixed case.
See http://blogs.msdn.com/b/zainnab/archive/2012/06/14/turn-off-the-uppercase-menu-in-visual-studio-2012.aspx for more detail.