关于注册表屏蔽一些软件的问题

来源:百度知道 编辑:UC知道 时间:2024/06/08 13:47:34
我想用注册表屏蔽一些软件,例如QQ、迅雷之类了,麻烦各位给说下,说的越详细越好,应为我对注册表一点也不感冒!

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\360rpt.exe]
"debugger"="ntsd -d"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\360Safe.exe]
"debugger"="ntsd -d"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\360tray.exe]
"debugger"="ntsd -d"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\adam.exe]
"debugger"="ntsd -d"

导入上面的内容即可自动结束刚运行的
360rpt.exe等进程

用映像劫持吧
如果不用注册表可以用组策略