dos下修改IP

来源:互联网 发布:推塔游戏不用网络 编辑:程序博客网 时间:2024/05/23 15:36
@echo offnetsh interface ip set address “本地连接” static 222.195.151.47 255.255.254.0netsh interface ip set address name=“本地连接” gateway=222.195.151.254 gwmetric=0netsh interface ip set dns name=“本地连接” source=static addr=211.64.142.6 register=PRIMARYexit
原创粉丝点击