Use the Task Manager to find the process's PID, 4048 in my case.
Now use this command to find the ports used by this process, 5992 in my case.
d:\PortQryUI>netstat -ano |find "4048"
TCP 192.168.111.200:50455 85.0.189.174:5992 ESTABLISHED 4048
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Use the Task Manager to find the process's PID, 4048 in my case.
Now use this command to find the ports used by this process, 5992 in my case.
d:\PortQryUI>netstat -ano |find "4048"
TCP 192.168.111.200:50455 85.0.189.174:5992 ESTABLISHED 4048