顺★

导航

2012年3月30日 #

快速切换内外网IP

摘要: 建立一个 .bat 批处理文件(切回外网)netsh interface ip set dns "本地连接" static "192.168.1.XX" primary netsh interface ip add dns "本地连接" "192.168.1.XXX"(可以不要)IP 为你外网IP建立一个 .bat 批处理文件(切回内网)netsh interface ip set dns name="本地连接" source=static addr="192.168.1.XX&quo 阅读全文

posted @ 2012-03-30 10:32 顺★ 阅读(2187) 评论(0) 推荐(0) 编辑