Skip to content

Instantly share code, notes, and snippets.

@noherczeg
Created March 3, 2018 22:14
Show Gist options
  • Save noherczeg/43ee258335256b24eed23faf344d2ee6 to your computer and use it in GitHub Desktop.
Save noherczeg/43ee258335256b24eed23faf344d2ee6 to your computer and use it in GitHub Desktop.
find processes and kill them on windows
> 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