Hello:
I tried this winapp2.ini: code, but seems it does not work properly:
[Cache Files]
Section=Others
Default=True
Filekey1=c:\.|thumbs.db|RECURSE
[logs and errors]
Section=Others
Default=True
Filekey1=c:.|mscreate.dir|RECURSE
FileKey2=c:.|chklist.ms|RECURSE
FileKey3=c:.|.log?|RECURSE
FileKey4=c:.|.log|RECURSE
FileKey5=c:.|.chk|RECURSE
FileKey6=c:.|.err|RECURSE
FileKey7=c:.|*.dmp|RECURSE
[backup files]
Section=Others
Default=True
FileKey1=c:.|.old|RECURSE
FileKey2=c:.|.prv|RECURSE
FileKey3=c:.|*.bak|RECURSE
[VisualStudio temp files]
Section=Others
Default=True
FileKey1=c:.|.pdb|RECURSE
FileKey2=c:.|.nch|RECURSE
FileKey3=c:.|.pch|RECURSE
FileKey4=c:.|.ilk|RECURSE
FileKey5=c:.|*.aps|RECURSE
[Temp files]
Section=Others
Default=True
FileKey1=c:.|.fts|RECURSE
FileKey2=c:.|.ftg|RECURSE
FileKey3=c:.|.sik|RECURSE
FileKey4=c:.|.$db|RECURSE
FileKey5=c:.|.db$|RECURSE
FileKey6=c:.|.dd|RECURSE
FileKey7=c:.|._mp|RECURSE
FileKey8=c:.|.~mp|RECURSE
FileKey9=c:.|.wbk|RECURSE
FileKey10=c:.|.$$$|RECURSE
FileKey11=c:.|.—|RECURSE
FileKey12=c:.|.__|RECURSE
FileKey13=c:.|.temp|RECURSE
FileKey14=c:.|.tmp|RECURSE
FileKey15=c:.|.gid|RECURSE
FileKey16=c:.|~.|RECURSE
FileKey17=c:.|.diz|RECURSE
FileKey18=c:.|log.txt|RECURSE
FileKey19=c:.|.___|RECURSE
FileKey20=c:.|.temp|RECURSE
FileKey21=c:.|.tmp|RECURSE
FileKey22=c:.|.gid|RECURSE
FileKey23=c:.|~.|RECURSE
FileKey24=c:.|.diz|RECURSE
FileKey25=c:.|.xyz|RECURSE
FileKey26=c:.|.zzz|RECURSE
For example, these files are detected:
c:\del.err
c:\f1\del.err
c:\Documents and Settings\del.err
c:\Documents and Settings\All Users\Datos de programa\Microsoft\WLSetup\Logs\2009-10-06_10-53_174c-vhcdc5k3.log
c:\f1\thumbs.db
But these are NOT detected:
C:\Documents and Settings\admin\.netbeans\6.0\var\cache\index\0.7\s23\errors\Manager.err
C:\Archivos de programa\SQLUniform\errorLog.log
C:\Archivos de programa\Microsoft Flight Simulator X\SimObjects\Airplanes\vip\texture.jwes\thumbs.db
I can not predict which files will be skipped. What I did for finding the missing files was to use Wise Disk Cleaner, which basically cleans the files listed in the code. Maybe you want to try it while testing CCleaner with the mentioned rules, and see if you can find what is wrong. Thanks.