标签:脚本
echo off
cls
title 设置IP
echo 正在设置IP地址,请稍候……
netsh interface ip set address "本地连接" static 192.168.218.169 255.255.255.0 192.168.218.254 1
echo 正在更改DNS设置,请稍候……
echo 正在更改DNS设置,请稍候……
netsh interface ip set dns "本地连接" static 192.168.12.128 primary
netsh interface ip add dns "本地连接" 192.168.12.129
echo ******恭喜你,修改完成!******
修改本地连接的脚本包括修改备用dns的方法,布布扣,bubuko.com
标签:脚本
原文地址:http://blog.csdn.net/nianqingren200/article/details/29573207