Skip to content

Instantly share code, notes, and snippets.

@jscalderon65
Created April 11, 2022 21:39
Show Gist options
  • Save jscalderon65/6a6708881eef675d67c0db8b1354bc66 to your computer and use it in GitHub Desktop.
Save jscalderon65/6a6708881eef675d67c0db8b1354bc66 to your computer and use it in GitHub Desktop.
Kill process in windows port
netstat -aon | findstr : (portNumber)
taskkill /pid (pidNumber) /F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment