Visual Studio 2012 RC – Menus in CAPS

I like a lot of changes gone into Visual Studio 2012 but the one I had is the “Menus in CAPS”, luckly we have a registry workaround!

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General\SuppressUppercaseConversion
REG_DWORD value: 1

Or via PowerShell:

Set-ItemProperty -Path HKCU:\Software\Microsoft\VisualStudio\11.0\General -Name SuppressUppercaseConversion -Type DWord -Value 1

So lets say goodbye too…

If you want make your voice heard, go and vote for it being set back @ http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2837384-change-all-caps-menu-in-vs-rc-to-vs-beta-format-fi

Reference: https://connect.microsoft.com/VisualStudio/feedback/details/745767/menu-is-all-caps

This entry was posted in Microsoft Visual Studio and tagged . Bookmark the permalink.