谢谢2楼的兄弟··果然行得通!!
再小声无耻的问下
如果是恢复网关和DNS又该如何去编写呢? - @echo off
- netsh interface ip set address name="本地连接" source= static addr= 192.168.1.108 mask= 255.255.255.0 gateway= 192.168.1.1 gwmetric=1
- netsh interface IP set dns "本地连接" static 202.96.128.68
- netsh interface ip add dns "本地连接" 202.96.128.166 index=2
- pause
复制代码 你把相应的DNS地址改下 |