How to: Identify which application is listening or opening a specific port on Windows
Open Command Prompt window by typing Cmd in Run command box or Start Search, and hit Enter. Type in the following netstat command: netstat -o -n -a | findstr :80 or netstat -aon | findstr :443...