Visual Studio 2012 Small User Tweaks
Problem: Menu items are in upper case Solution: Run this in PowerShell and restart Visual Studio Set-ItemProperty -Path HKCU:\Software\Microsoft\VisualStudio\11.0\General -Name SuppressUppercaseConversion -Type DWord -Value 1 Source: http://blogs.msdn.com/b/zainnab/archive/2012/07/03/10317856.aspx Problem: Opening some solutions always says: "You should only open projects from a trustworthy source" Solution: Open Tools, Options, Projects and Solutions and disable "Warn user when the project location is not trusted" Source: http://social.msdn.microsoft.com/Forums/en-US/vseditor/thread/7cf8f449-6f6c-42d4-bc41-ddf55142d8f1/