E盘中有个空文件夹autorun..是什么呀,是不是病毒,如何删除?

来源:百度知道 编辑:UC知道 时间:2024/05/29 19:18:44
我怎么删都删不了,这个是在感染一个说是木马变种,经清除后留下来的空文件夹,我想了好多办法都删除不了

新建一文本文档,输入以下内容:

@echo off
c:
cd \\
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
d:
cd \\
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
e:
cd \\
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
f:
cd \\
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
g:
cd \\
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
@echo 修复完成。按任意键继续……记得手动重启计算机!!
pause

完毕,保存为.bat格式。双击重启即可。

你用卡巴斯基杀下E盘就OK了