- 帖子
- 21
- 积分
- 35
- 技术
- 0
- 捐助
- 0
- 注册时间
- 2012-6-22
|
平时都是两块网卡、一个有线连接、一个无线网连接。用的时候就是禁用一块网卡,启用另外一块网卡
想使用批处理代码来实现这个功能,再网上搜索了两条命令。但是实际运行操作的时候提示“有更多数据可用”
下面列出网上搜集到的命令。希望有高人可以指点一二。
禁用网卡: netsh interface set interface "本地连接" disabled
启用网卡 : netsh interface set interface "本地连接" enabled |
|