浏览模式: 标准 | 列表 2016年11月10日的文章

windows下批处理设置IP地址

netsh interface ip set address "本地连接" static 192.168.25.2 255.255.255.0 192.168.25.1
netsh interface ip set dnsservers "本地连接" static 223.5.5.5 primary
netsh interface ip set dnsservers "本地连接" static 114.114.114.114