Answers for "how to view the port in which the service rus?"

0

find which service is using port

netstat -aon | findstr<port_number>  

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

Code answers related to "how to view the port in which the service rus?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language