Disabling Visual Studio 2012's All-Caps Feature
If you find Visual Studio 2012's all-capital-letter menus annoying, here's how you can remedy that situation.
Michael Otey
October 18, 2012
1 Min Read
If you find Visual Studio 2012's all-capital-letter menus annoying, you can turn them off by following these steps:
1. Open regedit.
2. Navigate to HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio11.0General.
3. Create a DWORD value named SuppressUppercaseConversion.
4. Set the new DWORD with a value of 1.
After this change, the labels for the menu items will consist of uppercase and lowercase letters.
Related main article: Visual Studio 2012 New Features
Read more about:
MicrosoftAbout the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like