Sunday, June 12, 2011

In Windows finding out which service is running on which port

Hi,
In windows if you want to find out which service is running on which port, for example you want to know httpd server is running on which port then you can do following steps for that :

1. Open cmd as administrator (right click on cmd icon and run as administrator) otherwise you will get error "Elevation is required" while running the command.

2. type netstat -anb and press enter. Bingo you will get all the details.

No comments:

Post a Comment