Possible Duplicate:
automate system maintenance

How do I set the computer to automatically shutdown after a system maintenance(virus scan, drive defrag) is completed

link|improve this question

1  
You've already asked this, better too: superuser.com/questions/102447/automate-system-maintenance – random Jan 30 '10 at 1:07
yeah but nobody answered so I rephrased it. – Ieyasu Sawada Jan 30 '10 at 2:19
feedback

closed as exact duplicate by random, Diago Jan 30 '10 at 7:47

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

If you are running Vista or Win 7 you could try using a scheduled task that is triggered by an event log entry. Assuming that your utilities make event log entries.

You could also use something like Automate. Automate can check to see if the process is running, as well as the event logs. It can also automate the running of the utilities. That said, it is very expensive.

I think there are other automation tools maybe able to monitor the presence of processes, but I can't recall them now.

link|improve this answer
feedback

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