有什么好的工具可以自动清理C盘的?
发布网友
发布时间:2022-04-26 14:13
我来回答
共3个回答
热心网友
时间:2022-06-28 23:31
@echo off
pause
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双击运行就可以了
热心网友
时间:2022-06-28 23:31
http://www.pctutu.com/ 超级兔子 (免费清理电脑垃圾) (绿色版/安装版) http://www.tommsoft.com/ 恶意软件清理助手 (免费清理电脑流氓软件) (绿色版)
热心网友
时间:2022-06-28 23:32
超级兔子 优化大师