To get a list of all the owning process ID associated with each connection:
netstat -ao |find /i “listening”
If want to kill any process have the id and use this command, so that port become free
Taskkill /F /IM pidof a process
Find particular port
netstat -aon | findstr [port number]
Search
Categories
Recent Posts
Top Git interview Questions for Experienced Developer
Speed-up tips and tricks for Windows 11
Top 15 Linux Commands used by Experienced Developer
Top SQL Interview Examples for Experienced Developer
Internal Working of Java HashMap
Recent Tags