具體描述:qq,微信可用網,但其他不能用。
一、win+r 輸入cmd 打開命令行:ipconfig /all 查看DNS
二、打開文本編輯器,輸入如下文本:
@Echo on
pushd\windows\system32\drivers\etc
attrib -h -s -r hosts
echo 127.0.0.1 localhost>HOSTS
attrib +r +h +s hosts
popd
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset all
netsh int ip reset all
shutdown -r -t 1
del %
三、將上述文本另存為flush.bat文件
四、單擊鼠標右鍵,以管理員身份運行。該程序將會重置網絡設置,並自動重啟電腦。