admin 管理员组

文章数量: 887021

电脑使用一段时间后会有很多垃圾,影响电脑运行速度。制作“.bat”windows批处理文件,可以一键彻底清除系统垃圾,具体制作方法是:

1、在电脑桌面空白处,右键点击,新建一个“文本文档”;

2、复制以下源代码:

@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”文件,这就是windows批处理文件;

3、为了今后方便使用,可以将其改名为“清除系统垃圾”;

4、双击该文件,即可自动彻底清除电脑系统垃圾,直至完成,按任意键退出。

在桌面新建文本文档,将下面的文字复制上去
@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
然后保存,保存为DAT批处理文件,就可以了 新建一文本文件,将以内容复制过去,然后将其另存为
一键清理系统垃圾.bat 双击
一键清理系统垃圾
这个批处理就可以了
下载地址:
/code/HTML/11981.html

一键清理系统垃圾

00:00 / 01:1370% 快捷键说明 空格: 播放 / 暂停Esc: 退出全屏 ↑: 音量提高10% ↓: 音量降低10% →: 单次快进5秒 ←: 单次快退5秒按住此处可拖拽 不再出现 可在播放器设置中重新打开小窗播放快捷键说明

本文标签: 系统 垃圾 清除 新建 复制