关于清除系统LJ.bat的严重问题,请赐教

来源:百度知道 编辑:UC知道 时间:2024/05/15 12:06:44
我用了一下这个东西,但不知道怎么回事,清除之后,我桌面上常用的东西都清除没有了。 象平时桌面上的QQ 还有一些常玩的游戏。。。。桌面上都不知道跑哪去了 高手请您务必教我一下 QQ355572277 在线等

你自己看看有没有其他代码,错的,有的话就是清除可执行文件了

@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 清除系统LJ完成!
echo. & pause