A-A+
地下城蓝屏如何屏蔽TenioDL.exe TP3Helper.exe TPHelper.exe TenSafe_1.exeTQMCenter.exe?
最近,我发现很多人竟然不会屏蔽这些进程,最简单的,使用DBNT的进程查杀就可以了。
不过呢,DBNT虽然是很优秀,但是实时监控进程还是要吃系统资源的,我还是想用开机命令的方法一下解决,不用一直监视。
这算我有洁癖吧
在你的开机批处理里加入以下命令即可(有问题可以取消开机命令):
@echo off reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Tencentdl.exe" /v debugger /t reg_sz /d txlaji.exe /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TenioDL.exe" /v debugger /t reg_sz /d txlaji.exe /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TP3Helper.exe" /v debugger /t reg_sz /d txlaji.exe /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TPHelper.exe" /v debugger /t reg_sz /d txlaji.exe /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TenSafe_1.exe" /v debugger /t reg_sz /d txlaji.exe /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TQMCenter.exe" /v debugger /t reg_sz /d txlaji.exe /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\broadcasting.exe" /v debugger /t reg_sz /d txlaji.exe /f exit
不要在超级用户下运行,平常的开机命令即可,虽然很简单,我也来普及下吧。
后续更新: