I have installed the an application which will work over the network. I can not connect this application from other computers. I need to open some port on windows firewall. How can I find this application listening port?
We can use netstat command with the -a -b options like below. netstat -a -b Reference: poftut.com/how-to-find-out-which-proccess-is-listening-on-a-port-for-windows/