Error TF30063: You are not authorized to access … \DefaultCollection

I’m using TFS Preview (Team Foundation Service) with one of my projects with Visual Studio 2012. I’m also using an on-premises TFS server with most of my projects. When I use my on-premises TFS after using TFS preview and go back to using TFS preview, I get this error: TF30063: You are not authorized to … Read more

How do I undo “Scope to this” in Visual Studio 2012?

In the Solution Explorer, I clicked on “Scope to this” to display only a part of the solution. Now I can’t find how to get back to normal view. Closing/Reopening Solution Explorer won’t work; I searched every menu item, and “New Solution Explorer View” didn’t work either; I found nothing on Google. I must be … Read more

How to disable all caps menu titles in Visual Studio

I assume the title is self explanatory. Just want to change the look of the Visual Studio 2012 not to show menu title in all capital letters. 12 s 12 Richard Banks posted about a registry key for just such a tweak. Visual Studio 2012 (Full) HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General DWORD: SuppressUppercaseConversion Value: 1 In PowerShell, you can … Read more