
蠕虫病
1.使用鼠标依次打开计算机工具文件夹选项查看显示隐藏的文件、文件或驱动器,然后点击确定即可;如下图所示:
2.接着使用快捷键win+f打开搜索窗口,在打开搜索窗口中输入autorun.inf,按回车键,将找到的autorun.inf文件全部删除即可;如下图所示:

计算机
@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盘的过程中有遇到这种情况,可根据教程进行设置。
Copyright © 2025 IZhiDa.com All Rights Reserved.
知答 版权所有 粤ICP备2023042255号