Task Scheduling

The450Man

New member
Local time
6:07 PM
Messages
16
Im trying to automate most of the routine maintenance of my machine. I have ran into a few issues.

What im trying to automate:

CCleaner auto update
CCleaner auto scan/delete
CCleaner auto reg scan/fix
Spybot auto update
Spybot scan/remove/backup
Defraggler auto update
defraggler scan/repair

It would also have to wake itself up from sleep mode to do the required tasks.

I can run programs with the windows 7 task scheduler, but it gets a little trick from there on out like with updated and backing up.
 

My Computer

OS
windows
created a batch file to get it to run....

START "CCleaner" C:\Windows\System32\schtasks.exe /run /tn CCleaner

cant seem to get it to scan yet.

even when i add the /AUTO paramater
 

My Computer

OS
windows
Back
Top