How can I change the default credentials used to connect to Visual Studio Online (TFSPreview) when loading Visual Studio up?

后端 未结 8 1608
抹茶落季
抹茶落季 2020-12-01 01:00

When I load Visual Studio 2012 up, it will attempt to connect to the previous TFS server that it was connected to.

On one of my machines (that also happens to connec

相关标签:
8条回答
  • 2020-12-01 01:19

    You need to remove TFS credentials from Windows Vault to clear and force to ask new TFS credentials in Visual Studio

    1. Go to Control Panel (Start -> Control Panel).

    2. Click User Accounts ( or User Accounts and Family Safety->User Accounts in Windows 7 Machine)

    3. Click Credential Manager (or Manage your credentials)

    4. In Credential Manager page, you can see the two type of credentials

         i. Windows Credentials
         ii. Generic Credentials
      

    5.Click on two credentials modify link, click the link Remove from vault to remove stored TFS credentials.

    Now, When you login into Visual Studio you will be asked to give credentials to connect TFS.

    Note: Don't forgot to uncheck the option Remember my credentials to force to ask credentials for every TFS connections.

    0 讨论(0)
  • 2020-12-01 01:20

    For Windows 8:

    Control Panel -> (Search for) Credentials Manager -> Check Web Credentials

    this worked for me...

    0 讨论(0)
提交回复
热议问题