@echo off
@title 广末浪子系统清理工具v2.2
@color 3e
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\*.*"
@del /f /s /q "%userprofile%\Local Settings\History\*.*"
echo 清除系统LJ完成!
echo. & pause
清除Windows系统所有垃圾
最新推荐文章于 2023-06-11 08:57:09 发布
本文介绍了一个用于清理Windows系统中各类临时和废弃文件的批处理脚本。该工具能够有效地删除系统盘上的各种垃圾文件,包括但不限于.tmp、.log、.chk等文件,以及清空回收站、缓存文件夹等,帮助用户释放磁盘空间并提高系统运行效率。
3万+

被折叠的 条评论
为什么被折叠?



