Answers for "view running port windows"

1

see what's running on port

netstat -anpe | grep "1234" | grep "LISTEN"
Posted by: Guest on February-08-2022
16

check port windows

netstat -aon
Posted by: Guest on August-15-2020

Code answers related to "view running port windows"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language