- 1. 注册表优化专家 VV2.23 绿色免费版
- 2. 病毒木马模拟器 2.0 绿色版
- 3. 凌云未知病毒木马实时监控器 3.1 绿色版
- 4. 木马克星 2010 build 1213 绿色汉化版
- 5. 注册表清理工具Your Uninstaller V7.0 绿色汉化版
- 6. 注册表监视精灵(RegMonitor ) V3.0 中文绿色软件免...
- 7. Advanced Registry Doctor Pro(注册表医生) V9.2 绿...
- 8. RegDoctor(注册表医生) V1.63 绿色l软件汉化版
- 9. Windows注册表秘籍 V2.0 绿色简体中文版
- 10. Windows木马防火墙(让您的电脑摆脱木马威胁) V5.9 ...
高级木马病毒防治绝招
@rem HKCU
@setacl CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionRun /registry %OP%>nul 2>nul
@setacl CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionRunOnce /registry %OP%>nul 2>nul
@setacl CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionRunServices /registry %OP%>nul 2>nul
@setacl CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionRunEX /registry %OP%>nul 2>nul
@setacl CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionRunOnceEX /registry %OP%>nul 2>nul
@setacl CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionRunServicesEx /registry %OP%>nul 2>nul
@setacl CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionRunServicesOnce /registry %OP%>nul 2>nul
@rem USERS
@setacl USERSOFTWAREMicrosoftWindowsCurrentVersionRun /registry %OP%>nul 2>nul
@setacl USERSOFTWAREMicrosoftWindowsCurrentVersionRunOnce /registry %OP%>nul 2>nul
@setacl USERSOFTWAREMicrosoftWindowsCurrentVersionRunServices /registry %OP%>nul 2>nul
@setacl USERSOFTWAREMicrosoftWindowsCurrentVersionRunEX /registry %OP%>nul 2>nul
@setacl USERSOFTWAREMicrosoftWindowsCurrentVersionRunOnceEX /registry %OP%>nul 2>nul
@setacl USERSOFTWAREMicrosoftWindowsCurrentVersionRunServicesEx /registry %OP%>nul 2>nul
@setacl USERSOFTWAREMicrosoftWindowsCurrentVersionRunServicesOnce /registry %OP%>nul 2>nul
@rem Services
@setacl MACHINESYSTEMCurrentControlSetServices /registry %OP%>nul 2>nul
@rem CLASSES_ROOT
@setacl CLASSES_ROOTexefileshellopencommand /registry %OP%>nul 2>nul
@setacl CLASSES_ROOTinifileshellopencommand /registry %OP%>nul 2>nul
@setacl CLASSES_ROOTxtfileshellopencommand /registry %OP%>nul 2>nul
@setacl CLASSES_ROOTcomfileshellopencommand /registry %OP%>nul 2>nul
@setacl CLASSES_ROOTatfileshellopencommand /registry %OP%>nul 2>nul
@setacl CLASSES_ROOTinffileshellopencommand /registry %OP%>nul 2>nul
@echo 正在更新帐户策略、审核策略......
@REM [刷新本地安全策略]
@%UpdatePolicy%>nul 2>nul
@echo 帐户策略、审核策略更新完成
:complete
@echo 操作完成
@echo.
@echo.
@echo 请按任意键退出。
@pause>nul 2>nul
:quit
@rem Clear
@del %systemroot%system32setacl.exe>nul 2>nul
@del %systemroot%system32AntiTrojanhorse.bat>nul 2>nul
@ENDLOCAL
以上代码复制到一个文本文档中,重命名为后缀名为 bat的批处理文件双击即可。。。