Fiend 发表于 2014-11-24 22:43:40

谢谢分享呀

huge 发表于 2014-12-8 15:15:03

不错,学习下

sndonge 发表于 2014-12-18 14:43:46

好像看见过

boy 发表于 2014-12-25 08:37:55

要善用论坛的搜索功能呀。

ahclub 发表于 2014-12-26 21:21:07

我也是进来学习的. 顶了.

Itol 发表于 2015-4-3 11:34:40

本帖最后由 Itol 于 2015-4-3 11:35 编辑

原版安装的飘过~

咱来抛块砖~

咱安装原版的前提条件:咱在 McAfee 的用户自定义访问规则中,禁止写入 *:\Windows\System32\drivers\QQProtect*.sys 文件
咱的扣扣安装路径: D:\Tencent\QQ
NtrQQ.dll 所在位置: D:\Tencent\QQData\NtrQQ
引导文件 msimg32.dll、Config.ini 所在位置: D:\Tencent\QQData

装完扣扣不启动它,然后咱再来执行一个批处理,里头对于一些文件的处理是改名而不是删除~
D:\Tencent\QQData\todo.bat ,这个批处理只是按照咱的习惯来写的而已~
@echo off
title NtrQQ 安装处理 by 改派小生

echo 1. 清除旧版改名文件
if exist D:\Tencent\QQ\Bin\QQSafeUD.ex_ del /q /f D:\Tencent\QQ\Bin\QQSafeUD.ex_
if exist D:\Tencent\QQ\QQProtect\Bin\QQProtect.sy_ del /q /f D:\Tencent\QQ\QQProtect\Bin\QQProtect.sy_
if exist D:\Tencent\QQ\QQProtect\Bin\QQProtectUpd.ex_ del /q /f D:\Tencent\QQ\QQProtect\Bin\QQProtectUpd.ex_
if exist D:\Tencent\QQ\Bin\HummerEngineBase.dll del /q /f D:\Tencent\QQ\Bin\HummerEngineBase.dll

echo 2. 新版本文件改名
echo    QQ\QQProtect 下的某文件
if exist D:\Tencent\QQ\QQProtect\Bin\QQProtect*.sys ren D:\Tencent\QQ\QQProtect\Bin\QQProtect*.sys QQProtect*.sy_
if exist D:\Tencent\QQ\QQProtect\Bin\QQFrmMgr*.sys ren D:\Tencent\QQ\QQProtect\Bin\QQFrmMgr*.sys QQFrmMgr*.sy_
ren D:\Tencent\QQ\QQProtect\Bin\QQProtectUpd.exe QQProtectUpd.ex_
echo    QQ\Bin 下的某文件
ren D:\Tencent\QQ\Bin\QQSafeUD.exe QQSafeUD.ex_
ren D:\Tencent\QQ\Bin\Tencentdl*.exe Tencentdl*.ex_
ren D:\Tencent\QQ\Bin\QQPcmgrDownload.exe QQPcmgrDownload.ex_
echo    QQ 下的某文件
ren D:\Tencent\QQ\QQUninst.exe QQUninst.ex_
ren D:\Tencent\QQ\txupd.exe txupd.ex_

echo 3. 处理勋章墙文件
del /q D:\Tencent\QQ\Bin\MedalWall.*

echo 4. 处理应用宝文件
ren D:\Tencent\QQ\Bin\MainFrame.dll M_ainFrame.dll
del /q D:\Tencent\QQ\Bin\ma*.*
ren D:\Tencent\QQ\Bin\M_ainFrame.dll MainFrame.dll

echo 5. 映射 NtrQQ 相关文件
mklink /j D:\Tencent\QQ\Bin\NtrQQ NtrQQ
mklink /h D:\Tencent\QQ\Bin\msimg32.dll msimg32.dll
mklink /h D:\Tencent\QQ\Bin\Config.ini Config.ini

echo 6. 清除右键菜单“发送到手机”
regsvr32 /u /s D:\Tencent\QQ\ShellExt\QQShellExt.dll
regsvr32 /u /s D:\Tencent\QQ\ShellExt\QQShellExt64.dll

echo.
echo 全部处理完毕!!!
ping 127.1>NUL -n 3
页: 1 [2]
查看完整版本: QQ原版+NTRQQ 如何制作 ?