How To Prevent Visual Studio 2012 ALL CAPS Menus! : Richard Banks
How To Prevent Visual Studio 2012 ALL CAPS MenusAnd, from The Ultimate Visual Studio Tips and Tricks Blog:
If you like to “simplify” this a bit you can use PowerShell to run a nice script to make this happen. However, if you haven’t used PowerShell before this may not be faster for you.
- Go to the Start button and type powershell and select the Windows PowerShell Entry:
- In the PowerShell window copy the script below and paste it in then press Enter:
Set-ItemProperty -Path HKCU:\Software\Microsoft\VisualStudio\11.0\General -Name SuppressUppercaseConversion -Type DWord -Value 1
- Restart Visual Studio and enjoy
Comments
Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!
