Windows 批处理设置dns ,解决能上qq不能开网页
Posted lonkiss
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows 批处理设置dns ,解决能上qq不能开网页相关的知识,希望对你有一定的参考价值。
对于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不能开网页的主要内容,如果未能解决你的问题,请参考以下文章
电脑有网,识别不了网络怎么处理?微信QQ都可以登陆,网页跟其他的打不开。