Skip to content

Instantly share code, notes, and snippets.

@ezirmusitua
Created January 17, 2019 15:32
Show Gist options
  • Save ezirmusitua/0ccae148782ac2d3b56cfd0fe837e227 to your computer and use it in GitHub Desktop.
Save ezirmusitua/0ccae148782ac2d3b56cfd0fe837e227 to your computer and use it in GitHub Desktop.
[Check port usage] check port usage with cmd in windows #windows #terminal #network
netstat -ano | findstr <port_number>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment