Monthly Archives: Mart 2020

Which task is using which port in Windows.

Which task is using which port in Windows. netstat -aon | findstr <port number> Example;c:\netstat -aon | findstr 8080 Output like this; C:\>netstat -aon | findstr 8080TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 8424TCP 127.0.0.1:8080 127.0.0.1:58664 FIN_WAIT_2 8424TCP 127.0.0.1:8080 127.0.0.1:58665 FIN_WAIT_2 8424TCP 127.0.0.1:8080 … Okumaya devam et

Yorum bırakın