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

windows動態修改ip

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

    辦公網絡和家裡的網絡不一樣 總是要換來換去弄了一個腳本雙擊運行就可以了win 要用超級管理員去運行 
    
    echo 設置ip 默認子網 默認網關 開始(無線網絡連接就是網絡連接名稱也可以是本地連接
    netsh interface ip set address 無線網絡連接 static  
    echo 設置ip 默認子網 默認網關 結束 
    echo 設置主dns ip 開始 
    netsh interface ip set dns 本地連接 static  
    echo 設置主dns ip 結束
    echo 設置副dns ip 開始 
    netsh interface ip add dns 本地連接  
    echo 設置副dns ip 結束 
    echo 先禁用網卡 
    netsh interface set interface 本地連接 disable 
    echo 使用reg add命令修改物理地址(DBED mac地址) 
    reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{DEECEBFCBE}\ /v NetworkAddress /d DBED /f 
    echo 再啟用網卡 
    netsh interface set interface 本地連接 enable 
    pause 


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