uhh
use a DOS boot disk,use the hacked 7.10 or any with ntfs suport.they are out there.
DOS commands needed:
DIR list files and folders<in dos folders are called DIRS>
DIR /P list files/dirs and pauses between 54 lines and says hit a key to contenue
CD NAMEOFDIR <cd,change dir;eg:"cd windows" will change you from the root of a drive into the windows dir were u can see all windows files>
DEL OR del . <delete file eg: "del win.com" will delete win.com file,DEL . will delete everything with or without a file ext. like msdos.sys and links.
C:,D:,E:,F: <Floppy Drives,Hard Drives,Cdrom Drives,A: is always the floppy,C: Is always the 1st drive,D: is always the 2nd drive ect.to change from A: drive to c: type "c:" then press enter,togo back to a: type :A:" and press enter.
DIR /a /p <List Files/Dirs And Pause BUT Show HIDDEN dirs And Files.
attrib <attrib can add the hidden,system or readonly to a file/dir,eg:"attrib -r -h -s msdos.sys" will make that file NOT HIDDEN,not a system file And NOT readonly."attrib -r -h -s /s will change files in the root of the dir and in sub dirs.
"cd.." to move back one dir
"Rd" Remove DIR,Deletes Only Empty Dirs
so...
i would goto the drive with the problem
c:
dir /a/p
find dir with files in it,lets say its "diewhore"
cd diewhore
dir /a /p
attrib -r -h -s *.* /s
del .
it will then ask "this will delete everything in this dir are you sure?"
type "Y" and press enter i really shouldin't have to say DO NOT TYPE QOUTES.
y <press enter>
cd..
rd diewhore
dir /a/p
look for "diewhore" if not found then U DID it