Wednesday 13 November 2013

Windows Command to check port usage

Windows Command to check port usage


netstat -aon | find /i "listening"



tasklist /svc /FI "PID eq 2632"


1 comment:

  1. i tried it but..
    it's not working..
    do i need to create some directory or need to install some other application(s)..

    ReplyDelete