使用netsh的脚本如下:
netsh interface ip set address "本地连接" static 200.200.0.106 255.255.255.0 200.200.0.105 1
netsh interface ip add address name = "本地连接" addr = 192.167.0.106 mask = 255.255.255.0
netsh interface ip add address name = "本地连接" addr = 192.168.16.106 mask = 255.255.255.0
本文提供了一个使用netsh命令设置本地连接IP地址的具体脚本示例,包括静态IP地址的设置方法。

559

被折叠的 条评论
为什么被折叠?



