I ended up with a folder that cannot be deleted. The issue started out as Windows 7 complained about a deletion I performed in an old recyclebin with a message 'filename too long 434 instead of 256 characters' (or something very similar). I tried lots of things like those mentioned in this very similar question: Renaming/deleting impossible filenames in Windows 7
But I did not succeed. I succeeded in renaming and removing lots of subfolders but not all of them. This is what's left visibly, a folder from the recyclebin:
C:\RECYCLER\S-1-5-21-842925246-2025429265-682008880-1013\
Inside this folder is another one named com4 but that is only visible to a tool like Total-Commander. I was not able to display this folder com4 by say:
dir *.* /A:s
dir *.* /A:h
I find interesting that apparently something is in there because the following command results in: access denied. So Windows 7 recognizes an object but does not reveal or delete it.
rd "\\c:\RECYCLER\S-1-5-21-842925246-2025429265-682008880-1013\com4\
Even though I am using an elevated command prompt and logged in as admin without any limitations (I assume).
Any ideas how to get rid of this folder named com4?
Getting rid of anything below c:\RECYCLER is fine as well.