Jump to content

djmccartney

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by djmccartney

  1. The new version can clean the Windows HotFix Uninstaller listings in your Windows folder.

     

    An entry (Feb 14) at http://www.edbott.com/weblog/ suggests not deleting the following one:

     

    "%SystemRoot%\ServicePackFiles contains the actual downloaded files for SP2. Do not delete these files; they?re essential for Windows File Protection to automatically repair system files if they become corrupted or replaced by an incorrect version."

     

    Any thought from the developer or others to have an option to hold onto this paticular one?

     

    Dave

  2. Thanks for the suggestions!

     

    Dave

     

     

    Hi djmccartney,

     

    Indeed it is possible to have CCleaner run at user logoff but this is not included as an application feature, rather you have to call CCleaner during logoff.

     

    The way I acomplish this is by adding a logoff script to the local group policy on the system (this assumes you use Windows 2000 or above).

     

    The vbs code I use is below:

     

    Dim WshShellSet WshShell = Wscript.CreateObject("Wscript.Shell")strCmd = ("ccleaner.exe /auto")WshShell.CurrentDirectory = "C:\Program Files\CCleaner"WshShell.Run strCmd,1,TRUE

     

    And of course you can just call "ccleaner.exe /auto" in a batch file and add that as your logoff script if you do not want to use vbs as I have done (I much prefer to use vbs but it's totally unnecessary for something this simple!).

     

    For information on logoff scripts go here.

     

    HTH

     

    23266[/snapback]

     

     

     

  3. I figured it out.

     

    I have a hard drive on my network which is seen by cc as a local drive. The folder 'Backup' was sitting in the recycle bin and I believe it is corrupt - can't flush it out. I will run dskchk and see if that will kill it.

     

    Dave

     

     

    After cc runs I get the error: "Cannot Remove folder: BACKUP. The directory is not empty."

     

    I had received a similar error before for a folder titled DT26. In that case I was able to delete the useless folder and the error was gone.

     

    I did a search and found a couple of folders named BACKUP, but they are unrelated to the type of content cc deletes and I can't do without them.

     

    Any thoughts?

     

    Dave

     

     

     

  4. After cc runs I get the error: "Cannot Remove folder: BACKUP. The directory is not empty."

     

    I had received a similar error before for a folder titled DT26. In that case I was able to delete the useless folder and the error was gone.

     

    I did a search and found a couple of folders named BACKUP, but they are unrelated to the type of content cc deletes and I can't do without them.

     

    Any thoughts?

     

    Dave

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.