我用了一键清除系统垃圾文件,可是文件不见了!

来源:百度知道 编辑:UC知道 时间:2024/09/27 09:26:34
我用了一键清除系统垃圾文件,一双击,桌面很多文件都不见了,包括那个清除垃圾文件本身,这是怎么回事?请问怎样恢复那些文件。都是很重要的啊?各位大虾帮帮我,急啊
那怎么才可以恢复文件呢?有没有人回答我啊?我是问怎么恢复不见了的文件啊

你自己看看是不是你的程序给修改了或者中病毒了,把你的批处理给修改了
正确的是

@echo off
echo 正在清理统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清理系统垃圾完成!
echo. & pause
如果不是
请在桌面新建个文档,把以上的程序复制上去,保存文件名为“一键清理系统垃圾文件.bat"即可

肯定是你用