Disable all caps menus in Microsoft Visual Studio 2012
If you are interested in changing the Visual Studio’s 2012 menu from this
to this
Follow the instructions below.
How to disable all caps.
- Open up regedit. (Start -> Run -> Type regedit)
- Navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General.
- Add a new DWORD value with the name SuppressUppercaseConversion.
- Set its hexadecimal value to 1.
That is all, simply restart Visual Studio and the menu should not be in all caps now.
This is exactly what I was looking for, thanks
i was looking for something like this. I dont like the all caps menu to be honest
fantastic post ! Thank you