echo off
echo 修改[本地连接]IP......
netsh interface IP set address "本地连接" static 192.168.1.100 255.255.255.0 192.168.1.1 1
echo 修改[本地连接]DNS......
netsh interface IP set dns "本地连接" static addr=222.88.88.88
echo off
echo 修改[本地连接]IP......
netsh interface IP set address "本地连接" static 192.168.18.100 255.255.255.0 192.168.18.1 1
echo 修改[本地连接]DNS......
netsh interface IP set dns "本地连接" static addr=219.150.150.150