批处理修改本地IP
上一篇 /
下一篇 2008-04-23 15:59:26
netsh interface ip delete dns "本地连接" addr=all
netsh interface ip add dns "本地连接" addr=202.101.172.35
netsh interface ip add dns "本地连接" addr=202.101.172.36
netsh interface ip add address "本地连接" 192.168.0.133 255.255.255.0
netsh interface ip add address "本地连接" gateway=192.168.0.1 gwmetric=2
ipconfig /flushdns
导入论坛
收藏
分享给好友
推荐到圈子
管理
举报
TAG:
批处理
interface
add
dns
gateway