超级兔子垃圾清理王为什么清理不彻底

来源:百度知道 编辑:UC知道 时间:2024/05/14 09:06:44
我家C盘老是有垃圾文件,导致空间慢边小,用兔子刚开始清理的比较好,可后来只能找到垃圾文件可是只清理一点点,请问这是怎么回事?我要急疯了快!求专业人士简单点回答!谢谢!

进安全模式清理吧,
还有最好直接登陆administrator这个帐号!用这个号清理看看.

@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. & pause

--------------------------
将以上内容(不包括横线!)写入记事本保存为清除系统垃圾文件,名字可以