前言全局说明
Windows bat批处理 netsh 设置网络IP
一、netsh 设置网络IP
二、Win 7系统
1.设置IP
netsh interface ip set address name="本地连接" source=static addr=192.168.1.%IP% mask=255.255.255.0 2>nul 1>nul
三、Win 8、10、11系统
1.设置IP
netsh interface ip set address"以太网"static 192.168.1.100 255.255.255.0 192.168.1.1
2.设置MTU大小
netsh interface ip set interface"以太网2"mtu=1500
3.启用 ”以太网2“ 网卡
netsh interface set interface name="以太网2" admin=enable
3.设置DHCP动态获取IP地址
netsh interface ip set address"以太网2"dhcp
免责声明:本号所涉及内容仅供安全研究与教学使用,如出现其他风险,后果自负。
参考、来源:
https://blog.csdn.net/dongzhiquan/article/details/4129765 (设置计算机名称) (设置工作组名称)
https://baijiahao.baidu.com/s?id=1772549323837829813&wfr=spider&for=pc