有时候Win7系统打开任务管理器发现一些进程占用比较大的内存空间,也不知道如何屏蔽这些进程,比如TenioDL.exe TP3Helper.exe TPHelper.exe TenSafe_1.ex进程,该如何屏蔽呢?其实最简单的就是使用DBNT的进程查杀就可以了。以下教程分享Win7屏蔽TenioDL.exe TP3Helper.exe TPHelper.exe TenSafe_1.ex进程的方法。 DBNT虽然是很优秀,但是实时监控进程还是要吃系统资源的,我还是想用开机命令的方法一下解决,不用一直监视。 推荐:Win7 64位系统下载
解决方法如下: 1、在你的开机批处理里加入以下命令即可: @echo off reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Tencentdl.exe" /v debugger /t reg_sz /d wowdeb.exe /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TenioDL.exe" /v debugger /t reg_sz /d wowdeb.exe /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TP3Helper.exe" /v debugger /t reg_sz /d wowdeb.exe /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TPHelper.exe" /v debugger /t reg_sz /d wowdeb.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 wowdeb.exe /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TQMCenter.exe" /v debugger /t reg_sz /d wowdeb.exe /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\broadcasting.exe" /v debugger /t reg_sz /d wowdeb.exe /f exit 2、不要在超级用户下运行,平常的开机命令即可,虽然很简单,我也来普及下吧。 (责任编辑:ku987小孩) |