Darrell Norton's Blog [MVP]

Sponsors

The Lounge

Wicked Cool Jobs

News

  • Darrell Norton pic

    MVP logo

    View Darrell Norton's profile on LinkedIn

    Currently Reading:

    weewar.com

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
Disable TFS 2008 AutoConnect

I'm not a big fan of having Visual Studio 2008 automatically trying to connect to my TFS server. Sometimes you just want to open VS and bang out some code!

I've found the registry hack for TFS 2008 is a bit different than 2005.  It's simple enough, though.

  1. In the registry editor, navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\TeamFoundation\Servers\<TFS SERVER NAME HERE>
  2. Open the AutoReconnect DWORD
  3. Change the value to 0 (zero) decimal

Let me know if you've found a different or better way to do this!


Posted Fri, Jul 18 2008 9:00 AM by Darrell Norton

[Advertisement]

Comments

Scott wrote re: Disable TFS 2008 AutoConnect
on Sun, Jul 20 2008 1:02 PM

I don't see any sub-keys under the Servers key to change this value. I accomplish the same thing by changing the AutoLoadServer DWORD value to 0 under the following key:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\TeamFoundation

Devlicio.us