Answers for "find service using port 80"

0

find which service is using port

netstat -aon | findstr<port_number>  

 tasklist | findstr 9260
Posted by: Guest on December-10-2020
0

which service using port 80 command

netstat -aon | findstr :80
Posted by: Guest on March-02-2021

Browse Popular Code Answers by Language