切換IP批處理檔案
來貴州出差啦,需要在賓館,政府的內網和外網不斷的切換IP,手動修改的話,非常麻煩,就弄了3個bat批處理檔案,雙擊就可以切換,挺方便的!
1:切換手動IP
@echo off
netsh interface ipv4 set address "Local Area Connection" static 10.104.100.186 255.255.0.0 10.104.129.1
netsh interface ipv4 set dns name="Local Area Connection" source=static addr=202.98.192.67
2:切換自動獲取IP
@echo 切換成動態IP地址
@echo off
netsh interface ipv4 set address name="Local Area Connection" source=dhcp
netsh interface ipv4 set dns name="Local Area Connection" source=dhcp
相關文章
- 利用批處理設定和切換IP地址
- 簡單批處理,實現ip地址的自動切換
- bat批處理轉換成exe檔案BAT
- 批處理實現的ip地址切換的複雜指令碼指令碼
- window 批處理檔案
- 批處理檔案命令
- Windows批處理檔案Windows
- bat批處理檔案BAT
- 將DOS批處理檔案轉換為Shell指令碼指令碼
- Python批處理:檔案操作Python
- 批處理設定ip地址
- 07 Windows批處理之檔案操作Windows
- 批處理檔案 bat 後臺執行BAT
- windows刪除檔案的批處理操作Windows
- 用批處理檔案執行備份
- 製作批處理WinXP5秒切換到Win98(轉)
- Jenkins執行批處理檔案失敗Jenkins
- 批處理檔案(bat檔案)註冊dll批量註冊dllBAT
- 批處理檔備份oracleOracle
- 懶人的小技巧, 批處理修改IP
- 批處理 自動修改 IP 地址(轉載)
- 批處理以當前時間為檔名建立檔案
- 批處理 壓縮zip 並過濾部分檔案
- 用批處理檔案編譯並執行java編譯Java
- 10 Windows批處理之呼叫例程和bat檔案WindowsBAT
- 切換IP地址
- 使用無伺服器實現檔案處理的批處理 - DZone Cloud伺服器Cloud
- 批處理檔案:將目錄下所有的jar檔案都加到CLASSPATHJAR
- oracle 中使用批處理檔案,同時執行,多個.sql檔案。OracleSQL
- 設定Oralce啟動和停止的批處理檔案
- windows刪除幾天前檔案的批處理命令Windows
- Windows使用批處理給手機批量安裝apk檔案WindowsAPK
- Windows bat批處理刪除指定N天前的檔案WindowsBAT
- 編寫簡單的windows bat批處理指令碼檔案WindowsBAT指令碼
- xcopy 實現批處理拷貝檔案或資料夾
- IP地址切換工具
- Windows批處理學習(二)——批處理(3)薦Windows
- 批處理框架框架