echo off cls title 设置IP echo 正在设置IP地址,请稍候…… netsh interface ip set address "本地连接" static 192.168.1.124 255.255.255.0 192.168.1.0 1 echo 正在更改DNS设置,请稍候…… netsh interface ip set dns "本地连接" static 192.168.1.0 primary netsh interface ip add dns name = "本地连接" addr= echo