Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Visual-Studio / VS2012

Changing Visual Studio 2012 CAPS Menus to Normal

4.96/5 (12 votes)
23 Sep 2012CPOL 54.9K   350  
How to change VS2012 CAPS Menus to Normal

Introduction

Are you okay with Visual Studio 2012 ALL CAPS Menu? If not, there's a simple solution.

Thanks to Richard Banks for sharing this great solution.

Menus in CAPS

Image 1

Registry Crack

I have attached the .reg file with post. Extract the downloaded zip file and execute the reg. file with admin rights.

Restart Visual Studio 2012. It's done Smile | <img src=. If you want, you can review the downloaded reg file in any text editor before executing.

If you want to do this manually, then Open the Registry Editor (regedit) and add the below key and value.

Note: If you do anything wrong in this registry editing, then Visual Studio 2012 won't work after splash screen.

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

Normal Menus

Image 3

If you want that CAPS Menus back, then just remove the above key from the specified location.

Enjoy Smile | <img src=.

Please click here to read my other articles.

History

  • 23rd September, 2012: Initial version

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)