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.
- In the registry editor, navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\TeamFoundation\Servers\<TFS SERVER NAME HERE>
- Open the AutoReconnect DWORD
- Change the value to 0 (zero) decimal
Let me know if you’ve found a different or better way to do this!
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