@echo off
@echo 請(qǐng)等待.....本窗口配置完成后會(huì)自動(dòng)關(guān)閉....
netsh interface ip set address name="本地連接" static 132.159.173.210 255.255.255.192 132.159.173.251 1
netsh interface ip set dns name="本地連接" source=static addr=202.96.209.5 register=PRIMARY
netsh interface ip add dns name="本地連接" addr=132.159.174.20 index=2
echo 配置完成
echo on