批处理之windows更改网卡IP地址 By admin在 2019年5月1日 上张贴Cat 88bf必发发表回复 88bf必发娱乐,新建文本文档,更改后缀为“.bat”,写入以下代码: netsh interface ip set address name=”本地连接” source=static 192.168.1.110 255.255.255.0 192.168.1.1 1 name是网卡的名字。 在WIN10中测试,要右键点击批处理文件,然后“以管理员身份运行”。