How do I kill the process currently using a port on localhost in Windows?

后端 未结 20 2291
陌清茗
陌清茗 2020-11-22 11:37

How can I remove the current process/application which is already assigned to a port?

For example: localhost:8080

20条回答
  •  孤城傲影
    2020-11-22 12:12

    For Windows users, you can use the CurrPorts tool to kill ports under usage easily:

提交回复
热议问题