u盘在我们的日常生活、工作、学习中是一个不可缺少的移动存储设备,然而,由于u盘病毒渐渐的多了起来,我们的u盘就受到了安全隐患威胁。U盘copy文件丢失,多半是因为中了关联性的蠕虫病毒造成。u盘出现copy.exe丢失怎么处理?今天快启动编辑要和大家介绍下。
使用鼠标依次打开“计算机—工具—文件夹选项—查看—显示隐藏的文件、文件或驱动器”,然后点击“确定”即可;如下图所示
接着使用快捷键“win+f”打开搜索窗口,在打开搜索窗口中输入“autorun.inf”,按回车键,将找到的“autorun.inf”文件全部删除即可;
接着新建一个记事本以"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:为盘符加“:”号,如果你盘符不一样可根据需要进行修改。最后我们运行s.bat,如果在dos中出现"找不到****”,此时表示没有问题。
以上便是U盘打不开中copy.exe的解决办法。这种关联性蠕虫病毒,我们可以通过手动方法来清除。是不是非常简单呢?希望今天的分享可以帮助到大家。