How to close TCP and UDP ports via windows command line

后端 未结 17 1621
忘掉有多难
忘掉有多难 2020-12-07 06:43

Does somebody knows how to close a TCP or UDP socket for a single connection via windows command line?

Googling about this, I saw some people asking the same thing.

17条回答
  •  情歌与酒
    2020-12-07 07:28

    Try the tools TCPView (GUI) and Tcpvcon (command line) by Sysinternals/Microsoft.
    https://docs.microsoft.com/en-us/sysinternals/downloads/tcpview

提交回复
热议问题