我的电脑出了点小小问题

来源:百度知道 编辑:UC知道 时间:2024/05/11 18:30:12
我的电脑上在双击C D E盘的时候会出现一个报警,还打不开。全文如下“Windows找不到文件copy.exe。请确认文件名是否正确后,再试一次。要搜索文件,请单击[开始]按钮,然后单击“搜索””。
但是我用右击,再点击开始的时候是可以打开的,也没有报警出现,不知道是什么原因,请大虾帮忙,谢谢了。

工具,文件夹选项,查看,隐藏受保护的系统文件前的勾点掉,显示所有文件,在每个盘里找有没有autorun或config的东西,删掉重启,然后试试!

可能是有病毒,建议杀毒.

中了一个自动播放的病毒把下面的代码保存为BAT文件..运行一次就行了

@echo off
c:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r host.exe
del host.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 host.exe
del host.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 host.exe
del host.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 host.exe
del host.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 host.exe