Archive for 11月 2nd, 2007
命令行模式下禁用或启用网卡
netsh interface show interface
查看所有网络连接
netsh interface set interface “本地连接” “disabled”
netsh interface set interface “本地连接” “enabled
Posted: 11月 2nd, 2007 under 学习资料.
Comments: none
杜伟的个人BLOG,记载着我的学习工作生活
netsh interface show interface
查看所有网络连接
netsh interface set interface “本地连接” “disabled”
netsh interface set interface “本地连接” “enabled
Posted: 11月 2nd, 2007 under 学习资料.
Comments: none