How to test for System inactivity "idle time"

R

resfreqlam

I'm working on vbs script to close & save Office applications and
initiate a system shut down after user have idle for certain amount of
time. Had originally using Task Scheduler's idle function and have it
call the vbs script but that didn't work out as XP inherently run it in
the background when login user is not the same as task creator/run as
account. Which leads to my question: If there any other method to
which i can test for user inactivity?
 
G

Guest

You could probably use perfmon's alerting to do what you are wanting.

You would just need to decide on what "idling" means to you and configure
the counters for an alert accordingly.

Things to consider would be harddisk activity, processor acitivity, network
interface activity, etc......


Bionicthumb
 
R

ResFreq

I'm specifically looking for system idle to mean : no user input
(keyboard), and no mouse movement/click (mouse event).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top