I think I may have gotten a virus from some Comiket 68 files. Damn those crafty Japanese. I installed over the past week. My iexplore.exe won't close, even End Tasking it in the Task Manager won't do anything, it just stays there. A Hijackthis scan turned this out:
As predicted, everytime I try to delete it, XP goes 'LOL ITS IN USE FAGGOT'
So a question: How do I delete said file, and if its under MS-DOS, how do I make XP boot under pure MS-DOS? Thanks.
Name:
Anonymous2005-08-20 13:08
Safe mode
Knoppix
WinXP Rescue Disk (it's part of your install CD, boot with it and instead of choosing "install WinXP" choose "rescue mode" and be delighted with your lovely DOS prompt.)
Name:
Anonymous2005-08-20 18:02
i think you can use command promt to delete it
start > run > cmd
Name:
Anonymous2005-08-20 19:15
>>3
I believe that doesn't work with XP, due to the command prompt only being an emulation that looks like DOS and has to make its requests through the kernel.
Name:
Anonymous2005-08-20 21:49
>>3
That's the same as deleting it from Windows Explorer
>>4
Not an emulation but a real console subsystem. The DEL command (implemented in CMD.EXE) calls DeleteFile(), which fails if the file is in use.