u盘虽然方便我们对数据的携带使用,但是在使用的过程中如果一不小心也可能面临数据毁坏或者丢失的危险。比如我们在双击u盘的时候系统提示copy.exe丢失怎么办?下面小编就跟大家提供一个简单的修复方法。
具体的解决方法如下:
1、打开电脑随意点击打开一个文件夹,在菜单中点击工具下的“文件夹选项”;
2、弹出的页面中切换到“查看”,选中“显示隐藏的文件、文件或驱动器”,点击确定;
3、在页面的搜索框中输入“autorun.inf”,将搜索到的文件全部删除;
4、新建文本文档,将以下内容复制进去,然后将文档保存为名字.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
5、运行s.bat在命令框中会提示"找不到****"..即可。
上面跟大家说的就是双击u盘提示copy.exe丢失怎么办的全部内容,大家在使用的过程中如果遇到同样的问题,可以将按照上述的步骤来设置。更多关于u盘使用技巧可以上u教授官网查看。