I would like to configure CCleaner to delete files with certain file names (such as checklist.ms, _cache.tmp or thumbs.db) from a folder and all its subfolder every time I perform a cleanup. But I can't get it right. I tried Include or Exclude feature but somehow it not all the files are found.
I visited help section too but to no use. Can anyone please tell me how to this?
I would like to configure CCleaner to delete files with certain file names (such as checklist.ms, _cache.tmp or thumbs.db) from a folder and all its subfolder every time I perform a cleanup. But I can't get it right. I tried Include or Exclude feature but somehow it not all the files are found.
I visited help section too but to no use. Can anyone please tell me how to this?
Thanks in advance
you need to wild card the entry. By default ccleaner adds *.*
Go to options - tools - include - add folder -
when the dialog appears in the bottom left you will see another textbox with the value *.*
change this to *.ms (or what ever name you want)
you will need to add a new entry for each wild card
I think your solution is to resort to a good ole batch file for removal. If you do make a batch file hidden files like thumbs.db may need attributes removed like hidden, etc., for them to actually be deleted.
I have also received the suggestion to write a DOS batch file and things like that.
In my opinion a cleaner program should be able to do such basic things and NOT require additional DOS-batches to be run. After all, recursing for "*.ext" wildcards works, so why not make it work for "name.ext" files?
It's the original poster of this topic, Fleet Command.
I just wanted to notify you all that the issue is resolved. Developers of CCleaner have implemented this feature. The INI file now work correctly. Thanks to all who helped. And thanks developers, thank you for having implemented this feature.
This topic can now be safely marked as [Resolved].
How come we find a several page DOS script for deleting temp files in a forum board of a Windows-GUI program doing exactly that task (only more flexible)? The issue of this thread was originally that something was not working right in CCleaner, not a lecture in DOS scripting. I am sure you can do everything with a DOS batch or you could even recode it in C, but what's the point? As pointed out by FleetCommand ...
This topic can now be safely marked as [Resolved].
... the issue is resolved. So I advise the Mods to close this thread before someone posts how to rewrite your operating system. I am sure, Mr. 5secondnews.com, your suggestion was well-intentioned. That's +3 points for programming skills but -10 for wrong forum.
Nice link, pretty much sums up my opinion on prefetch cleaning (I would like to see it removed from CC but unfortunately suspect it never will be) and some interesting discussion in the comments section.