垃圾清理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 清除系统LJ完成!
echo. & pause
牛铺软件园提供《垃圾清理bat》V1.0 绿色版下载,该软件为免费版,文件大小为398KB,推荐指数4颗星,作为卸载软件中的顶尖厂商,完全可以放心下载哦!
软件评论
评论列表