0

I've been trying to get rid of the all caps menu in VS express for desktop but to no avail. I've tried the usual registry hack by putting this into powershell

Set-ItemProperty -Path HKCU:\Software\Microsoft\VisualStudio\11.0\General -Name SuppressUppercaseConversion -Type DWord -Value 1

But there is no General folder contained in the 11.0 folder, so that option fails.

I've also tried to install an extension that allows you to turn off all caps http://visualstudiogallery.msdn.microsoft.com/a83505c6-77b3-44a6-b53b-73d77cba84c8 but that just fails to install with the error VSIXInstaller.NoApplicableSKUsException:...

So. As small a problem as this is, it is really annoying me that I can't do anything about it. Any help would be appreciated.

2
  • What edition of VS2012?
    – Basic
    Commented May 11, 2013 at 16:41
  • Microsoft Visual Studio Express 2012 for Windows Desktop version 11.0.60315.01 Update 2 Commented May 11, 2013 at 21:43

1 Answer 1

3

According to this, the key would be HKCU:\Software\Microsoft\WDExpress\11.0\General.

1

Not the answer you're looking for? Browse other questions tagged or ask your own question.