I have this annoying file called "icon." repeated all over my drive in dozens folders:
![[icon. file]](../../images/cf53b05cd3bfec9437a2ef7f26f7e1e5.webp)
I wish to purge those files with the command: del /s /q /f /a icon.*
The problem is the last character of this icon file, it is not a simple dot like this one "."
It is kind a special dot, and the Command Prompt is unable to recognize this special character:

Any suggestion?