码迷,mamicode.com
首页 > Windows程序 > 详细

Windows 批处理设置dns ,解决能上qq不能开网页

时间:2016-09-03 22:31:46      阅读:268      评论:0      收藏:0      [点我收藏+]

标签:

对于windows 7 

1 @echo off
2 netsh interface ip set dns "本地连接" static 114.114.114.114 primary
3 netsh interface ip add dns "本地连接" 8.8.8.8
4 ipconfig /flushdns

对于windows 10

1 @echo off
2 netsh interface ip set dns "以太网" static 223.5.5.5 primary
3 netsh interface ip add dns "以太网" 8.8.8.8
4 ipconfig /flushdns

新建文本文件,将以上对应的代码复制粘贴进入。 保存后修改扩展名(即格式) txt 为 bat

Windows 批处理设置dns ,解决能上qq不能开网页

标签:

原文地址:http://www.cnblogs.com/lonkiss/p/5838069.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!