Killing network connections from the MS Windows command line

1. Show active connections using netstat:

>netstat -anb

2. Kill connection based on process ID.

>taskkill /pid <pid>

  • Share/Bookmark

Leave a Reply