With the default settings, when Visual studio starts, the last-opened TFS server is automatically connected. This design improves developer productivity and avoids the ability to manually connect to a TFS server every time.
But in some scenarios, it can also cause unnecessary hassles, such as the inability of the developer's computer to connect to the TFS server, while vs is automatically connected, resulting in a VS card machine.
Developers can disable vs auto-connect TFS with the following settings:
1. Open the registry as an administrator on a computer with VS installed Regedit.exe
2. Navigate to the Visual Studio installed directory, for example my version is vs 2015, Registry path
Hkey_current_user\software\microsoft\visualstudio\14.0\teamfoundation |
3. Increase in the above path: "Autoloadserver" = 0, as
After Setup is complete, you must manually connect to TFS in VS
Http://www.cnblogs.com/danzhang/ALM MVP Zhang Hongjun
Disable automatic connection to TFS server when Visual Studio starts