查看: 8174|回复: 35
收起左侧

[评测] TM2009官方版的批处理优化方法 ,自己动手去广告 去tmd安全检查 去扫描 去垃圾~

  [复制链接]
akzgsai
发表于 2012-5-25 13:48:37 | 显示全部楼层 |阅读模式
本帖最后由 akzgsai 于 2012-7-4 09:19 编辑

我优化TM2009的目的
            单纯,只需要一个能聊天能视频能传文件的简单IM.内存不要占用太多;
            当然,显IP这种CCTV里的公 安 民 警 抓获罪犯的高级手段当然也是不需要的,为了节简嘛
            蛋疼,不想要别人的封装包,想自己动手

本批处理的主要作用
            移除TM2009\bin目录下的多余文件,进一步减少占用(备份到bin\Backup)
            移除TM2009\Plugin目录下的多余文件(这里就是tm加载的插件目录,批处理只吧他备份到Plugin\Backup,默认保留远程协助,视频,空间,邮箱,文件传输)
            移除TM2009安全控件,并用同名文件的方式阻止新建安全控件(据说就是这东西扫硬盘)



win7记得给权限哟!





第一步,下载官方TM2009 安装,并运行一次,然后关闭TM
(发现个很奇特的现象,最新版TM2009 3.4 默认安装安装路径名称是TM2008,安装好后版本好是tm2009 beta 3.3(1289)

第二步,去找个tm2009 3.3的破校验补丁,并打上补丁。
            如果你放心我,破校验补丁和批处理都在结尾的附件里

第三步,把以下内容另存为.bat文件 \Tencent\TM2009\目录下运行
           

@echo off
title= WIN7移除TM2009目录下的多余文件
echo 请将本批处理拷贝到\Tencent\TM2009\目录下运行。
echo 移除TM2009\bin目录下的多余文件(备份到bin\Backup)
echo 移除TM2009\Plugin目录下的多余文件(备份到Plugin\Backup,只保留远程协助,视频,空间,邮箱,文件传输)
echo 移除TM2009安全控件,并用同名文件的方式阻止新建安全控件(据说就是这东西扫硬盘)
echo.
SET /P ST=输入y确定,输入n则退出:
echo.
if /I "%ST%"=="y" goto move
if /I "%ST%"=="n" goto exit
:move
md %CurrDir%bin\Backup
md %CurrDir%Plugin\Backup
move %CurrDir%bin\AddEmotion.htm %CurrDir%bin\Backup\
move %CurrDir%bin\auclt.exe %CurrDir%bin\Backup\
move %CurrDir%bin\bugreport.exe %CurrDir%bin\Backup\
move %CurrDir%bin\QQPI.exe %CurrDir%bin\Backup\
move %CurrDir%bin\SelfUpdate.exe %CurrDir%bin\Backup\
move %CurrDir%bin\StorageTool.exe %CurrDir%bin\Backup\
move %CurrDir%bin\Timwp.exe %CurrDir%bin\Backup\
move %CurrDir%bin\TSFSCAN.exe %CurrDir%bin\Backup\
move %CurrDir%bin\TXOPShow.exe %CurrDir%bin\Backup\
move %CurrDir%bin\TXPlatform.exe %CurrDir%bin\Backup\
move %CurrDir%bin\AddrSearch.dll %CurrDir%bin\Backup\
move %CurrDir%bin\Timwp.dll %CurrDir%bin\Backup\
move %CurrDir%bin\TXPFProxy.dll %CurrDir%bin\Backup\
move %CurrDir%bin\TF000001.tsd %CurrDir%bin\Backup\
move %CurrDir%bin\TM000001.TSD %CurrDir%bin\Backup\
move %CurrDir%bin\TSEH.DAT %CurrDir%bin\Backup\
move %CurrDir%bin\TSELoder.DAT %CurrDir%bin\Backup\
move %CurrDir%bin\TSEngine.DAT %CurrDir%bin\Backup\
move %CurrDir%bin\TSEPB.DAT %CurrDir%bin\Backup\
move %CurrDir%bin\TSFSCAN.DAT %CurrDir%bin\Backup\
move %CurrDir%bin\TSVIChs.DAT %CurrDir%bin\Backup\
move %CurrDir%bin\TSVICht.DAT %CurrDir%bin\Backup\
move %CurrDir%bin\TSVIEng.DAT %CurrDir%bin\Backup\
move %CurrDir%bin\TSVulChk.dat %CurrDir%bin\Backup\
move %CurrDir%bin\TSVulMdw.dat %CurrDir%bin\Backup\
move %CurrDir%Plugin\Com.Tencent.Bookmark %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.CRM %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.Memo %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.NetDisk %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.PaiPai %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.PayCenter %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.QQGame %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.QQLive %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.QQMusic %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.Soso %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.Stock %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.TMBasic %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.TMMisc %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.Today %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.VAS %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.Weather %CurrDir%Plugin\Backup
move %CurrDir%Plugin\Com.Tencent.Wireless %CurrDir%Plugin\Backup
@echo off
echo 屏蔽TM自动生成的不必要文件.
if exist "%APPDATA%\Tencent\IM\" (rd /q /s "%APPDATA%\Tencent\IM") else (del /f /s /q "%APPDATA%\Tencent\IM")
@cd.>"%APPDATA%\Tencent\IM"
echo 屏蔽TM自动升级文件
for /r "%APPDATA%\Tencent\TM\AuTemp" %%i in (AUStat.ini) do (set a=%%i)
if exist "%a%" (del /f /s /q "%a%")
echo [STAT] >> "%a%"
echo Flag5=0 >> "%a%"
echo Flag3=0 >> "%a%"
echo y|cacls "%APPDATA%\Tencent\TM\AuTemp" /p everyone:r
echo 屏蔽TM群相册快照临时文件
if exist "%APPDATA%\Tencent\QTM\Misc\GroupAlbumSnapshot\" (rd /q /s "%APPDATA%\Tencent\TM\Misc\GroupAlbumSnapshot") else (del /f /s /q "%APPDATA%\Tencent\TM\Misc\GroupAlbumSnapshot")
@cd.>"%APPDATA%\Tencent\TM\Misc\GroupAlbumSnapshot"
echo 屏蔽TM祈福之类小图标
if exist "%APPDATA%\Tencent\TM\Misc\LNN\" (rd /q /s "%APPDATA%\Tencent\TM\Misc\LNN") else (del /f /s /q "%APPDATA%\Tencent\TM\Misc\LNN")
@cd.>"%APPDATA%\Tencent\TM\Misc\LNN"
echo 屏蔽TM安全扫描
if exist "%APPDATA%\Tencent\TM\SafeBase\" (rd /q /s  "%APPDATA%\Tencent\TM\SafeBase") else (del /f /s /q "%APPDATA%\Tencent\TM\SafeBase")
@cd.>"%APPDATA%\Tencent\TM\SafeBase"
if exist "%APPDATA%\Tencent\QQDoctor\" (rd /q /s  "%APPDATA%\Tencent\QQDoctor") else (del /f /s /q "%APPDATA%\Tencent\QQDoctor")
@cd.>"%APPDATA%\Tencent\QQDoctor"
if exist "%temp%\*.exe" del /f /s /q "%temp%\*.exe"
@cd.>"%temp%\qqsafeud.exe"
@cd.>"%temp%\selfupdate.exe"
echo y|cacls "%temp%\selfupdate.exe" /d everyone
echo y|cacls "%temp%\qqsafeud.exe" /d everyone
if exist "%temp%\*.tsd" del /f /s /q "%temp%\*.tsd "
@cd.>"%temp%\tf000001.tsd
echo y|cacls "%temp%\tf000001.tsd" /d everyone
@cd.>"%temp%\tm000001.tsd"
echo y|cacls "%temp%\tm000001.tsd" /d everyone
if exist "%temp%\*.dat" del /f /s /q "%temp%\*.dat"
@cd.>"%temp%\tseh.dat"
echo y|cacls "%temp%\tseh.dat" /d everyone
@cd.>"%temp%\tsehres.dat"
echo y|cacls "%temp%\tsehres.dat" /d everyone
@cd.>"%temp%\tseloder.dat"
echo y|cacls "%temp%\tseloder.dat" /d everyone
@cd.>"%temp%\tsengine.dat"
echo y|cacls "%temp%\tsengine.dat" /d everyone
@cd.>"%temp%\tssafeedit.dat"
echo y|cacls "%temp%\tssafeedit.dat" /d everyone
@cd.>"%temp%\tsepb.dat"
echo y|cacls "%temp%\tsepb.dat" /d everyone
@cd.>"%temp%\tsvulengine.dat"
echo y|cacls "%temp%\tsvulengine.dat" /d everyone
@cd.>"%temp%\tsvulinc.dat"
echo y|cacls "%temp%\tsvulinc.dat" /d everyone
if exist "%temp%\*.tvl" del /f /s /q "%temp%\*.tvl"
@cd.>"%temp%\tvl00000.tvl"
echo y|cacls "%temp%\tvl00000.tvl" /d everyone
@cd.>"%temp%\tvl00001.tvl"
echo y|cacls "%temp%\tvl00001.tvl" /d everyone
echo.
pause
:exit

TM.7z

23.93 KB, 下载次数: 329

bresan
发表于 2012-5-25 13:51:54 | 显示全部楼层
,支持一下,呵呵
xj981205
发表于 2012-5-25 13:55:00 | 显示全部楼层
跟暗黑3有什么关系捏
贾君鹏的妈妈
发表于 2012-5-25 14:03:51 | 显示全部楼层
和暗黑3有什么关系
helpkb
发表于 2012-5-25 14:26:35 | 显示全部楼层
好贴倒是好贴,我想说这个跟暗黑3有五分钱的关系吗?
wwdboy
发表于 2012-5-25 14:40:53 | 显示全部楼层
楼主能分享个破校验补丁就更好了
xpx321
发表于 2012-5-25 15:11:22 | 显示全部楼层
看见暗黑3我就进来了 好吧楼主您成功了
bigdaddy
发表于 2012-5-25 15:52:23 | 显示全部楼层
标题党啊 有个毛线关系啊
gyzcrmoji
发表于 2012-5-25 15:56:48 | 显示全部楼层
就是啊 跟暗黑3有什么关系
1018ji
发表于 2012-5-25 16:05:16 | 显示全部楼层
这个标题 楼主难道要玩暗黑
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-1-12 23:30 , Processed in 0.146104 second(s), 19 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表