I want to detect whether or not a user has been active in the past 10 minutes using a batch file or some background process
问题 I've never worked with batch files before, but the idea behind this is that I want to simply run a program after I've been inactive for a certain period of time. It doesn't matter which program, I just want it to run concurrently with my screensaver for some lighting effects with my keyboard. I suppose another solution would be to detect whether the screensaver is running or not and start on that condition as well, I just have no idea where to begin with this one, but am willing to learn. 回答1