Skip to content

Instantly share code, notes, and snippets.

@JM-Mendez
Last active April 5, 2021 18:18
Show Gist options
  • Save JM-Mendez/c41433eedd1513a43d2e0a4aad23a926 to your computer and use it in GitHub Desktop.
Save JM-Mendez/c41433eedd1513a43d2e0a4aad23a926 to your computer and use it in GitHub Desktop.
Kill ports on #windows
netstat -ano | findstr :<yourPortNumber>
taskkill /F /PID <typeyourPIDhere>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment