先从任务管理器把 GameUpdate1.exe 的进程关掉,搜索一个叫gameupdate1.exe的隐藏文件,然后删除就可以了
你可以使用360安全卫士里的网盾,把它的广告拦截功能打开就可以拦截广告了,注意安装360安全卫士后360网盾的拦截功能是关闭的,建议你手动打开一下。
如果是每打开网页都有弹出窗口,说明你中木马了
如果只是打开一些乱七八糟的网站才有弹窗的话那就是正常的,他们网站有js跳转代码,赚取广告费的,你可以设置广告猎手工具,将广告过滤掉
较彻底的去除QQ游戏的广告 17:11很多人都喜欢玩QQ游戏,最近自己闲来无事偶尔也去玩玩,因为所用机器已有些年头了,配 置跟不上了,玩个QQ的小游戏机器卡得很,特别是广告,占用了有限的机器资源,对于弹出的广告用万能的google找了下有个简单的办法,在QQ游戏的安 装文件里找到QQgame\RS\AD文件夹,清空后新建2个文本文件,命名为adfiles.ini和 gamemsg.xml,并且把属性都设置为只读就行了,可是游戏大厅右上角的广告还在,搜索了很久结合各种屏蔽广告的办法终于发现有效的,就是巧用 hosts表的作用,经实践确实广告不见了 ,具体做法是:xp系统在c:\windows\system32\drivers\etc文件夹下,用记事本打开hosts文件在最下面左起 添加如下图红色字体的3行: # Copyright (c) 1993-1999 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host 127.0.0.1 localhost 127.0.0.1 adsfile.qq.com 127.0.0.1 adsview.qq.com 127.0.0.1 adsclick.qq.com 127.0.0.1 cpro.baidu.com 再打开QQ游戏,广告不再出现了。依此类推修改hosts表还有很多功能,不想需要额外的程序工具,简单高效, 原理在网上有很多说明了