Amazon Antivirus Books
If you need to consult this section, that means the virus is pretty advanced and the creator is smart enough to put it under the aegis of a critical Windows process. But there is always someone smarter, and in this case, me
* kill the relevant processes
* delete the virus files
You need to do this because the process you want to stop is a critical process, and upon stopping your computer will stop functioning normally. It might even attempt to reboot automatically in a short period of time
taskkill /f /pid 1212 & taskkill /f /pid 2323 & del /f c:\windows\system32\bad.exe & del /f c:\windows\system32\bad.dll
Of course you can execute each command at a time, but I'd rather execute them all at once. Once it's done, reboot and the virus should be gone!
Questions? Let me know!
◀ Delete Virus FilesProtect Your Computer ▶