|

- 帖子
- 40
- 积分
- 141
- 注册时间
- 2007-1-3
|
这个通过简单的批处理即可实现
@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病毒的清理,而且对于一个病毒来说,只靠计算机自己清理是不太可能清理干净的 |
|