Thursday, July 11, 2013
In windows how to find what runs on a certain port (ex:- 8080)
This quick guide shows you how to find which application runs on a certain port in Windows OS.
➲ Open command window
➲ Type netstat -aon and press enter.
➲ In Local Access column find which runs on the required port. (Ex:- 127.0.0.0:8080)
➲ In that row, go to the PID column and find the Process Id.
➲ Now open the Windows Task Manager. (Right click task bar ➞ Task Manager)
➲ Select Process tab
➲ If PID column is not visible go to View ➞ Select columns ➞ PID ➞ Ok
➲ Now find the row for the relevant PID.
➲ In Image Name column you can find the process.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment