我来说一下
你还原以后不要打开其它硬盘,然后你把下面的文件复制到记事本里,保存类型 一定要选择“所有文件”,文件名输入 "1.bat",然后双击运行就可以了,下面的文件是删除C.D.E.F.盘的autorun.inf文件,如果还有其它盘,你可以自已加一下
===================================
@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
@echo 修复完成。按任意键继续……记得手动重启计算机!!