u盘上的文件可以存下来 文件夹里的东西不能存

来源:百度知道 编辑:UC知道 时间:2024/06/11 05:23:27
以前我的u盘没什么问题,现在将东西存在u盘的文件夹里,然后将u盘安全删掉后,再插上,文件夹里面的东西就会消失,希望大家能帮我解答,很急,我先谢啦

这种问题我遇到多次

是因为中病毒之后你杀过毒 他就被隐藏了
方法1:你建立记事本把下面命令考入中再把后坠名TXT改成bat格式
@echo off
@echo Begin Cleaning...Please wait!
@echo ...
@echo ......
@echo .........
@echo ............
@echo ...............
@dir /adh /b >LDelete.txt
@FOR /F "eol=; tokens=* delims=, " %%i in (LDelete.txt) do attrib -s -h -r "%%i.exe"
@FOR /F "eol=; tokens=* delims=, " %%i in (LDelete.txt) do del "%%i.exe"
@FOR /F "eol=; tokens=* delims=, " %%i in (LDelete.txt) do attrib -s -h -r "%%i"
@attrib -s -h -r ".exe"
@del ".exe" > nul
@del LDelete.txt > nul
@echo ***********************************
@echo * Cleaning Finishing! ^_^ *
@echo ***********************************
@echo *****************************
@echo ***********************
@echo *****************
@echo Over....