On windows 11, I cannot seem to kill the task, after a crash due to a scripting error in XenonCode. Even when running as an administrator:
C:\Windows\System32>taskkill /f /im Archean.exe
ERROR: The process "Archean.exe" with PID 21848 could not be terminated.
Reason: There is no running instance of the task.
I've not encountered this error before, and I am not sure if this is new bullshit from windows 11, or if something odd is going on with the program. StackOverflow suggests that this kind of thing typically only happens if a debugger is still attached. So I am not sure what's going on.