双击硬盘出现系统找不到copy.exe文件

这些答案怎么都不行啊... 这些答案怎么都不行啊 展开
 我来答
张清宇Qr
2007-07-03 · TA获得超过356个赞
知道小有建树答主
回答量:309
采纳率:0%
帮助的人:454万
展开全部
我一个朋友用卡巴斯基杀完AUTORUN类的某个病毒之后,就出现了和你一样的结果

出现这样的结果,是因为杀毒不彻底,只杀掉了相应的执行文件,并没有清除AUTORUN.INF。

手动删除AUTORUN.INF的方法:
在命令提示符下输入:

del d:\autorun.inf /a:srh

这是删除D盘的,如果删除其他盘符把D换一下就OK了

删完后要重新启动一下

也可以使用WINRAR来删,看看我的空间里吧
anoloy
2007-07-03 · TA获得超过179个赞
知道答主
回答量:305
采纳率:0%
帮助的人:195万
展开全部
copy.exe 病毒删除方法2006年12月13日 星期三 下午 01:24新建记事本

复制以下内容(线内)

---------------------------

@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
del host.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
h:
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
i:
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
@echo 修复完成。按任意键继续……记得手动重启计算机!!
pause

---------------------------------

另存,文件名为 s.bat 保存类型为 所有文件

双击打开 任意键继续 手动重新启动即可

以下是copy.exe升级版的病毒专杀

********** copy.bat *******************
taskkill /f /IM copy.exe
taskkill /f /IM svchost1.exe
taskkill /f /IM svchost2.exe

del /F/A:s c:\AUTORUN.INF
del /F/A:s c:\copy.exe
del /F/A:s c:\host.exe
del /F/A:s d:\AUTORUN.INF
del /F/A:s d:\copy.exe
del /F/A:s d:\host.exe
del /F/A:s e:\AUTORUN.INF
del /F/A:s e:\copy.exe
del /F/A:s e:\host.exe
del /F/A:s f:\AUTORUN.INF
del /F/A:s f:\copy.exe
del /F/A:s f:\host.exe
del /F/A:s g:\AUTORUN.INF
del /F/A:s g:\copy.exe
del /F/A:s g:\host.exe
del /F/A:s h:\AUTORUN.INF
del /F/A:s h:\copy.exe
del /F/A:s h:\host.exe
del /F/A:s i:\AUTORUN.INF
del /F/A:s i:\copy.exe
del /F/A:s i:\host.exe
del /F/A:s j:\AUTORUN.INF
del /F/A:s j:\copy.exe
del /F/A:s j:\host.exe
del /F/A:s k:\AUTORUN.INF
del /F/A:s k:\copy.exe
del /F/A:s k:\host.exe
del /F/A:s l:\AUTORUN.INF
del /F/A:s l:\copy.exe
del /F/A:s l:\host.exe
del /F/A:s m:\AUTORUN.INF
del /F/A:s m:\copy.exe
del /F/A:s m:\host.exe
del /F/A:s n:\AUTORUN.INF
del /F/A:s n:\copy.exe
del /F/A:s n:\host.exe
del /F/A:s o:\AUTORUN.INF
del /F/A:s o:\copy.exe
del /F/A:s o:\host.exe
del /F/A:s c:\system32\copy.exe
del /f/A:s c:\windows\copy.exe
del /f/A:s c:\windows\svshost.exe
del /F/A:s c:\system.sys
del /F/A:s c:\windows\system32\run.reg
del /F/A:s c:\windows\system32\temp1.exe
del /F/A:s c:\windows\system32\temp2.exe
del /F/A:s c:\windows\system32\systemdate.ini
del /F/A:s d:\systemdate.ini
del /F/A:s d:\systemfile.com
regedit copy.reg
************ copy.reg *****************
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"dll"=-
********************************************
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
dingwufeng
2007-07-03 · TA获得超过1893个赞
知道小有建树答主
回答量:512
采纳率:100%
帮助的人:486万
展开全部
是查杀病毒不彻底引起的,在文件夹选项中设置显示所有文件和文件夹,然后用右键依次单击各个硬盘盘符,选打开,然后删除硬盘根目录下的autorun.inf文件,然后重启电脑

开机按F8进入安全模式,然后再杀,一定要用右键单击打开,不要双击
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
Al4s
2007-07-03
知道答主
回答量:29
采纳率:0%
帮助的人:0
展开全部
病毒……
用超级巡警U盘病毒免疫器修复下吧,这比手动操作简单多了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式