rem 固定IP
netsh interface ip set address "本地连接" static 10.116.72.253 255.255.255.192
netsh interface ip set address "本地连接" gateway=10.116.72.254 gwmetric=auto
netsh interface ip set dns "本地连接" static 10.115.0.4
netsh interface ip add dns "本地连接" 10.116.64.4 index=2
pause
rem 自动获取IP地址
netsh interface ip set address "本地连接" dhcp
netsh interface ip set dns "本地连接" dhcp
pause