netstat -ano | find ":80"
netstat -ano | find ":80" | find "LISTEN"
(LISTENING, ESTABLISHED, TIME_WAIT, CLOSE_WAIT, CLOSE, CLOSING, SYN_SENT, SYN_RECV, FIN_WAIT1, FIN_WAIT2, UNKNOWN)
netstat -ano | find /c ":80"
sc.exe name_service DisplayName= "name_service" binPath= "C:\..."
sc config name_service binPath= "D:\..."
sc config name_service DisplayName= "new_name_service"
sc qc name_service