Windows设置静态&动态ip的脚本
使用netsh设置静态ip地址:
@echo off
pause
使用netsh设置动态ip地址:
@echo off
netsh interface ip set address name="本地连接" source=dhcp
netsh interface ip set dns name="本地连接" source=dhcp
pause
查看更多关于Windows设置静态&动态ip的脚本 - Windows操作系统的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did23408