Force socket close

7

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.

Groo

Posted 2010-05-28T06:43:22.040

Reputation: 996

Answers

17

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

myforwik

Posted 2010-05-28T06:43:22.040

Reputation: 186

Only does ipv4 just as an FYI... – jjxtra – 2019-04-10T19:58:46.940