Home > Article > System Tutorial > How to forcefully terminate a running process in Win7
Some programs in the Win7 system cannot exit in a normal way. Some users encounter this problem and don’t know what to do. This article is about how to force quit the program in Win7 brought to you by this website.
1. [Right-click] click on a blank space on the taskbar, and in the menu item that opens, select [Start Task Manager (Ctrl Shift Esc )】;
2. In the Windows Task Manager window, switch to the [Performance] tab, and then click [Resource Monitor] at the bottom;
3. In the Resource Monitor window, switch to the [CPU] tab;
4. Then click on the CPU option Below the card, next to the associated handle, there is a search box that can be used to search for the handle. Enter the name of the program you want to force quit, which is the file name to end the process;
5. Then the searched files will appear below. Find the name of the program file you want to force quit. That is, to end the process's file name, click [right-click], and in the option box that opens, select [End Process];
1. Press the [Ctrl Shift Esc] key combination to quickly open the Windows Task Manager, then under the [Applications] tab, [right-click] to select the program, and then in the menu item that opens, select [Go to Process] 】;
2. From the process, you can see that many process names have the same name;
3. Press the [Win R] key combination to open Run, and enter the [cmd] command, confirm or press Enter to open the command prompt window;
4. In the command prompt window, enter [taskkill /f /im notepad.exe]. Notepad.exe here is the process name. You can watch the operation yourself for the specific process, and then press [Enter];
5. During the execution of the command, it will be displayed that all notepad processes are closed;
The above is the Win7 force exit procedure Method, I hope you like it, please continue to pay attention to this site.
The above is the detailed content of How to forcefully terminate a running process in Win7. For more information, please follow other related articles on the PHP Chinese website!