Plz add an option to force browsers to close before cleaning. Have a dialog to confirm closing openned browsers. Also restarts those browser once cleaning is done. Firefox have a auto resume to lass session, so it's perfect.
Right now, I'm just using schedule in windows that runs a vbscript to close firefox and then run ccleaner. It's the best solution I can come up with right now so I hope this would be implement in the future.
Plz add an option to force browsers to close before cleaning. Have a dialog to confirm closing openned browsers. Also restarts those browser once cleaning is done. Firefox have a auto resume to lass session, so it's perfect.
Right now, I'm just using schedule in windows that runs a vbscript to close firefox and then run ccleaner. It's the best solution I can come up with right now so I hope this would be implement in the future.
You could alter a CCleaner desktop short cut to NOT run CCleaner,
but to run a batch script that will run your vbscript and then run CCleaner.
You can use short cuts with different arguments for different modes of operation and depths of cleaning.
I am using a script that uses 3 arguments and concludes with "START CCLEANER %2 %3",
and that allows the shortcut arguments %2 %3 to determine whether to assert /AUTO /SHUTDOWN
You can of course omit any arguments and simply do "START CCLEANER"