How do I add the tilde"~", so that CC, will find the files for deletion?
I just tried this and it worked. In my CCleaner.ini file I added the line:
Include1=PATH|C:\Windows\|*~*
I created a few files with ~ in the name and CC found them. In CC in the Cleaner section check the box 'Custom files and folders' in the Advanced section. This also assumes under Options, Advanced you have 'Save all settings to INI file' checked.
Replace the example path C:\Windows with the path you want to check for files. You could also use the recurse option to scan all subfolders. Example: Include1=PATH|C:\Windows\|*~*|RECURSE
I just tried this and it worked. In my CCleaner.ini file I added the line:Include1=PATH|C:\Windows\|*~*
Example: Include1=PATH|C:\Windows\|*~*|RECURSE
I think those are both verging on being dangerous especially the second one quoted because it will find many of the $NtUninstall files hidden away in those uninstall folders.
In my opinion to remove them safely either wait for CCleaner to natively support it, which I don't know if it ever will. Or download a cleaning program that finds those files.
Andavari, good point. I forgot that there are some files with a ~ that may not be junk. Thanks