张思源合唱歌曲:不能打开硬盘分区 高手帮忙!!!

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/25 23:15:34
我一双击c,d,e,f盘就出现 windows找不到”copy.exe”文件
我该怎么办

中毒了。手动删除就可以了。把下面的代码复制到记事本中,另存为.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