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>
This entry was posted
on Thursday, June 18th, 2009 at 2:03 pm and is filed under Networking, Windows.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.