I often leave the PC running into the night to process video files, so it shouldn't sleep while it's working but it would be nice if it went into sleep when it's done.

During the export the CPU is always above a set %, and when idle it's typically in the single digits.

Is there some tool or setting that would prevent the PC from going to sleep as long as the CPU usage (let's say averaged over one minute) stays above a specified limit?

link|improve this question
1  
The program may do it for you, Handbrake does it, and if you're not using it you probably should check it out. – tobylane Mar 18 '11 at 22:14
feedback

2 Answers

have you tried Manage PC shutdown. http://www.windows7download.com/win7-manage-pc-shutdown/pvgxwwgj.html

link|improve this answer
I don't think this will help unless the process stops, but most would just give a result. – Tom Wijsman Mar 18 '11 at 22:55
feedback

You can't set a specific limit on the number of cycles, but a Windows Task scheduler job that runs shutdown -t 0 with "Only start the task if the computer is idle for _ minutes" specified should work.

link|improve this answer
Incorrect, you can, furthermore "idle for _ minutes" will not work if the program doesn't have built-in support. – Tom Wijsman Mar 18 '11 at 23:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.