您可以通过几种方式通过命令行列出网络接口。例如:
netsh interface show interface
netsh interface ip show interfaces
ipconfig |findstr "adapter"
对于移动宽带连接:
netsh mbn show interfaces
只要启用它们,所有这些都会列出网络接口。如果禁用接口(即“ netsh接口设置接口“ interfaceName” admin = disable“),则该命令将不再列出。
我的问题是:如何列出已被禁用的接口?既适用于移动宽带连接又适用于常规连接的东西会很棒。
必须等待8个小时才能添加我的答案。我仍然不知道我的解决方案是否适用于MBN连接。我将
—
不得不再