怎样用批处理命令修改IP地址

怎样用批处理命令修改IP地址
2024-11-22 01:12:57
推荐回答(2个)
回答1:

netsh interface ip set address name="本地连接" source=static addr=192.168.20.11 mask=255.255.255.0 gateway=192.168.20.1 gwmetric=1

回答2:

netsh interface ip set address 本地连接 static 192.168.1.11 255.255.255.0 192.168.1.1 1