netsh interface ip set address "本地连接" static 10.25.35.35 255.255.255.0 10.25.35.7 auto
netsh interface ip set dns "本地连接" static 211.138.91.1
命令的意思是将“本地连接”的DNS设置成211.138.91.1
netsh interface ip set address "本地连接" dhcp
netsh interface ip set dns "本地连接" dhcp
posted on 2014-06-29 12:09
龙在江湖 阅读(279)
评论(0) 编辑 收藏 引用 所属分类:
C++