Welcome to MSDN Blogs Sign in | Join | Help

A couple helpful Team Foundation registry settings

Here's a couple of registry options that never made it into the UI anywhere that some of you may find useful.

Don't Automatically Reconnect

The first is a setting to control whether or not the Team Explorer and Source Control Explorer will automatically connect to a Team Foundation Server when Visual Studio starts up.  This can be very handy if you need to restart VS often when doing add-in and package development and testing as well as situations where you are working offline.

Add a DWORD value called "AutoLoadServer" under HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\TeamFoundation.  Zero means do not reconnect automatically. 

Don't Automatically Get Missing Files

The next setting is to control whether or not we attempt to automatically get files from the Team Foundation Server that are missing from a solution or project.  This can be very helpful when you have files that are part of a project or solution but are generated by the build process as well as situations where you are working offline.

Add a DWORD value called DisableGetMissingFiles under HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl or HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl.  Any value other than zero will disable getting files from the server automatically.

Published Tuesday, March 14, 2006 12:48 PM by hippietim

Comments

Tuesday, March 14, 2006 7:28 PM by Buck Hodges

# Registry settings to make VS start up faster

A while back, I wrote a post on how to get better performance from the tf.exe command line.  Today,...
Wednesday, March 15, 2006 10:32 AM by Mariano Szklanny

# Make your Visual Studio faster

Tim Noonan posted a couple of registry settings that will boost up the performance of Visual Studio Team...
Friday, March 17, 2006 9:33 AM by Team System News

# VSTS Links - 03/17/2006

Rob Caron Blog Roundup:

Organizing Team Projects
Team System Wins Jolt Award
Upgrading To Team Foundation...
Saturday, September 02, 2006 4:14 PM by Rob Caron

# TF30331: Failure to Connect to Team Foundation Server

If you're like me and you use a notebook at work to connect to Team Foundation Server throughout...

# How to stop auto-connecting to TFS « Grant Holliday

Anonymous comments are disabled
 
Page view tracker