I assume the title is self explanatory. Just want to change the look of the Visual Studio 2012 not to show menu title in all capital letters.
|
|
Richard Banks posted about a registry key for just such a tweak. Visual Studio 2012 (Full)
In PowerShell, you can run this to set that registry key and the uppercase goes away.
Visual Studio Express 2012The above registry key is not the one that will affect Visual Studio Express 2012 RC. A comment by FormatC showed up on Banks post about the key for Express. You can find that key mentioned in Mike Gleason's answer or run the following PowerShell command to set it.
Visual Studio Express 2012 for Web
|
|||||||||||||||||
|
|
You can download extension from visual studio gallery which will do it for you: http://visualstudiogallery.msdn.microsoft.com/a83505c6-77b3-44a6-b53b-73d77cba84c8 It can also hide main menu altogether and have it appear only on mouse over or alt key press (like in IE)
|
|||||||||||||
|
|
And for Visual Studio Express 2012 for Windows Desktop
I guess the reason MS omitted any mention of Visual Studio from the keyname is that such a mention might help someone identify the key :) |
|||
|
|
|
For express use:
Credit to FormatC |
||||
|
|
|
The VS Commands extension can do this and is one of the most popular on the gallery. Worth checking out!
http://visualstudiogallery.msdn.microsoft.com/a83505c6-77b3-44a6-b53b-73d77cba84c8?SRC=VSIDE |
|||
|
|
|
I have been using the following reg files to enable/disable the lowercasing in Visual Studio 2012 (Full): http://erwinmayer.com/dl/VS2012_ALLCAPS_Toggle.zip Just double click on You can easily edit the reg files before with a text editor to see what they contain. |
|||||||||
|

