From time to time, apps in Windows 10 will freeze or lock up, leaving you no way close them. To close the app, youโll need to force it to close. You can do this from the task manager.
To do open the task manager directly, hit Ctrl Shift Esc.
If your machine doesnโt respond press Ctrl Alt Del, then click โtask managerโ.
If you are on a surface tablet and donโt have a keyboard attached, press and hold the power button, then press the volume down button. On some Windows 10 tablets, you can also use windows logo on the front of your tablet and the power button.
Click โmore detailsโ on the bottom left if you donโt see the full task manager.
Look for the app that is โnot respondingโ. Youโll see a โstatusโ column in the list of running apps.
Right click on the app, and from the popup menu, select โend taskโ. This will force the app to close.
You can also terminate all tasks that are โnot respondingโ using the command prompt. To open your command prompt, type โcmdโ into the search field on the bottom left of your screen. Click โrun as adminstratorโ. This opens the command prompt with administrator privileges.
Run this command:
taskkill /f /fi โstatus eq not respondingโ
If you want to terminate a specific app:
taskkill /IM "process name" /F
Youโll find the โprocess nameโ in the โdetailsโ tab of the task manager.
You can also list all tasks on the command prompt. Type
tasklist | more
Here, youโll see a list of tasks. Press space bar to see more pages. The process name is the first column.
If your machine is totally locked up and nothing responds, hold down the power button until the screen goes blank. Wait 30 seconds, then press the power button again to restart. Only do this as a last resort.