When copying stuff from other operating systems you might have a hard time deleting a folder that ends with one or more dots. Deleting such a folder is “as simple as”:
rd /s "\\?\C:\Documents and Settings\User\Desktop\Annoying Folder."
via stackoverflow