Hi Jakeer,
Please go through the note. http://service.sap.com/sap/support/notes/1845121.
The command is there. Go to windows terminal (cmd) and fire the below command (I picked it from note.)
> netstat -ao | findstr <port number>
it will give you the PID of the process listening to that port.
Cheers,
Saurabh