Skip to content

Instantly share code, notes, and snippets.

@wpivotto
Last active March 24, 2016 00:03
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 wpivotto/e8702b9069ac5bca94ff to your computer and use it in GitHub Desktop.
Save wpivotto/e8702b9069ac5bca94ff to your computer and use it in GitHub Desktop.
Encerrar processo no windows
netstat -a -n -o
taskkill /F /PID <PID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment