- 帖子
- 22
- 积分
- 31
- 技术
- 0
- 捐助
- 0
- 注册时间
- 2019-3-25
|
4楼
发表于 2021-4-8 14:27
| 只看该作者
@echo off
::ip
ipconfig/all
netsh interface ip set address "本地连接" static 192.168.137.118 255.255.255.0 192.168.137.1 1
::dns
netsh -c interface ip set dns name="本地连接" source=static addr=223.5.5.5 register=PRIMARY"
::netsh interface ip set address name="本地连接" source=static addr=21.5.251.63 mask=255.255.0.0 gateway=21.5.251.254 gwmetric=1
@pause
这是设dns与IP |
|