版本:v1.0 绿色版大小:5KB
类别: 卸载清理 系统:WinAll, WinXP, Win7, Win8, Win10
立即下载清理垃圾bat是一款非常好用的删除系统垃圾文件bat方式,超强大的功能绕过用户能够享受快速的垃圾删除方式,丰富的内容让你爽到不行,有需要用到的朋友就赶快来绿色资源网下载使用吧!
一键清理系统垃圾文件bat,方便使用,不用手工删除
警告:运行BAT源码是一种危险的动作,如果你不熟悉,请不要尝试!
@echo off
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 清理系统垃圾完成!
查看全部