Edit: People are downvoting. Can you guys explain why?
So, I'm working on something with batch files, but, sometimes, when I try to close them in the middle of their code, they'll hang.
The issue is, I can't close these hanged windows.
These are the things I've tried:
- Task Manager > End Process (Just doesn't work)
- Process Hacker > Terminate (Error: An attempt was made to access an exiting process)
- Process Hacker > Terminator; all of the options besides TT4 (None of them work)
taskkill /f /fi "imagename eq cmd.exe"
I'm on Windows 8.1
The only way I have been able to close these processes is by logging off and back on. This means there must be a way to close them, no? So can I do that without logging off?
java -jar ___.jarin Git. It hung since I tried to exit when it was loading resources, I think. – Quelklef Jun 23 '15 at 04:09taskkill"Reason: There is no running instance of the task."– FractalSpace Nov 11 '16 at 16:35STATUS_PROCESS_IS_TERMINATING, which is NTSTATUS 0xC000010A. All this is according to the "ntstatus.h" header file, which is included in the Windows SDK. – unforgettableidSupportsMonica Mar 20 '17 at 12:38