Home > Common Problem > How to use ntsd command in Win7 system

How to use ntsd command in Win7 system

PHPz
Release: 2023-07-07 19:41:16
forward
1569 people have browsed it

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;

How to use ntsd command in Win7 system

How to use ntsd command in Win7 system

2. Enter ntsd, press Enter and open ntsd;

How to use ntsd command in Win7 system

How to use ntsd command in Win7 system

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;

How to use ntsd command in Win7 system

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!

Related labels:
source:windows7en.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template