Skip to content

Instantly share code, notes, and snippets.

@edgvi10
Last active July 12, 2022 05:02
Show Gist options
  • Save edgvi10/76f127e23bd24e84895d76cac0108667 to your computer and use it in GitHub Desktop.
Save edgvi10/76f127e23bd24e84895d76cac0108667 to your computer and use it in GitHub Desktop.
-- Procura a porta que ta presa nessa lista e vê o PID
netstat -ano -p tcp
-- Mata essa desgraçada
taskkill /f /pid [PID]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment