Skip to content

Instantly share code, notes, and snippets.

@damarowen
Last active February 27, 2023 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damarowen/de687a49806eb4c06640afc9cf61acd3 to your computer and use it in GitHub Desktop.
Save damarowen/de687a49806eb4c06640afc9cf61acd3 to your computer and use it in GitHub Desktop.
KILL PORT IN WINDOWS
tasklist | find "node.exe"
taskkill /PID 18836 /F
#find port in local
netstat -ano | findstr :6379
kill all go
taskkill /f /im go.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment