Port already used

Useful prompt when needing to find (and kill) which process is using a specific port on Windows:

1
2
netstat -aonb  findstr [port-nb]
taskkill /PID [pid]
dark
sans