I’ve got a useful tip from my bachelor student: killing hanging applications in windows is very easy from the command line, e.g.
taskkill /IM winword.exe /f
to kill all ms word processes running.
Advertisement
Tags: cmd, command line, taskkill, win, windows