I just got a windows command prompt to freeze and I could not close it from another terminal with taskkill /IM cmd.exe /T /F
I had to open task manager and and when trying to end the task got a pop up window where I add to check an "abandon unsaved data and shut down" checkbox, and then the terminal closed.
I would have thought the /F would deal with such things, but it does not.
How can I kill such a process from the commandline?