dos改ip的相關文章

CMD命令行下修改网络IP设置的方法_DOS/BAT_脚本之家
瀏覽:1415
日期:2025-06-21
@echo off netsh interface ip set address name="本地连接" static 192.168.1.55 255.255.255.0 192.168.1.1 auto >nul netsh interface ip add dns "本地连接" ......看更多