Last active
March 24, 2016 00:03
-
-
Save wpivotto/e8702b9069ac5bca94ff to your computer and use it in GitHub Desktop.
Encerrar processo no windows
This file contains hidden or 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
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