Custom clean not working!

I have clearly and specifically listed files to delete in custom clean but it does not delete!

I have a screenshot but see no place to include this.

Hi @Judgesuk
You can either copy paste the screenshots in to a message or click the upload button to attach them to a post.

If you have any issues please let me know.

I tried various things hence the repeats. If this is not how to do this would appreciate some feedback. Thanks.

It may be because of the space between ‘ACD’ and ‘Systems’ ?

Normally when you are specifying a pathname that contains one or more spaces it needs to be enclosed in quotation marks.

That may be something for the devs to look at?

For example I have my own batch file for clearing browser caches and some of the pathnames specified must be placed inside quotation marks or they will not work.
eg. Because of the space here between ‘User’ and ‘Data’ the quotation marks must be used to enclose the entire pathname and wildcard.

del /q "%userprofile%\AppData\Local\Microsoft\Edge\User Data\Default\Cache\Cache_Data\*" 2>nul

PS. I also notice that those last two of yours have a forward slash before the wildcard symbol rather than a backslash - I’m not sure if you did that or if CCleaner did it?

@Judgesuk please could you send me a screenshot showing the settings you are using in the Add File or folder menu when creating these custom rules so we can review these and advise you further.