熱點推薦:
您现在的位置: 電腦知識網 >> 操作系統 >> Windows系統管理 >> 正文

Windows設置靜態&動態ip的腳本

2022-06-13   來源: Windows系統管理 

  使用netsh設置靜態ip地址

  @echo off

  netsh interface ip set address "本地連接" static

  netsh interface ip set dns "本地連接"

  netsh interface ip add dns "本地連接" index=

  pause

  使用netsh設置動態ip地址

  @echo off

  netsh interface ip set address name="本地連接" source=dhcp

  netsh interface ip set dns name="本地連接" source=dhcp

  pause


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