快速清除系统垃圾,突然没法用了

来源:百度知道 编辑:UC知道 时间:2024/05/15 15:19:55
一直用得很好的

可是今天双击以后突然就不行了

没有任何反应

请教高手这是怎么了呢??

自动清理垃圾!

将下面文字保存成*.bat 执行就可以了

@echo off
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 %windir%\*.bak
del /f /q %systemdrive%\recycled\*.*
del /f /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
rd /s /q %temp% & md %temp%
del /s /q %userprofile%\cookies\*.*
del /s /q %userprofile%\recent\*.*
rd /s /q "%userprofile%\Local Settings\Temporary Internet Files"
cls & echo 清除系统垃圾完成!
echo. & pause

删掉,然后重新弄遍