2024年5月11日发(作者:clutch)
一键清理系统垃圾.bat,超级一键删除垃圾.bat,高郊级一键清理C盘垃圾.bat
@echo off
echo -----------------------------------------------------------------------------
echo 清空IE临时文件目录...
del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
echo 正在清除系统临时文件 *.tmp *._tmp *.log *.chk *.old ,请稍等...
del /f /s /q %systemdrive%*.tmp
del /f /s /q %systemdrive%*._mp
rem .log大部分有可能有用
rem del /f /s /q %systemdrive%*.log
del /f /s /q %systemdrive%*.gid
del /f /s /q %systemdrive%*.chk
del /f /s /q %systemdrive%*.old
echo 清空垃圾箱,备份文件和预缓存脚本...
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
rem cooke和最近历史还是保留吧...
rem del /f /q %userprofile%COOKIES s*.*
rem del /f /q %userprofile%recent*.*
echo 清理系统盘无用文件...
%windir% /purgecache
echo 优化预读信息...
%windir% %systemdrive% -b
发布者:admin,转转请注明出处:http://www.yc00.com/xitong/1715363370a2606786.html
评论列表(0条)