netstat -ano | findstr 8088 taskkill /PID <PID> /F
Get-NetTCPConnection -Localport 8088 | select Localport,OwningProcess Stop-Process -Id PID