Skip to content

Instantly share code, notes, and snippets.

@tahq69
Created October 25, 2017 17:27
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 tahq69/4814f89a468ed4aa2233df8fe3c545c9 to your computer and use it in GitHub Desktop.
Save tahq69/4814f89a468ed4aa2233df8fe3c545c9 to your computer and use it in GitHub Desktop.
Win - kill process taking TCP port
netstat -o -n -a | findstr 0.0:8085
# TCP 0.0.0.0:8085 0.0.0.0:0 LISTENING 10188
taskkill /F /PID 10188
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment