If you know how to use DOS somewhat, you can press F8 before Windows loads up and go into the Command Prompt mode. Move files through there. If you can't remember the commands, move fromplace toplace. Instance
C:\> cd\windows\system
C:\Windows\System> move ssdpsrv.exe A:
this will move the file C:\Windows\System\SSDPSRV.EXE to the Floppy drive..
Or.....
C:\> cd\windows\system
C:\Windows\System> del ssdpsrv.exe
This will delete the file C:\Windows\System\SSDPSRV.EXE
just know the directory of your objective, go to it, and if you want to delete everything in that directory, type,
C:\Windows\System> del *.*
It will ask you to verify.
Or.. C:\Windows> del system
It will ask you that all of the files in the directory will be deleted. Etc etc..
This is just another way... Best thing, Command prompt safe mode.
Hope this helps =p
Noisome
<-- "Smells like burnt transitors!" "Stop talking, I'm trying to think." -->