如果大家打开U盘的时候提示copy.exe丢失,其实出现这种提示的时候通常是由于中了关联性蠕虫病毒所导致的,而这种病毒使用一些杀毒软件是无法解决问题的,下面小编介绍遇到蠕虫病毒的解决方法。

1.使用鼠标依次打开“计算机—工具—文件夹选项—查看—显示隐藏的文件、文件或驱动器”,然后点击“确定”即可;如下图所示:

2.接着使用快捷键“win+f”打开搜索窗口,在打开搜索窗口中输入“autorun.inf”,按回车键,将找到的“autorun.inf”文件全部删除即可;如下图所示:

3.接着新建一个记事本以"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

@echo off

d:

cd /

attrib -s -h -r copy.exe

del copy.exe /F

attrib -s -h -r *.inf

del autorun.inf /F

@echo off

e:

cd /

attrib -s -h -r copy.exe

del copy.exe /F

attrib -s -h -r *.inf

del autorun.inf /F

@echo

f:

cd /

attrib -s -h -r copy.exe

del copy.exe /F

attrib -s -h -r *.inf

del autorun.inf /F

注意:我们在代码中c:,d:,e:,f:为盘符加“:”号,如果你盘符不一样可根据需要进行修改。

4.最后我们运行s.bat,如果在dos中出现"找不到****”,此时表示没有问题。

关于打开U盘出现copy.exe丢失提示的详细解决方法小编就介绍到这里了,如果大家在使用u盘的过程中有遇到这种情况,可根据小编的教程进行设置。

(编辑:电脑配置网)