need to find info on XP login times

Soldato
Joined
29 Oct 2002
Posts
4,184
Location
London
usually i would go to event viewer > security but for some reason there is no info in there on my machine

is there anything else i can do to check the last few users that logged onto my Pc along with the time / date they logged in?

thanks for reading
 
type the command:

net user <username>

from a command prompt, that will give the users last logon time, if you're on a domain add:

/domain

to the end of the above command
 
Yes, usually the timestamp is the last logon.
Security logging wont always be enabled on default if you're on a standalone PC at home.
You need to run gpedit.msc and enable Audit account logon / Audit logon events.
Computer Configuration > Windows Settings > Security Settings > Local Policies > Audit Policy.
 
Back
Top Bottom