netsh禁用/启用本地连接
更新:HHH   时间:2023-1-7


实例1.

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


实例2.

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


实例3.

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



返回网络安全教程...