好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

Windows设置静态&动态ip的脚本 - Windows操作系统


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操作系统的详细内容...

  阅读:57次