双击C,D,E盘,都会弹出一个"windows找不到copy.exe文件,请确定文件名之后在试一次
COPY.EXE病毒解决 将如下的内容复制 ,保存成一个文件 ,文件名 s.bat 。 (打开记事本,将线下的内容复制进去,然后选择 “文件”菜单-->另存为,保存类型 一定要选择“所有文件” ,文件名 输入 "s.bat" 【你最好直接拷贝," 是半角的单引号 切记切记】 将这个文件保存到桌面即可 然后在桌面上双击 s.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
|
|