Created
December 9, 2016 18:17
-
-
Save kelvearagao/b454ebed7466a8edbb19ad439d04f234 to your computer and use it in GitHub Desktop.
Fechar processo no windows pesquisando a porta
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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