Bunuh Layanan dengan Nomor Port di Windows
taskkill /F /PID PORT_NUMBER
StupidArafat
taskkill /F /PID PORT_NUMBER
netstat -ano | findstr < Port Number >
taskkill /F /PID < Process Id >
# Print PID of process bound on that port.
fuser 8080/tcp
# Kill that process
fuser -k 8080/tcp