只要开始,永远不晚;只要前进,总有空间 - 草上爬的博客

.Net 编程技术学习与分享 http://www.Rithia.net
posts - 15, comments - 72, trackbacks - 2, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

Windows Live Messenger 8.5 去广告方法及资源文件

Posted on 2008-02-06 23:27 Risen 阅读(353) 评论(0) 编辑 收藏
[下载无广告资源文件]

用Exescope和reshack打开Messenger Live文件夹下的msgsres.dll文件并编辑。相比之下reshack使用起来更方便。

1.去除界面上的广告:
打开msgsres.dll中的4004-923,查找里面的"ID=Atom(SSConstrainer)",不包括两头双引号,将前面的layoutpos=top改为layoutpos=none,编译保存,OK
2.去除对话框下面的文字广告方法:
同样打开那个文件,找到: <element id=atom(adbannercont) layout=filllayout()>
改为: <element layoutpos=none>
3.去除界面底部搜索栏:
在上边的文件中查找"idSearchContainer"
将上边的"layoutpos=bottom"改成"layoutpos=none"