You can use this cool DOS command to find anything using port 80 on your Windows machine. Actually, you could find connections to any port by just switching the “:80″ portion of the command.
netstat -aon|findstr :80
February 1, 2012 | 0 comments
You can use this cool DOS command to find anything using port 80 on your Windows machine. Actually, you could find connections to any port by just switching the “:80″ portion of the command.
netstat -aon|findstr :80