How do I find out which users are logged into a Windows XP machine?

I'm looking for something like the Unix who command, or a screen that just gives me a list of users currently logged in.

link|improve this question
feedback

4 Answers

up vote 8 down vote accepted

You can see logged on users in the Users tab in Task Manager.

link|improve this answer
feedback

qwinsta from the command line should show you who logged on, though I'm not sure if that's just for terminal server sessions or not.

C:\Users\wumpus-home>qwinsta
 SESSIONNAME       USERNAME                 ID  STATE   TYPE        DEVICE
 services                                    0  Disc
>console           Jeff                      1  Active
link|improve this answer
feedback

psloggedon - a small utility that is part of the SysInternals Suite of tools

Stand-alone link: http://technet.microsoft.com/en-us/sysinternals/bb897545.aspx

link|improve this answer
feedback

If you Remote Desktop into the machine and fill out the login dialog, the next dialog should tell you who is logged in and give you the option to log them out or to cancel.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.