php editor Zimo will introduce to you the steps to end the process tree on a win7 computer. When the computer freezes or the program becomes unresponsive, you can quickly solve the problem by ending the process tree. First, press the Ctrl Alt Delete key combination to open the Task Manager, select the process you want to end, right-click "End Process Tree" and confirm. Remember, ending the process tree will also close related processes, so proceed with caution.
1. As an example, open many notepads and start the task manager. You can see that there are many processes. How to close them quickly? As shown in the figure:
2. Right-click to go to the process; as shown in the picture:
3. From here you can see that the names of these processes are all the same. The method mentioned in this article It is necessary to close the process in batches only if the situation is correct; as shown in the picture:
4. Click to start typing: cmd and press Enter; as shown in the picture:
5. Open the command prompt and enter: taskkill /f /im notepad.exe. Notepad.exe here is the name of the process. You can check it yourself if you need to close it. Press Enter; as shown in the figure:
6. All notepad processes are displayed as closed. This is how to close the same processes in batches. as the picture shows:
The above is the detailed content of How to end the process tree on Windows 7 computer. For more information, please follow other related articles on the PHP Chinese website!