Skip to content

Instantly share code, notes, and snippets.

@ma-9
Created August 6, 2020 12:38
Show Gist options
  • Save ma-9/4914c93606464de653c4ba71b6179d55 to your computer and use it in GitHub Desktop.
Save ma-9/4914c93606464de653c4ba71b6179d55 to your computer and use it in GitHub Desktop.
How to Kill Port on Windows

How To Kill unnecessary usage of PORT

netstat -ano | findstr < Port Number >

taskkill /F /PID < Process Id >

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