高手救命!双击打开D盘时,打不开,会显示"无法找到脚本文件"D:/HCQ9D-TVCWX-X9QRG-...""

来源:百度知道 编辑:UC知道 时间:2024/06/20 15:26:28
电脑是ACER5573,用eRECORVY恢复过

中病毒了.把下面文字,建成bat文件,运行重启.
@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
@echo 修复完成。按任意键继续……记得手动重启计算机!!
pause