前言

装完系统,下了个驱动精灵来更新驱动,因为显卡驱动不更新,就没法使用1920分辨率。

问题

接着很恼的事情就发生了,我在安装的时候明明取消了锁定毒霸为主页。但是每次打开浏览器,总会跳出一个页面。

很气啊。 卸载完浏览器再装还是会跳出来。

追踪

这个网址是
http://bk.bk3r.com/?f=qd_ssgdh
紧接着它就自动跳转到123.sougou.com

这中间发生了什么呢? 用在线http请求测试工具来看下:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta charset="UTF-8">
    <title>上网导航</title>
    <style>
        body,html {height:100%; border:0; margin:0; overflow:hidden;}
    </style>
</head>
<body>
<iframe id="gf_frame" width="100%" height="100%" frameborder="0" src=""></iframe>

<script>

var f = document.getElementById("gf_frame");
    f.setAttribute("src","//www.duba.com/"+document.location.search)

</script>

</body>
</html>

可以看到这么一行 f.setAttribute("src","//www.duba.com/"+document.location.search)

万恶之源找到了。这gou东西。 害我琢磨了半天。

解决

不想去用别人修改的绿色版,虽然官方很流氓,但是绿色软件更危险。所以来手动取消锁定吧。听说驱动人生不会这么流氓,下次再试试吧。

选择百宝箱-》浏览器设置-》解除锁定

流氓软件驱动精灵 强制锁定浏览器主页 的解决方法

流氓软件驱动精灵 强制锁定浏览器主页 的解决方法

!