彻底禁用QPCore qqprotect.exe
作者:hoodlum1980
链接:https://www.zhihu.com/question/34534507/answer/74640846
来源:知乎
著作权归作者所有,转载请联系作者获得授权。
OS:windows 7 旗舰版,中文版,64 位;
(1)先打开注册表,看看注册表里的
HKLM\System\CurrentControlSet\Services\
下面,找到如下两项:
QQProtectX64: 记录下它的驱动所在的路径。
例如: c:\windows\system32\drivers\QQProtectX64.sys
QPCore:记录下 QQProtect 的文件夹位置。
例如:c:\program files(x86)\common files\Tencent\QQProtect\
OK,记录下这两个位置。注意,不用尝试删除这两个注册表项,因为驱动已经随着系统启动时加载,所以这时候后你是删不掉他们的。
(2)如果你安装了 linux 双系统,那再好不过。如果没有,则找一个装系统的 winpe 系统的 U 盘。(只要你会装系统,这一步就很简单了)。进入另一个系统(linux 或者 winpe),总之不要进入 qpcore 所在的 windows os 即可:
把步骤(1)中记录下来的 sys 文件和文件夹删掉,或者移动到其他地方。
(3)重启系统,进入 windows,运行中输入 cmd.exe,右键,以管理员身份运行:
输入如下命令:
sc delete QQProtectX64 sc delete QPCore
把这两项注册表中残留的垃圾删掉。
好了,现在 QPCore 就被干掉了。当然,你的 pc 版 qq 也就无法正常启动了(会弹出上面的那个 messagebox)。
剩下的,你只能选择 qq 国际版(在腾讯官网下载就可以了)。国际版的功能和 pc 版 qq 有点不同,界面采用英文,新闻也是 chinadaily,对于练习英文很有用。至于远程协助什么的,重要功能,也都有的。
v2
Startup type : Windows Service
Service Name : QPCore
Display Name : QPCore Service
Dll path : Not Answered.
Image path : C:\Program Files\Common Files\Tencent\QQProtect\Bin\QQProtect.exe
Current Status : Auto/Stopped
How to disable this service.
Open a command prompt. (Run a command prompt as Administrator in Windows vista/7/8)
Copy red command line and Paste.
sc stop "QPCore"
sc config "QPCore" start= disabled
How to delete this service.
sc delete "QPCore"
Done.!
Close the command prompt.
评论