I think most computer users may come across this situation: after scanning the system, security tool detect some viruses and remove them. However, after rebooting computer, viruses come back again! You may do all the things more than once, but the viruses keep coming back again and again! What’s going on? What should we do to stop this stubborn virus? Now, I would like to introduce two methods for solving this problem.

No.1 Remove the virus according to its process name
First of all, open the Tasklist interface and find the exact process name of the virus that you want to remove. Click Start→Running→Input “cmd” in the dialogue box and press Enter. Then type “taskkill /im abc” and press Enter, the malicious process “abc” will have been killed by then. For example, if you want to remove virus “conime.exe”, you can follow the above steps and input “taskkill /im conime.exe”, and then virus will be killed soon.

No.2 Remove the virus according to process ID

But when meeting some even more stubborn virus, you should try No.2. Through using order ntsd, you can remove the more stubborn virus from your computer. Similarly, you need to find out the exact process ID of relative virus before removing it. Here are the steps:
Open the Task Manager; go to Processes and then click Select columns under View.
You will see a dialogue box with many settings. Select PID and click OK. Then you can check the exact process ID of virus. Click Start→Running→Input “cmd” in the dialogue box and press Enter. Type “ntsd -c q -p POP” and click Enter, virus of POP would have been removed by then. For example, if you want to remove virus XXX, follow the above steps and execute order “ntsd -c q –p XXX”, then it is done.

Besides these, you can try to use forcible security tool to remove stubborn virus. You can Click here to get the best security program: Best spyware Cleaner and find a good doctor for your PC!