xnima 发表于 2008-12-25 16:53:11

更改网关DNS

netsh interface ip set address name="本地连接" source=static gateway=192.168.0.1 gwmetric=1
netsh interface ip delete dns "本地连接" addr=all
netsh interface ip add dns "本地连接" addr=202.202.134.134
netsh interface ip add dns "本地连接" addr=202.202.227.227

保存为.bat运行即可。
页: [1]
查看完整版本: 更改网关DNS