熱點推薦:
您现在的位置: 電腦知識網 >> 網絡技術 >> 正文

兩個Windows下自動切換IP小腳本

2022-06-13   來源: 網絡技術 

  從辦公到家庭環境或者從會議室到辦公工位上的IP切換相信已經把你搞的煩死了那麼用下面的個小腳本吧呵呵藥到病除

   切換成自動獲取IP

  @echo off

  netsh interface ip set address name=local source=dhcp

  netsh interface ip set dns name=local source=dhcp

   切換成固定IP

  @echo off

  netsh interface ip set address local static

  netsh interface ip set dns local

  netsh interface ip add dns local index=

  netsh interface ip add dns local index=

  local 是你的本地網卡名稱也可能是 本地連接需要自己替換下如果是個固定IP間的來回切換把第個腳本自己改改吧 :)

  dns設置中第一個是set表示設置後面兩個則是添加自己替換成當地的dns server


From:http://tw.wingwit.com/Article/Network/201311/30007.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.