I just solved a similar problem-- not sure if it's the same one. Check out this thread:
Non-Existent Icon Stuck on Desktop - Can't Delete
Another good thread where I got my answers:
Can't delete Icon on desktop
The difference between my phantom icon and yours is that mine had a file-name and yours doesn't. The way I got rid of mine was as follows:
Quote:
First, I opened a command prompt. Start->Type CMD into the search bar.
I then entered the following lines:
cd %USERPROFILE%\desktop
attrib -r -s -h "filename"*.*
del "filename"*.*
I only had to enter part of the file name-- not the whole thing. Perhaps what you could do-- since it looks like you don't have a file-name to work with-- is try backing up all your files from your desktop somewhere else so you don't delete them, and try entering like so without a filename: (I don't know if this is a good idea or not, but hey-- it's the idea right?)
Quote:
cd %USERPROFILE%\desktop
attrib -r -s -h "*"*.*
del "*"*.*
This should delete everything on the desktop, no matter what it is...
Someone else suggested CCleaner:
CCleaner - Optimization and Cleaning - Free Download