导出 netsh -c int ip dump >c:\ip.txt 导入 netsh -f c:\ip.txt 适合IP较多的 添加一个ip(多ip) netsh interface ipv4 add address name="本地连接" address=192.168.18.30 mask=255.255.255.0 删除ip netsh interface ipv4 delete address "本地连接" addr=192.168.18.30
导出 netsh -c int ip dump >c:\ip.txt 导入 netsh -f c:\ip.txt 适合IP较多的 添加一个ip(多ip) netsh interface ipv4 add address name="本地连接" address=192.168.18.30 mask=255.255.255.0 删除ip netsh interface ipv4 delete address "本地连接" addr=192.168.18.30