Changing Visual Studio 2012 Menus to Mixed Case

Reference

This article was blatantly plagiarized from here: http://www.richard-banks.org/2012/06/how-to-prevent-visual-studio-2012-all.html.

Procedure

Manual

1. Create the following registry key and value

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

2. Restart Visual Studio

REG File Contents

1. Create the following registry key and value

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General]
"SuppressUppercaseConversion"=dword:00000001

2. Restart Visual Studio