Want to know how to force quit on Windows without the Task Manager? The command prompt offers a quick way to Force Quit Windows. Here’s what you need to do:
1. Tap ‘Windows + R’ to open the Command Prompt.
2. Now, Type ‘cmd’ into the box, then click ‘OK.’
3. When the Command Prompt window opens, type ‘tasklist,’ then hit ‘enter.’ Find the app you want to force quit in the list that displays.
4. Type ‘taskkill/im insertprogram.exe’ (for example, to force quit Microsoft Edge the command is ‘taskkill/im msedge.exe’), then hit ‘enter.’