Discovered that if you create a symbolic directory link to another location using the mklink /d command, then delete that symbolic link so that it goes to the Windows Recycle Bin, CCleaner will delete the actual files that the symbolic link points to.
Example steps to reproduce, using a NAS located at \\nas. Be sure you are okay with deleting files in the network location specified!
- Create a symbolic directory link to a network location using the mklink command: mklink /d c:\nastest \\nas\docs
- Delete the symbolic link directory c:\nastest. Send it to the Windows Recycle Bin
- Run CCleaner, either by right clicking the Recycle Bin and choosing "Run CCleaner", or by opening the program and Analyzing/Running.
- Watch all your files located in \\nas\docs disappear before your very eyes!
The files are not deleted when you execute a standard Windows empty Recycle Bin command, so this bug is limited to CCleaner's activity.