I believe that the ntsd command process debugger in the Win7 system is an easy-to-use tool that many people do not know. It can end all programs except system.smss.exe.csrs.exe.lsas.exe and various rootkit programs. Next, let’s discuss how to use the ntsd command method on Win7 system.
How to use the ntsd command in Win7 system?
1. Open the operation, enter cmd;
2. Enter ntsd, press Enter and open ntsd;
3. Copy the following content to Notepad and save it as pid.bat;
== ========================================.
@echoff.
modeconcols=30lines=10.
Resize the window.
color1e.
Set the window color rem.
echo.
set/pt=Please enter the process name:
echoPIDNAME&echo==============.
for/ftokens=2delims=%in(tasklist/focsv/fiimagenameq%t.exe/nh)dontsd-cq-p%i&echo%t%t%t%
nulpause.
exit
======================================== =====.
4. A window will pop up when opened;
5. Enter the process name to end the process.
The above is the specific method of using the ntsd command in Win7 system. By following the above method, programs such as System.smss.exe.csrss.exe.lsass.exe can be easily terminated.
The above is the detailed content of How to use ntsd command in Win7 system. For more information, please follow other related articles on the PHP Chinese website!