Force close a Program which Task Manager cannot terminate

If you open the Task Manager, right-click on the process and select End task, the process should close. If it does not, go to the Details tab, right-click on the process and select End process tree. Maybe this will help. If the Task Manager is still not closing the program, then these suggestions will help you:

1] Use Alt+F4 keyboard shortcut

Click on the application you want to close and then press the Alt+F4 keys together and leave them after the application closes. Read: How to Terminate Microsoft Store Apps.

2] Use Taskkill

Open the Command Prompt as Administrator and run the Tasklist command; it will show you a list of all the running processes. To view the processes, type Taskview and hit Enter. To kill any particular process, use the Taskkill command. For example, to kill Chrome, run the command as: Where /F is used to kill the process forcefully. You can also kill any particular process by using its ID; the tasklist command displays the process ID’s as well. You can see the PID column in the screenshot. To kill any process using its ID, run the command as: Now to kill multiple processes simultaneously, run the above command with the PIDs of all the processes followed by spaces

3] Kill a Not Responding process using a Shortcut

This post will help you if you want to kill a Not Responding process by creating a Shortcut.

4] Terminate ALL open applications instantly

See this if you want to terminate or Kill ALL running processes or open applications instantly These posts may also interest you: I hope this helps.