Teach you two tricks to kill the stubborn virus in the process of Taskkill_ application skills
Source: Internet
Author: User
According to the process name killing
This method is implemented by the Taskkill command under the WinXP system, before using this method, first you need to open the process list interface of the system to find the specific process name corresponding to the virus process.
Then click on the "Start → run" command, in the pop-up system run box, run the "cmd" command, and then enter the DOS command line in the "Taskkill/im AAA" format string command, click Enter, the stubborn virus process "AAA" was forcibly killed. For example, to forcibly kill the "conime.exe" virus process, as long as the "taskkill/im conime.exe" command is executed at a command prompt, the system automatically returns results.
According to process number killing
The above method is only valid for some of the virus processes, encountering some more "stubborn" virus processes, may be useless. At this point you can forcibly kill all virus processes by Win2000 the built-in commands of the system above--NTSD, because this command is in addition to system process, SMSS. EXE process, CSRSS. EXE processes cannot be "dealt with" and can basically deal with all other processes. However, before using this command to kill the virus process, you need to find the specific process number of the corresponding virus process.
In view of the default state of the System Process list interface, is not displaying the specific process number, so you can open the System Task Manager window first, click Select Columns under the View menu item, select the PID (process marker) option in the Pop-up Settings box, and click OK. Return to the System Process list page, you can see the corresponding virus process specific PID.
Then open the System Run dialog, where you run the "cmd" command, at the command prompt, enter the "ntsd-c q-p pid" command, you can force the specified PID virus process to kill. For example, if you find that the PID of a virus process is "444", then you can execute the "ntsd-c q-p 444" command to kill the virus process.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.