Skip to content

Instantly share code, notes, and snippets.

@wpivotto
Last active March 24, 2016 00:03
Show Gist options
  • 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