How to keep track of the time which I am actively logged into my PC
Is their a way to daily keep track of the time which I am logged into my computer and actively working? Of course there will be intervals of time when I am reading and am not typing or using the mouse cursor.
I just want to keep track of the time which I am logged into my computer before it logs me out if I am not using it. I think 10 minutes is the current time limit.
Is there something built into windows, or a script I can create and run (Or perhaps someone has already written one by now)
Windows OS
Last Comment
Joe Winograd
8/22/2022 - Mon
Andrew Leniart
Is their a way to daily keep track of the time which I am logged into my computer and actively working?
Look at your watch!
Sorry... couldn't resist :)
On a serious note, would something like this help you out?
The "Lite" version is free to use. Or were you after a much simpler and basic solution?
Regards, Andrew
Devin Becker
brgdotnet,
This might not be what you are looking for, but you could possibly set up an Auto Hot Key to press a key(ie. Scroll Lock) which should keep the computer "active" and prevent from logging you off due to inactivity.
Again, this might help you, unless you are specifically looking to use the logs.
Devin Becker
Andrew Leniart
brgdotnet, reading over your question again, I may have misunderstood your intent. Is your need to track the time spent on your computer, or just to change how much idle time has elapsed before you're logged out?
If you're being logged out, what are you using to automatically log yourself out of the computer? That would have had to have been set up at some stage because the only default in Windows is to activate the screen saver and present the password prompt again. (Ie: Just a lock - no "Log Out")
To change the latter;
Press Windows Key and type "Lock Screen Settings"
Click the result
Check both "Screen timeout settings" and "Screen saver settings" options.
Thanks Andrew, rescue time looks really cool. However I am looking for something that is not a commercial product. Something home grown, like a command shell script or something like hat would be good. Or maybe something is built into Windows which will do this for me. I doubt it though. To answer your question, yes the goal is :
track the time spent on your computer,
One other thought popped into my mind further to Devin Becker's suggestion about AutoHotKey. There is an expert here on Experts Exchange ( Joe Winograd ) who is an absolute Wiz with AHK. He's helped me out a ton with some of my own strange requests so I'll ping him for you to look at this question. I'm sure he'll chime in if he thinks he can help.
Hi brgdotnet,
I see that you closed this question, but want to follow up on a couple of comments in the thread. First, re Devin's post, I think that his AutoHotkey suggestion is an excellent one. He provided you with a link to the AutoHotkey tutorial, and here's another link to an article that I published here at Experts Exchange that you may find helpful in getting you started on the language:
Re his idea to press a key to keep the computer active, I've written several of those AutoHotkey scripts already. In fact, one was for a Gig here at EE:
Another was for a client to keep a remote Citrix session active. It looks for a dialog box with the title "Idle timer expired" and then sends the Enter key. This type of script is usually easy to write.
Second, re Andrew's post, I appreciate his kind words, but at this point in time, I take it that your issue is already solved. But if not, either post here or drop me a PM. Regards, Joe
Sorry... couldn't resist :)
On a serious note, would something like this help you out?
https://www.rescuetime.com/
The "Lite" version is free to use. Or were you after a much simpler and basic solution?
Regards, Andrew