发布网友 发布时间:2022-03-20 12:42
共3个回答
热心网友 时间:2022-03-20 14:12
系统文件夹下TEMP文件夹;用户文件夹下COOKIES文件夹RECENT文件夹,还有隐藏系统属性的TEMPORARY INTERNET FILES文件夹等。很麻烦,能自动则自动好了。
热心网友 时间:2022-03-20 15:30
@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
建立一个文档。保存上面的命令 最后以bat做扩展名
热心网友 时间:2022-03-20 17:04
现在谁还手动啊,那么多工具360,鲁大师,都可以的。很方便的。