一键清理系统垃圾
小技巧应对电脑系统垃圾冗杂
@echo off
echo -----------------------------------------------------------------------------
echo 清空IE临时文件目录...del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
echo 正在清除系统临时文件 *.tmp *._tmp *.log *.chk *.old ,请稍等...del /f /s /q %systemdrive%\*.tmpdel /f /s /q %systemdrive%\*._mprem .log大部分有可能有用rem del /f /s /q %systemdrive%\*.logdel /f /s /q %systemdrive%\*.giddel /f /s /q %systemdrive%\*.chkdel /f /s /q %systemdrive%\*.old
echo 清空垃圾箱,备份文件和预缓存脚本...del /f /s /q %systemdrive%\recycled\*.*del /f /s /q %windir%\*.bakdel /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%\system32\sfc.exe /purgecache
echo 优化预读信息...%windir%\system32\defrag.exe %systemdrive% -b
echo 清除系统完成!
echo -----------------------------------------------------------------------------
把以上内容用txt文档打开,另存为“文件名:一键清理系统垃圾.bat,保存类型:所有文件”即可。
版权声明:本站【趣百科】文章素材来源于网络或者用户投稿,未经许可不得用于商用,如转载保留本文链接:https://www.qubaik.com/life/34344.html