Monday, February 10, 2014

how to release a port in windows 7

ref: http://stackoverflow.com/questions/788348/how-do-i-free-my-port-80-on-localhost-windows

netstat -ano
That will show you the PID of the process that is listening on port 80. After that, open the Task Manager -> Processes tab. From the View -> Select Columns menu, enable the "PID" column, and you will see the name of the process listening on port 80.

No comments:

Post a Comment

Followers