有用户在使用U盘的时候遇上了这样的问题,一双击打开U盘就会弹出copy.exe。为什么会出现这种故障?要怎么解决这个问题?其实大家只要通过几个简单的步骤就可以将这个问题解决了。下面小编就跟大家说说解决的方法。
具体的设置步骤如下:
1、打开任意文件,点击菜单栏中的“工具”,然后再点击“文件夹选项”;
2、在弹出的窗口中,切换到“查看”栏目,然后选中“显示隐藏的文件、文件或驱动器”,点击确定;
3、计算机界面右上方输入框搜索“autorun.inf”,将搜索到的全部删除;
4、新建一个文本文档,然后将以下代码输入;
@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格式,然后运行该文件即可。
注:在该代码中c:,d:,e:,f:为盘符加“:”号,如果分区不同,则根据实际情况再改写盘符即可。
双击U盘总跳出copy.exe怎么回事就跟家分享这些,U盘在平时的使用时,我们要注意保养和使用技巧否则很容易造成U盘损坏,U盘内的资料自然也会收到威胁。
2016-07-02
2016-02-08
2021-04-09
2016-01-21
2021-08-16
2016-08-19
2016-03-04
2015-07-15
2022-04-23
2021-03-05
2023-09-03
2023-09-03
2023-09-03
2023-08-28
2023-08-28
2023-08-28