Last active
April 5, 2021 18:18
-
-
Save JM-Mendez/c41433eedd1513a43d2e0a4aad23a926 to your computer and use it in GitHub Desktop.
Kill ports on #windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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