Let’s learn how to force quit on Windows
Open Task Manager using Ctrl + Shift + Esc buttons to find the app then right-click and choose End Task.
Users can launch Alt + F4 when directing the cursor to an application to execute the program termination command.
Command Prompt – Run cmd (Admin) and type: taskkill /IM programname.exe /F
PowerShell – Open PowerShell (Admin) and type: Stop-Process -Name "programname" -Force
When your PC freezes press Ctrl + Alt + Delete to access Power then select Restart or simultaneously press the Power button.