切换1.bat:
@echo off
netsh interface ip set address "本地连接" static 192.168.0.16 255.255.255.0 192.168.0.254 1
netsh interface ip set dns "本地连接" static 218.85.157.99切换2.bat:
@echo off
netsh interface ip set address "本地连接" dhcp
netsh interface ip set dns "本地连接" dhcp
评论(0)
暂无评论。