使用netsh 快速修改網卡IP
只要建立簡單批次檔
即可快速修改網卡IP
先將網卡名稱設定為nic1
example 1: 快速將網卡IP 改為192.168.1.1 mask 255.255.255.255
開啟記事本輸入如下,另存新檔為ip.bat
netsh interface ip set address nic1 static 192.168.1.1 255.255.255.0
example 2: 快速將網卡改為dhcp client
開啟記事本輸入如下,另存新檔為dhcp
netsh interface ip set address nic1 dhcp
即可快速修改網卡IP
先將網卡名稱設定為nic1
example 1: 快速將網卡IP 改為192.168.1.1 mask 255.255.255.255
開啟記事本輸入如下,另存新檔為ip.bat
netsh interface ip set address nic1 static 192.168.1.1 255.255.255.0
example 2: 快速將網卡改為dhcp client
開啟記事本輸入如下,另存新檔為dhcp
netsh interface ip set address nic1 dhcp
留言
張貼留言