@echo 设置静态ip @echo off netsh interface ip set address name="本地连接" source=static addr=192.168.1.64 mask=255.255.255.0
gateway=192.168.1.1 gwmetric=1 netsh interface ip set dns name="本地连接" source=static addr=61.232.202.158 netsh interface ip add dns name="本地连接" addr=222.41.52.3 ipconfig /all pause close
@echo 设置静态ip @echo off netsh interface ip set address name="本地连接" source=static addr=192.168.1.64 mask=255.255.255.0
gateway=192.168.1.1 gwmetric=1 netsh interface ip set dns name="本地连接" source=static addr=61.232.202.158 netsh interface ip add dns name="本地连接" addr=222.41.52.3 ipconfig /all pause close