Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change logged in user

Tags:

When I setup TFS for the first time, I usually use the TFSSetup account, and with this account going to login for the first time.

  1. How to login as a different user?

  2. How to check who the current user is?

like image 843
user441222 Avatar asked Apr 25 '11 09:04

user441222


People also ask

How do I login as another user in Windows 10?

First, simultaneously press the CTRL + ALT + Delete keys on your keyboard. A new screen is shown, with a few options right in the center. Click or tap "Switch user," and you are taken to the login screen. Choose the user account that you want to use and enter the appropriate login information.

What is the shortcut key for Switch user?

Switch Accounts Using Ctrl+Alt+Delete You can also use the infamous Ctrl+Alt+Delete keyboard shortcut to switch user accounts. Press Ctrl+Alt+Delete simultaneously on your keyboard. Next, select “Switch User” on the screen that appears. You'll then be on the login screen.

Why can't I switch users on Windows 10?

If your account is the only user account currently present on your computer, Windows 10 will automatically recognize this and hide the Switch User option. To fix this, you'll need to create another user account first, then check if the option is available afterwards.


1 Answers

Checkout a file in Source Control Explorer and user column it will show your username with which you are connected to TFS.

If you want to connect TFS using other credentials, then add the address of your TFS server and the credentials in Credentials Manager(Control Panel->User Accounts->Credential Manager). The next time you try to access TFS, these credentials will be used.

like image 131
Jehan33 Avatar answered Sep 27 '22 22:09

Jehan33