从办公到家庭环境,或者从会议室到办公工位上的IP切换相信已经把你搞的烦死了,win7系统下载那么用下面的2个小脚本吧,呵呵,药到病除。
! M- u! v: D4 i7 S& Y! t 1. 切换成自动获取IP
. _% ?9 P" R( ^! j( m; }5 ]1 L @echo off
( q& t" @# Z. u3 \* i% W5 { netsh interface ip set address name=“local” source=dhcp
! L3 M I9 D- Z7 e, b9 e! m: Q4 p netsh interface ip set dns name=“local” source=dhcp# u2 t+ T' n3 A6 g0 k5 C, O$ @
2. 切换成固定IP
; r3 Q: W* b3 ]) l# V! C @echo off4 c7 `1 u9 U2 k( Y5 [3 l Q
netsh interface ip set address local static 192.168.0.84 255.255.255.0 192.168.0.2546 [* Y2 x* i( |( r# h! H
netsh interface ip set dns local 192.168.0.2542 a9 D( z" r' d% F
netsh interface ip add dns local 202.106.196.115 index=2
. V- E. ` J& R& L/ j0 L netsh interface ip add dns local 202.106.0.20 index=3
! S; e4 p3 h2 W& P, d0 n# y* _9 {( R “local” 是你的本地网卡名称,也可能是 “本地连接”,需要自己替换下。xp系统下载如果是2个固定IP间的来回切换,把第2个脚本自己改改吧 :)
- ^0 y1 v- G% `: y7 k$ D dns设置中,第一个是set,表示设置,后面两个则是添加,自己替换成当地的dns server。' g0 ?$ i# R/ R; N' {' ^- `
|