Windows CMD命令行批处理修改DNS地址
原文:http://www.5x54.com/article/html/201010/28100225.html
假设要修改网卡“本地连接”的DNS地址,方法如下:
修改主DNS地址为“192.168.1.1”:
netsh interface ip set dns name="本地连接" source=static addr=192.168.1.1
修改备用DNS地址为“202.96.209.133”:
netsh interface ip add dns name="本地连接" addr=202.96.209.133 index=2
如果要重置DNS,将IP改为空即可,例如:
netsh interface ip set dns name="本地连接" source=static addr=
相关推荐
localhost0 2020-11-12
jlccwss 2020-09-11
lwplvx 2020-09-07
YzhilongY 2020-08-31
KevinXC 2020-08-12
oLeiShen 2020-08-01
dahege 2020-08-01
windzoone 2020-07-29
travelinrain 2020-07-27
hxf0 2020-07-10
oLeiShen 2020-06-25
oLeiShen 2020-06-25
dahege 2020-06-25
dahege 2020-06-22
MissFuTT 2020-06-21
ationwork 2020-06-16
kenson 2020-06-12
chwzmx 2020-06-09