📌  相关文章
📜  如何关闭特定端口号上的服务 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:30.001000             🧑  作者: Mango

代码示例1
# It  gives PID of the service
netstat -ano | findstr :

# Kill the process using PID
taskkill /PID  /F