当前位置:首页 » 编程软件 » 垃圾清理脚本

垃圾清理脚本

发布时间: 2022-02-08 06:32:17

1. 最全的垃圾清理 bat

@echo off
color 9f
title 系统垃圾清理
echo 正在清理垃圾
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" 2>nul
del /f /s /q "%userprofile%\Local Settings\Temp\*.*" 2>nul
del /f /s /q "TEMP%\*.*" 2>nul
del /f /s /q "%TMP%\*.*" 2>nul
del /f /s /q %userprofile%\recent\*.* 2>nul
del /f /s /q %systemdrive%\*.tmp 2>nul
del /f /s /q %systemdrive%\*._mp 2>nul
del /f /s /q %systemdrive%\*.log 2>nul
del /f /s /q %systemdrive%\*.gid 2>nul
del /f /s /q %systemdrive%\*.chk 2>nul
del /f /s /q %systemdrive%\*.old 2>nul
del /f /s /q %systemdrive%\recycled\*.* 2>nul
del /f /s /q %windir%\*.bak 2>nul
del /f /s /q %windir%\prefetch\*.* 2>nul
echo 清除系统垃圾完成!
带颜色且不显示删除条数,更快

2. 一键清理垃圾自动清理bat

新建txt文档,输入如下代码,再保存为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

3. 清理垃圾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
s\*.*
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\*.*"
sfc
/purgecache
'清理系统盘无用文件
defrag
%systemdrive%
-b
'优化预读信息
echo
清除系统LJ完成!
echo.
&
pause
复制完保存,就是点记事本左上角的
文件
,
选保存
,然后更名为“清除系统LJ.bat”
就OK了,以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?

4. 求清理系统垃圾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

=====到这里为止(这行不用复制)==============================================
以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?

5. 电脑垃圾清理bat如何制作

电脑是必须清理垃圾的
因为电脑是很容易产生电脑垃圾的
只有清理优化才能完善我们的电脑
推荐你使用腾讯电脑管家对电脑清理和优化
扫描完毕,可以看到电脑内的各种垃圾,
回收站的垃圾,Windows系统垃圾,
上网产生的垃圾等等,点击查看详情,
还可以查看垃圾产生情况,立即清理,则开始清理电脑垃圾。

6. 清理系统垃圾的程序的脚本是什么

这个程序是自动清理电脑里的垃圾文件而不会破坏系统,比很多软件都好哦新建一个记事本并输入以下的内容:

@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”

ok!你的垃圾清除器就这样制作成功了!以后只要双击运行该文件,当屏幕提示“清除系统垃圾完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢

7. 如何清理电脑垃圾脚本

您好:

很高兴能帮到您,那么我建议您试试用腾讯电脑管家或者金山卫士。因为他们是好基友好丽友,可以搭配用,我重点推荐管家的,因为我用的就是管家。


您如果点击推荐选项就能清理C盘的垃圾,以及一些临时产生的文件垃圾和无效的注册项。

但是如果您点击全选,那么整个电脑能清理的垃圾就能全部都清理的干干净净。

再用扫一扫这个功能,腾讯电脑管家的扫一扫能设置3天到一周不等,您忘记清理也能在清闲的时候帮您清扫


PS:管家的福利非常好,周边各种拿!


如果您对我的答案不满意,可以继续追问或者提出宝贵意见,谢谢

8. 系统垃圾清理.bat

在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去,点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat,
ok!你的垃圾清除器就这样制作成功了!
双击它就能很快地清理垃圾文件,大约一分钟不到。
======就是下面的文字(这行不用复制)
@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
%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
=====到这里为止(这行不用复制)==============================================
望采纳~!

9. 一键清理垃圾文件bat

操作流程为:新建一个空白文本文档并打开——把一键清理系统垃圾的代码粘贴进来——保存——F2改名更改尾缀为“.bat”格式——操作完毕。下面用WIN7系统演示该一键清理垃圾文件BAT的操作流程:

一、打开电脑,在需要创建该文件处创建一个空白的文本文档。

热点内容
java工程师证 发布:2025-01-10 18:54:02 浏览:32
python如何判断密码强度 发布:2025-01-10 18:39:58 浏览:980
安卓怎么快捷关程序 发布:2025-01-10 18:35:48 浏览:922
仔细的算法 发布:2025-01-10 18:28:30 浏览:546
c语言判断是否为回文数 发布:2025-01-10 18:21:31 浏览:783
win7vhd加密 发布:2025-01-10 18:20:35 浏览:420
手机存储空间里的其他怎么清理 发布:2025-01-10 18:19:59 浏览:801
二手的电脑服务器都怎么处理了 发布:2025-01-10 18:19:05 浏览:906
定压补水装置如何配置 发布:2025-01-10 18:12:34 浏览:431
安卓是华为的什么 发布:2025-01-10 18:12:27 浏览:541