Skip to content

Instantly share code, notes, and snippets.

@vitaliy-kravchenko-dev
Last active August 6, 2018 12:06
Show Gist options
  • Save vitaliy-kravchenko-dev/ebb2a1fcf26eaa45f079c78218b239a1 to your computer and use it in GitHub Desktop.
Save vitaliy-kravchenko-dev/ebb2a1fcf26eaa45f079c78218b239a1 to your computer and use it in GitHub Desktop.
Find process who blocks port
netstat -a -n -o | find "443"
tasklist /svc /FI "PID eq 37400"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment