Search code examples
node.jswindowspowershellbatch-file

taskkill cant kill a nodejs task


Im trying to kill a nodejs task by pid with taskkill /F /pid. while the stdout says the task-killing was successful, the window is still running. any other commands of "fixes"?


Solution

  • Try this

    kill -9 2534 // Here 2534 is PID