Created
March 3, 2018 22:14
-
-
Save noherczeg/43ee258335256b24eed23faf344d2ee6 to your computer and use it in GitHub Desktop.
find processes and kill them 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 -aon |find /i "listening" |find "8080" | |
> Taskkill /PID 1448 /F |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment