XP一键清理系统c盘垃圾文件代码

1 MB/系统优化

简介 相关 评论

简介

批处理文件,一键清除系统垃圾.x3e红软基地
现在有的系统安装盘里自带有本工具,但相信许多朋友电脑上没有.x3e红软基地
同样适用于windows2003服务器上系统垃圾清理.x3e红软基地
喜欢的友友赶紧下载吧!x3e红软基地
也可以自己复制代码变成一个BAT运行:x3e红软基地
@echo offx3e红软基地
echo 清空IE临时文件目录...x3e红软基地
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"x3e红软基地
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"x3e红软基地
echo 正在清除系统临时文件 *.tmp *._tmp *.log *.chk *.old ,请稍等...x3e红软基地
del /f /s /q %systemdrive%\*.tmpx3e红软基地
del /f /s /q %systemdrive%\*._mpx3e红软基地
rem .log大部分有可能有用x3e红软基地
rem del /f /s /q %systemdrive%\*.logx3e红软基地
del /f /s /q %systemdrive%\*.gidx3e红软基地
del /f /s /q %systemdrive%\*.chkx3e红软基地
del /f /s /q %systemdrive%\*.oldx3e红软基地
echo 清空垃圾箱,备份文件和预缓存脚本...x3e红软基地
del /f /s /q %systemdrive%\recycled\*.*x3e红软基地
del /f /s /q %windir%\*.bakx3e红软基地
del /f /s /q %windir%\prefetch\*.*x3e红软基地
rd /s /q %windir%\temp & md %windir%\tempx3e红软基地
rem cooke和最近历史还是保留吧...x3e红软基地
rem del /f /q %userprofile%\COOKIES s\*.*x3e红软基地
rem del /f /q %userprofile%\recent\*.*x3e红软基地
echo 清理系统盘无用文件...x3e红软基地
%windir%\system32\sfc.exe /purgecachex3e红软基地
echo 优化预读信息...x3e红软基地
%windir%\system32\defrag.exe %systemdrive% -bx3e红软基地
echo 清除系统完成!x3e红软基地
echo. & pausex3e红软基地

截图

QQ浏览器截图_20140907181819_8270C179AE7A4b59B76A6E8F1A4BE5F8.jpgx3e红软基地

展开

同类推荐

相关文章