SyntaxFix
Write A Post
Hire A Developer
Questions
Type in the command: netstat -aon | findstr :DESIRED_PORT_NUMBER
netstat -aon | findstr :DESIRED_PORT_NUMBER
For example, if I want to find port 80: netstat -aon | findstr :80
netstat -aon | findstr :80
This answer was originally posted to this question.