怎样去除QQ游戏右上角的广告

来源:百度知道 编辑:UC知道 时间:2024/09/22 13:40:57
为是个技术问题,希望有能人相助。

较彻底的去除QQ游戏的广告2009-05-25 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 '#' symb