首页 > 课堂 > 电脑知识 > 正文

Windows命令集合

2024-05-08 14:49:36
字体:
来源:转载
供稿:网友

  1. 重启windows网卡命令

  rem 禁用网卡

  netsh interface set interface 本地连接 disabled

  rem 启用网卡

  netsh interface set interface 本地连接 enabled

  2. 查看端口使用情况及使用进程或服务的PID

  netstat -ano


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表