侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

netsh禁用/启用本地连接

2022-06-29 星期三 / 0 评论 / 0 点赞 / 136 阅读 / 725 字

实例1.显示所有网络连接:netsh interface show interface实例2.禁用本地连接(win8中为‘以太网’):netsh interface set interface nam

.

实例1.

显示所有网络连接:netsh  interface show interface


实例2.

禁用本地连接(win8中为‘以太网’):netsh interface set interface name="以太网"  admin=disable


实例3.

启用本地连接:netsh interface set interface name="以太网" admin=enable



.

广告 广告

评论区