How to close TCP and UDP ports via windows command line

后端 未结 17 1612
忘掉有多难
忘掉有多难 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:19

    Yes there is possible to close TCP or UDP port there is a command in DOS

    TASKKILL /f /pid 1234 
    

    I hope this will work for You

提交回复
热议问题