The process is an executive activity in the computer on the computer. When you run a program, you launched a process. Obviously, the program is dead (static), the process is live (dynamic). The process can be divided into system processes and user processes. Any process for completing the various functions of the operating system is the system process, which is the operating system itself in operation; the user process is all the processes that are started by you. The process is the unit of the operating system for resource allocation. Some processes we can't end through "Task Manager". What should I do if I encounter Trojans? We can force this process, please see the skills introduced below.
Only System, Smss.exe and CSRSS.exe cannot be killed in the Windows operating system. The first two is pure core, and finally the Win32 subsystem, the NTSD itself needs it. NTSD starts from 2000 is the user status debug tool with the system. The process of being attached to the debugger (Attach) is exited with the adjustment, so it can be used to terminate the process on the command line. Automatically get DEBUG permissions using NTSD, which can kill most of the process. NTSD will open a debug window, which is originally uncontrolled under the pure command line, but if it is just a simple command, such as exiting (Q), pass the command line from the command line with the -c parameter. NTSDNTSD also provides software developers in accordance with the practice. Only the system developers use this command. For more information, see the help files attached in NTSD. Usage: Open a cmd.exe window, enter:
NTSD-C Q -P PID
Turn the last PID to the ID of the process you want to terminate. If you don't know the ID, Task Manager -> Process tab -> View-> Select Column -> Hook "PID (Process Identifier)", then you can see it.
There are two easy tools Tasklist and Tskill under XP. Tasklist can list all processes and corresponding information. Tskill can kill the process, the syntax is simple: TSKILL program name! !