Ryan Lundy
Ryan Lundy

Reputation: 210140

How can I remove "Connect to TFS" from the Visual Studio 2012 Start Page?

When I start Visual Studio 2012 RC, the Start page has these items:

I don't use TFS. I use Git. Is there a way I can remove that "Connect to TFS" so I don't have to see it every time I run VS 2012?

Upvotes: 0

Views: 1004

Answers (2)

Richard
Richard

Reputation: 109005

You can create a Custom Start Page.

Upvotes: 0

Peter Ritchie
Peter Ritchie

Reputation: 35881

You might be able to go to Tool\Options, select the Source Control item in the left hand side, and change the Current source control plug-in to "None".

It appears this is a design decision--a way to bring light to Express-version features. Someone has logged this as a Connect issue where you can vote on it: http://connect.microsoft.com/VisualStudio/feedback/details/750913/start-page-shows-connect-to-tfs-server

Upvotes: 1

Related Questions