ghacks Technology News

Start Program after Idle Time


Idle Time is the time where the computer is just sitting idle using little to no cpu power. This happens on my computer for instance if I leave it on to finish a download and after that download finishes it wastes some power doing nothing. A good way to put your cpu to good use during that time is to start a program once the computer has been idle for some time.

This could be a maintenance tool like defrag, a distributed computing application like Seti @ Home or to perform other operations that are best done with no user interaction at all.

Idle Start is the software that can start a program after a certain amount of idle time which you can specify during setup. Speaking about setup, the program is a command line tool which means that you can either configure it using a shortcut or the run box.

Usage is pretty simple. The command looks like this: “IdleStart.exe” Time “ProgramToStart”. Lets say I want to start the program text.exe whenever the system is idle for more than 10 minutes. The command would be: “IdleStart.exe” 600 “test.exe” if the applications reside in the same directory and the shortcut / run box are executed from it as well. You can use paths normally as well.

Please note that you have to add this application to the Windows Startup list to execute it each time Windows starts or manually when you are already working with the computer. Idle Start requires Windows 2000 or higher to run.




Tags: , ,
Categories: Operating Systems, Windows, software



Related posts:

Idle Backup
Start Multiple Applications from the Start Menu
Save Energy with Local Cooling
Create folders faster
How To NOT Offer A Program Publicly
Run something if battery is (dis)connected
Do I really need to to run this program at startup ?
Test your notebooks battery

4 Responses to “Start Program after Idle Time”

  1. Roman ShaRP says:

    Windows PowerPro scheduler can run programs after certain amount of idle time too.
    And even post-idle alarms.

  2. LethAL says:

    Windows already has this feature built in; it’s one of the scheduling options for scheduled tasks, and it doesn’t take up any RAM (well, it does take a bit, but it’s not a separate process)

Trackbacks/Pingbacks

Leave a Reply   Follow Ghacks   Subscribe To Comment Rss

© 2005-2009 Ghacks.net. All Rights Reserved. Privacy Policy - About Us