@echo off
netsh interface Ipv4 set Address name="WLAN" source=dhcp
@echo off
netsh interface Ipv4 set dns name="WLAN" source=dhcp
@echo off
netsh interface Ipv4 set Address name="WLAN" static 192.168.1.101 255.255.255.0 192.168.1.1
@echo off
netsh interface Ipv4 set dns name="WLAN" static 8.8.8.8
配置bat脚本
本文由 admin 创作,采用 知识共享署名4.0 国际许可协议进行许可
本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名
最后编辑时间为: Dec 9, 2021 at 12:51 pm