Sometime some files or folders just don't delete on windows 7 for some reasons. at the command promt type this command to get rid of the dawm file or folder…
rmdir /q /s “crap name that doesn't delete”
For example to delete the folder test type this : rmdir /q /s test
Note : Open the command prompt in the same folder of course…