正常的访问U盘的方式是,点击计算机找到U盘双击即可。有的时候用户会遇到这种情况,双击时U盘无法系统提示copy.exe丢失。什么是copy.exe丢失?该怎么处理这个问题?下面小编就跟大家说说u盘打不开提示copy.exe丢失怎么办。
具体操作步骤如下:
1、打开电脑后,任意打开一份文件,点击菜单栏目中的“工具”下面的“文件夹选项”;
2、将页面切换到“查看”栏目,选中“显示隐藏的文件、文件或驱动器”,点击确定;
3、计算机界面右上方输入框搜索“autorun.inf”,将搜索到的全部删除;
4、然后新建一个文本文件,将以下代码复制到里面,并将文本另存为“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
(PS:在该代码中c:,d:,e:,f:为盘符加“:”号,如果分区不同,则根据实际情况再改写盘符即可。)
5、运行s.bat在命令框中会提示"找不到****"..即可。
U盘在使用的过程中,总会遇到这样或者那样的问题,不要着急在U教授总能找到你要的答案,关于U盘打不开提示copy.exe丢失怎么办就讲到这里,大家知道怎么处理了吧。