Skip to content

Instantly share code, notes, and snippets.

@kelvearagao
Created December 9, 2016 18:17
Show Gist options
  • Save kelvearagao/b454ebed7466a8edbb19ad439d04f234 to your computer and use it in GitHub Desktop.
Save kelvearagao/b454ebed7466a8edbb19ad439d04f234 to your computer and use it in GitHub Desktop.
Fechar processo no windows pesquisando a porta
C:\Users\username>netstat -o -n -a | findstr 0.0:3000
TCP 0.0.0.0:3000 0.0.0.0:0 LISTENING 3116
C:\Users\username>taskkill /F /PID 3116
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment