Reputation: 13916
I notice that Windows XP Event Viewer show a list of typical actions under System logs every time I start or shutdown Windows, and I can tell when my day starts and ends.
Is there anyways I can record the time every time I lock my screen and every time I re-login? There maybe a way to fool System Event Logger into submission, but a free third party tool would be good too if not.
Upvotes: 2
Views: 7519
Reputation: 119846
Your Security Event Log records account logon and logoff events. Not sure if screensaver locking then logging on again counts as a loggable event though.
Timesnapper might be the thing you're looking for:
Keep track of your day, even tracks when you're not using the computer.
Not free but at $24 hardly breaking the bank either.
Upvotes: 2
Reputation: 31416
I thought this post had some interesting thoughts about this subject. You might want to take a look at it.
Upvotes: 3
Reputation: 13444
You can definitely schedule a task to run when you log on or off. Just write a little script to append a file with the system time and schedule it to run when you log on or off.
Upvotes: 3