Only if the app freezes for some time will it give the option for force quit, no other way
taskkill /im filename.exe /f
Or if you have multiple instances of the same executable running, you can kill by PID
Only if the app freezes for some time will it give the option for force quit, no other way
taskkill /im filename.exe /f
Or if you have multiple instances of the same executable running, you can kill by PID