
Sometimes in some cases, there are several Not Responding applications at the same time, whether it’s Google Chrome, Microsoft Edge, or other applications.
To stop the application forcibly, we usually open the Task Manager and end the application tasks one by one, then is there a quick way? Of course, there are guys, namely using the Command Prompt or Windows Powershell.
Here WinPoin summarizes the short steps.
Step 1. First, please open Command Prompt as Administrator.
Step 2. Next, please enter the following command:
taskkill.exe /F /FI "status eq NOT RESPONDING"
After that, click enter, then all applications that have the status or criteria of Not Responding will be forcibly terminated.
How easy isn’t it? please try guys, I hope this article is useful. Thank you