What's new

Looking for a program that closes processes automaticaly but...

Riven

New member
Looking for a program that closes processes automaticaly but I want to give some parameters to do that, like close task or process x when CPU use is = 0 during 5 minutes, for example.
Thanks in advance
 

Gigahurtz

Feel the speed
Riven said:
Looking for a program that closes processes automaticaly but I want to give some parameters to do that, like close task or process x when CPU use is = 0 during 5 minutes, for example.
Thanks in advance

Well, I might have half of a solution. I know that in Windows XP, you can go to the control panel and look for something called "scheduled tasks". In it, you can set when a program will run under some limited conditions for example, the computer can run a program automatically when the computer is idle for 5 minutes. The only trick is to find a program that when run, it will close another program that is currently up. Launching programs is easy to do with the scheduled tasks. If you know any programming languages, then you can create a program that closes a particular program when run. I hope this helps.
 

Top