level 2
大丶树🌳
楼主
echo offclstitle 设置IPecho 正在设置IP地址,请稍候……
netsh interface ip set address "本地连接" static 10.10.22.233 255.0.0.0 192.168.1.1 0
netsh interface ip add address "本地连接" 192.168.1.228 255.255.0.0
echo 正在更改DNS设置,请稍候……
netsh interface ip set dns "本地连接" static 202.99.160.68 primary
netsh interface ip add dns name = "本地连接" addr=none
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007 /v NetworkAddress /d 0025114051E6
echo ******恭喜你,修改完成!******pause
win7完美运行
2016年12月01日 09点12分
1
netsh interface ip set address "本地连接" static 10.10.22.233 255.0.0.0 192.168.1.1 0
netsh interface ip add address "本地连接" 192.168.1.228 255.255.0.0
echo 正在更改DNS设置,请稍候……
netsh interface ip set dns "本地连接" static 202.99.160.68 primary
netsh interface ip add dns name = "本地连接" addr=none
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007 /v NetworkAddress /d 0025114051E6
echo ******恭喜你,修改完成!******pause
win7完美运行