Useful prompt when needing to find (and kill) which process is using a specific port on Windows:
1 | netstat -aonb findstr [port-nb] |
Useful prompt when needing to find (and kill) which process is using a specific port on Windows:
1 | netstat -aonb findstr [port-nb] |