Jump to content


Auto clean option


3 replies to this topic

#1 OFFLINE   BigD

    Member

  • Members
  • PipPip
  • 11 posts

Posted 31 March 2008 - 02:20 PM

I would prefer to run the autoclean function when shutting down my computer rather than on start up. Is this a possible addition?

#2 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,487 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 31 March 2008 - 02:23 PM

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)
Complexity of incoherent design.

#3 OFFLINE   BigD

    Member

  • Members
  • PipPip
  • 11 posts

Posted 31 March 2008 - 03:38 PM

Tried it, like it - many thanks

#4 OFFLINE   YoKenny

    Super Power User

  • Members
  • PipPipPipPipPip
  • 2,874 posts
  • Gender:Male
  • Location:Oshawa, Ont. Canada
  • Interests:Helping people get rid of malware on their systems then showing them how not to get re-infected again

Posted 19 May 2008 - 08:36 AM

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" /AUTO
shutdown -r -t 10 -c "Windows will reboot shortly"
echo.
echo To abort the Windows reboot press any key
echo on the keyboard before the shutdown timer expires,
echo otherwise don't press any keyboard buttons.
echo.
pause
shutdown -a
cls
exit

"Education is what remains after one has forgotten everything he learned in school." - Albert Einstein
IE7Pro user