I sometimes get a 'stuck' folder when trying to delete it. I can generally get rid of it by (1) opening a 'command' window, then (2) pressing CTRL+ALT+Delete to open Windows Task Manager, I click on (3) the 'Processes' tab, locate (4) 'explorer.exe', highlight it and click (5) on the 'end process' button. I then close (6) the Windows Task Manager, and return to the open command window. The folder you're having problems with is on your desktop. By default, the command window prompt should read that you are in the root of your user folder (I.E.: C:\Documents and Settings\User Name\> ... (where 'user name' is your logged-on identifier. If DOS short names is enabled it will look something like) ; C:\Docume~1\Userna~1\>) . To get to your desktop folder, type in (7) ; CD Desktop ... Once you have the command prompt in your Desktop folder (i.e.: C:\Documents and Settings\User Name\Desktop>, or; C:\Docume~1\Userna~1\Desktop\>) , run a (8) DIR /x command from the prompt ... This will list what's on your desktop in both long and short name formats. Locate and note (9) the folder/file you wish to delete. Use the short name format if one is listed. At the prompt type (10) ; RMDIR Foldername /s /q ... Which should delete the folder/file you wish to be rid of. If this doesn't remove the folder, reboot your machine to 'Safe Mode' and follow the same procedures listed above. To return to Windows after deleting the folder/file you wish to be rid of, type in at the prompt (11) ; explorer ... Then press the 'Enter' key.