Here are two tips to help you forcibly kill the "stubborn" virus process.
Scan and kill by process name
This method is implemented through the taskkill command in the WINXP system. before using this method, you must first open the system process list interface and find the specific process name corresponding to the virus process.
Click "Start> Run", run the "cmd" command in the pop-up system run box, and then enter the string command in the format of "taskkill/im aaa" in the doscommand line, after you click the Enter key, the stubborn virus process "AAA" is forcibly killed. In other words, the system will automatically return results after executing the "taskkill/IM conime.exe" command at the command prompt.
Scan and kill by process number
The above method is only effective for some virus processes. It may be useless to encounter more "stubborn" virus processes. In this case, you can use the built-in command ntsd of Win2000 or above to forcibly kill all virus processes, because this command can be used in addition to system processes, SMSs. EXE process, CSRSS. the EXE process cannot "handle" any other processes. However, before using this command to kill a virus process, you must first find the specific process Number of the virus process.
Because the system process list interface does not display a specific process number by default, you can open the System Task Manager window first, click the "Select column" command under the "View" menu item. In the pop-up setting box, select the "PID (process identifier)" option and click "OK. After you return to the system process list page, you can view the specific PID of the virus process.
Then open the system running dialog box, run the "cmd" command, and enter the "ntsd-C q-p pid" command at the command prompt, the virus process with the specified PID can be forcibly killed. For example, if the PID of a virus process is "444", you can run the "ntsd-C q-P 444" command to kill the virus process.