Is it possible to close an established socket connection in Windows "manually" (e.g. using a command prompt tool)? I have several open sockets connected to a listening server, I can see them using netstat, and would like to close one of them manually.

link|improve this question

80% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Check out TCPView, which is a GUI to do this stuff: http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.