Windows Process Management
Force Quit (Kill)
Force Quit (Kill)
End Task
End Task
Right-Click on the unresponsive app and click End Task
If End Task is not available...
Open Settings (Windows+I)
System tab
For developers
Toggle End Task
Task Manager
Task Manager
In the Processes tab, select the process to kill and click End Task
Command Prompt
Command Prompt
tasklist
taskkill /pid PID /t /f
tasklist
taskkill /im ImageName /t /f
Bibliography
Bibliography