check whose listening on port 8080 windwos code example Example: check ports in use windows 8080 netstat -aon | findstr 8080 tasklist | findstr <PID>