返回列表 发帖

自动查找并删除 AutoRun 病毒相关文件 1.2

程序会自动查找 AutoRun 病毒调用的文件并将其删除。

在重新安装系统后运行一次,就不用担心受以前系统的 AutoRun 病毒影响了!
静默运行参数:/VerySilent
完成后自己删除自己:/Delete


注明:程序是读取注册表跟 AutoRun.inf 文件的键值来判断删除的文件,并不是指定的那几个文件。



1.2 更新:
查杀更彻底,包括系统目录
自动跳过光驱(如果光盘也中毒了,那神仙也救不了你)
1.1 更新:
增加对 SXS 病毒的查杀
友情提示:配合 DIY 中的“关闭系统自动播放”功能即可预防 AutoRun 病毒!

http://soft.ylmf.com/downinfo/928.html

行不行试试看谢谢了

TOP

这个病毒很可恶呢

TOP

谢谢楼主提供啊

TOP

这个通过简单的批处理即可实现
@echo off
c:&cd\
attrib -s -h -r autorun.inf
del autorun.inf
d:
attrib -s -h -r autorun.inf
del autorun.inf
e:
attrib -s -h -r autorun.inf
del autorun.inf
f:
attrib -s -h -r autorun.inf
del autorun.inf


你给的那个是ROSE病毒的清理,而且对于一个病毒来说,只靠计算机自己清理是不太可能清理干净的

TOP

谢谢提供,系统又多了一份安全了

TOP

谢谢提供

TOP

收下了,谢谢楼主

TOP

多谢分享。。。。。

TOP

这个软件是否真的行

TOP

返回列表