网友们介绍一种可以帮我找出垃圾文件残留文件多于文件并清除它们.因为我不清除那些文件有用没用啊?

来源:百度知道 编辑:UC知道 时间:2024/05/31 00:58:11
我的电脑老是很缓慢啊有什么办法吗?

@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 谢谢您的支持 凌鹤QQ:826199956
echo. & pause

@ ECHO OFF
color 1f
title 凌鹤为您清除所有多余的启动项目 <