I would prefer to run the autoclean function when shutting down my computer rather than on start up. Is this a possible addition?
The functionality exists via a batch file I made some time ago. Look at the bottom of my post and download: CCleaner Auto Shutdown (Download)
Tried it, like it - many thanks
Minor addition for CCleaner bat files
Runs CCleaner silently then reboots to clean up index.dat files
@echo off"C:\Program Files\CCleaner\CCleaner.exe" /AUTOshutdown -r -t 10 -c "Windows will reboot shortly"echo.echo To abort the Windows reboot press any keyecho on the keyboard before the shutdown timer expires,echo otherwise don't press any keyboard buttons.echo.pauseshutdown -aclsexit