开发者

Close socket handle utility

开发者 https://www.devze.com 2022-12-27 23:28 出处:网络
Hi I need a utility to close server socket handles open by the process, on windows. I cannot use tcpview as it 开发者_运维问答does not close the server socket (ESTABLISHED state). Process explorer com

Hi I need a utility to close server socket handles open by the process, on windows. I cannot use tcpview as it 开发者_运维问答does not close the server socket (ESTABLISHED state). Process explorer comes close with its handle list and "close handle" option, but it only gives the handle path (like \Device\Afd) and if application has open many such sockets I cannot tell which handle I would like to close. Any idea?


Checkout CurrPorts;

CurrPorts allows you to close unwanted TCP connections, kill the process that opened the ports

0

精彩评论

暂无评论...
验证码 换一张
取 消