cmd命令行下怎么禁用和启用网络

https://jingyan.baidu.com/article/d3b74d64b293525e76e6092a.html

 

执行netsh命令。

interface show interface

查看网络连接信息。

interface set interface "以太网" disabled

禁用名称为以太网的网络连接。

interface set interface "以太网" enabled

即可重新启用以太网的网络连接。

上一篇:分析一个简单的goroutine资源池


下一篇:D. Shortest and Longest LIS