cmd bat批处理文件设置IP静态与动态IP

静态:

netsh interface ip set addr "neiwang3" static 192.168.0.18 255.255.255.0
pause

 

动态:

netsh interface ip set addr "neiwang3" source=dhcp
pause

 

posted @ 2021-10-19 15:31  txwtech  阅读(178)  评论(0编辑  收藏  举报