Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run scheduled macro when PC not in use
#3
I'm running Win7 as well. When I tested, it didn't work as expected. The task scheduler help says the following about the idle condition:
"The Task Scheduler service will check if the computer is in an idle state every 15 minutes. A computer is considered to be in an idle state when a screen saver is running. If a screen saver is not running, then the computer is considered to be in an idle state if there is 0% CPU usage and 0% disk input or output for 90% of the past fifteen minutes and if there is no keyboard or mouse input during this period of time. Once the Task Scheduler service detects that the computer is in an idle state, the service only waits for user input to mark the end of the idle state."

So basically, Win7 allows you to set a condition to start the task if idle for 1 minute, but only checks every 15 minutes to see if it is idle.

I ended up using WaitIdle without using rep.

Thank you!


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)