Port already used

Useful prompt commands for windows folks that need to find (and kill) who is using which ports:

netstat -aonb | findstr [port-nb]
taskkill /PID [pid]