一键清理垃圾bat

一键清理垃圾bat,第1张

@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

文件清理完毕!本程序将在3秒后退出!现在进入倒计时

@echo

off

echo

WScriptSleep

300

>

%temp%\tmp$$$vbs

set

/a

i

=3

:Timeout

if

%i%

==

0

goto

Next

setlocal

set

/a

i

=

%i%

-

1

echo

倒计时……%i%

cscript

//nologo

%temp%\tmp$$$vbs

goto

Timeout

goto

End

:Next

cls

&

echo

for

%%f

in

(%temp%\tmp$$$vbs)

do

del

%%f

echo

打开[开始]-[所有程序]-[附件]-[记事本]

然后复制以下内容

@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

复制完保存,就是点记事本左上角的

文件

,

选保存

,然后更名为“清除系统LJbat”

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

在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去,点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJbat”,就完成了。记住后缀名一定要是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

=====到这里为止(这行不用复制)==============================================

望采纳~!

方法1

@echo off

>tmpvbs echo WScriptEcho CreateObject("ShellApplication")Namespace(^&H20^&)SelfPath

for /f "delims=" %%i in ('cscriptexe //nologo tmpvbs') do set aPath=%%i& del tmpvbs

del /q/s/a/f "%aPath%\"

方法2

@echo off

set "regkey=HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"

for /f "skip=4 tokens=2" %%a in ('reg QUERY "%regkey%" /v "Cache"') do set "aPath=%%b"

del /q/s/a/f "%aPath%\"

方法3 (亲身试过有效,适用于XP,强烈推荐!)

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

del /f /s /q %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 报告主人,垃圾清除完成!

& pause

这3种方法任意选择一种(强烈推荐3),打开记事本保存成bat文件后双击运行即可,完成后可能会自动退出。

你好!

桌面右键-新建-文本文档-(双击桌面的这个新建的文本文档,把下面的命令复制后粘贴进去)写入下列命令:

DEL

/F

/A

/Q

\\\%1

RD

/S

/Q

\\\%1

文件-另存为"统统删除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

文件清理完毕!本程序将在3秒后退出!现在进入倒计时

@echo

off

echo

wscriptsleep

300

>

%temp%\\tmp$$$vbs

set

/a

i

=3

:timeout

if

%i%

==

0

goto

next

setlocal

set

/a

i

=

%i%

-

1

echo

倒计时……%i%

cscript

//nologo

%temp%\\tmp$$$vbs

goto

timeout

goto

end

:next

cls

&

echo

for

%%f

in

(%temp%\\tmp$$$vbs)

do

del

%%f

echo

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%\oldvdel /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 ”,文件类型选择“所有文件”。

4、双击运行刚建立好的清除系统垃圾bat文件,完成后关闭即可。

以上就是关于一键清理垃圾bat全部的内容,包括:一键清理垃圾bat、清理垃圾bat、系统垃圾清理.bat等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/9728658.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-01
下一篇 2023-05-01

发表评论

登录后才能评论

评论列表(0条)

保存