@echo off
@echo 请等待.....本窗口配置完成后会自动关闭....
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