Skip to content

Instantly share code, notes, and snippets.

@dheysonalves
Created December 13, 2020 16:20
Show Gist options
  • Save dheysonalves/c1e4ce0c8b5a5953ec32b27783a85f9a to your computer and use it in GitHub Desktop.
Save dheysonalves/c1e4ce0c8b5a5953ec32b27783a85f9a to your computer and use it in GitHub Desktop.
How to kill a port?

Find Process id in windows using command prompt

netstat -ano | findstr

Kill the process using command prompt

taskkill /F /PID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment