Stop Connecting To TFS Automatically On Visual Studio Startup
Software Development, Team System February 27th, 2008
I often visit customers and work outside the office, means I work disconnected for a while.
It’s laborious when I open VS (2005 or 2008) and waiting for VS to connect automatically to TFS.
Colin Beales has an excellent tip that explains how to stop Visual Studio from automatically connecting to a TFS server when it starts up.
- Backup your registry
- Navigate to Team Foundation key:
- For VS 2005 navigate to: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\TeamFoundation
- For VS 2008 navigate to: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\TeamFoundation
- Add a registry key "AutoLoadServer" (type DWORD)
- Setting the value to be 0 (Do not connect automatically or 1 to connect automatically).
Similar Posts:
- Stop Connecting To TFS Automatically On Visual Studio Startup
- SqlBuildTask timeout
- Determine TFS Edition: Full, Workgroup, Trial
- Install Team Foundation On Virtual Server
- Restrict Users To Open WorkItem
Tags: Team System, visual studio
About


This comment originally written by:
I often visit customers and work outside the office, means I work disconnected for a while. It's laborious when I open VS (2005 or 2008) and waiting for VS to connect automatically to TFS.
This comment originally written by:Team System News
How Do I: Install and Enable the Build Notification Tool? Bryan Krieger on Upgrade TFS 2005 with WSS2.0…
This comment originally written by:Nir Kovalio
Cool, I was looking for a solution
Thanks