I can not kill firefox.exe which appears to be running having some kind of problem. I tried taskkill and the solution in a prevous answer, but as one of the comments says
When I call terminate it returns { ReturnValue = 2; }; and the process continues uninterrupted.
And another comment (where I tried the same thing and had the same problem with an elevated command prompt):
I had the same problem with vmware-vmx.exe, and this method did not work either. The return value was 2. I also tried "delete" instead of "call terminate", but it said "Access denied".
So I would like to know how to terminate a process Task Manager, taskkill and apparently wmic wont kill?
taskkillunfortunatelyERROR: The process "firefox.exe" with PID 13872 could not be terminated. Reason: There is no running instance of the task.This error is what I believe prompted the previous question this post is based on. – The Floating Brain Oct 02 '20 at 22:09