What should I do if the Win7 Installer Task Manager does not respond when I shut down the process?

  

In the Win7 system, the Task Manager provides information about the performance of the computer and is an important part. When we are operating the computer, we will definitely run multiple program processes, then we can use the task manager to close the process. Then if you have closed but not responded? Xiaobian here is a way for everyone to solve.

In fact, the Win system comes with a user-mode debugging tool Ntsd, which can kill most of the process, because the process attached by the debugger will exit with the debugger, so as long as you are under the command line Use Ntsd to call up a process, then exit Ntsd to terminate the process, and use Ntsd will automatically get Debug permissions, so Ntsd can kill most of the process.

The specific usage is as follows:

First, click "Start”/Programs/Accessories/Command Prompt, enter the command: ntsd -cq -p PID (put the last PID) , change to the PID of the process you want to terminate).

Second, in the process list you can check PID of a process, for example, we want to close Explorer.exe process, enter: ntsd -c q -p 408 can be.

(Note :-p representation followed behind is the process PID; -cq represents an exit Ntsd debugging command, the command line parameters passed more than last on the list.)

Of course, in addition to using this method, you can also use third-party tools to handle the problem of process shutdown not responding. However, Xiaobian suggested that third-party tools should be used less.

Copyright © Windows knowledge All Rights Reserved