Skip to content

Instantly share code, notes, and snippets.

@patmigliaccio
Last active March 17, 2017 23:59
Show Gist options
  • Save patmigliaccio/d618ee29643643927b1a20ab9943fd8d to your computer and use it in GitHub Desktop.
Save patmigliaccio/d618ee29643643927b1a20ab9943fd8d to your computer and use it in GitHub Desktop.
kill node - Forcefully terminates all node processes in Windows
rem Forcefully terminates all node processes
taskkill /f /im node.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment