U NO LIKE VS2012 SHOUTING MENUS?!
::: TO DISABLE ALL CAPS MENUS :::
- Install-Package VS2012.RemoveAllCaps
- Disable-AllCaps
- Uninstall-Package VS2012.RemoveAllCaps
The Disable-AllCaps and Enable-AllCaps cmdlets will still be available after uninstalling the package, as it is persisted into the NuGet PowerShell profile.
You might need to restart VS2012 in order for the changes to take effect.
Leave a Comment