一键清理垃圾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 清除系统垃圾完成!
echo. & pause

将文本文档重命名为"一键清理垃圾.bat"。

最后,双击运行该程序,即可实现对系统垃圾的一键清理。

上述命令中的一些常见文件后缀名及其含义如下:

tmp:临时文件(temporary file)
_mp:Microsoft Office生成的临时文件(temporary file)
log:日志文件(log file)
gid:组标识符(group identifier)
chk:检查点文件(checkpoint file)
old:旧版本的文件(old version)
recycled:回收站中的已删除文件(deleted files in the recycling bin)
bak:备份文件(backup file)
prefetch:预取文件(prefetched files)
temp:临时文件夹(temporary folder)
userprofile:用户配置文件(user profile)
Cookies和Recent:浏览器缓存和回收站中的文件(browser cache and recycle bin files)
Local Settings\Temporary Internet Files和Local Settings\Temp:浏览器临时文件夹中的文件(files in the temporary internet folder and temporary folder of the browser)

如果您喜欢本站,点击这儿不花一分钱捐赠本站

这些信息可能会帮助到你: 下载帮助 | 报毒说明 | 进站必看

修改版本安卓软件,加群提示为修改者自留,非本站信息,注意鉴别

(0)
上一篇 2023年9月28日 上午10:13
下一篇 2023年9月28日 上午10:16

相关推荐

发表回复

评论问题之前,点击我,能帮你解决大部分问题

您的电子邮箱地址不会被公开。 必填项已用*标注