复制到记事本→保存→另存为→保存类型→”所有文件*.*“→文件名→清理垃圾.bat→保存
然后就可以用了。
下面是你需要复制的@echo off
color 3f
title 清理垃圾文件真正升级版V1.0 By:老七党 沫白
:zhujiemian
echo ━━━━━━━━━━━━━━━━━━━━━━━━━
echo 请按数字键输入您想清理的垃圾,并回车
echo ┏━━━━━━━━━━━━━━━━━━━━━━━━┓
echo ┃1.清除浏览器缓存、临时文件、历史记录 ┃
echo ┗━━━━━━━━━━━━━━━━━━━━━━━━┛
echo ┏━━━━━━━━━━━━━━━━━━━━━━━━┓
echo ┃2.清空回收站、备份文件、预缓存脚本 ┃
echo ┗━━━━━━━━━━━━━━━━━━━━━━━━┛
echo ┏━━━━━━━━━━━━━━━━━━━━━━━━┓
echo ┃3.清除更新的备份文件夹及更新文件 ┃
echo ┗━━━━━━━━━━━━━━━━━━━━━━━━┛
echo ┏━━━━━━━━━━━━━━━━━━━━━━━━┓
echo ┃4.清除系统临时文件 *.tmp *._mp *.gid *.chk *.old ┃
echo ┗━━━━━━━━━━━━━━━━━━━━━━━━┛
echo ┏━━━━━━━━━━━━━━━━━━━━━━━━┓
echo ┃5.清除MSN临时文件、磁盘碎片文件夹 ┃
echo ┗━━━━━━━━━━━━━━━━━━━━━━━━┛
echo ┏━━━━━━━━━━━━━━━━━━━━━━━━┓
echo ┃6.清除以上全部垃圾文件 ┃
echo ┗━━━━━━━━━━━━━━━━━━━━━━━━┛
Set /P Choice=请按照上方长方形方框左边的序号“.”不用,输入后回车,退出请按T,并回车。(清除代码从网上搜集)
If %Choice%Choice==Choice Goto Start
If Not '%Choice%'=='' SET Choice=%Choice:~0,1%
If /I '%Choice%'=='1' goto a
If /I '%Choice%'=='2' goto b
If /I '%Choice%'=='3' goto c
If /I '%Choice%'=='4' goto d
If /I '%Choice%'=='5' goto e
If /I '%Choice%'=='6' goto f
If /I '%Choice%'=='T' EXIT
:d
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
goto zhujiemian
:B
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %systemdrive%\recycler\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
goto zhujiemian
:a
del /f /s /q "%temp%\*.*"
del /f /s /q "%tmp%\*.*"
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\*.*"
goto zhujiemian
:c
for /f "delims=" %%i in ('dir /s /ad /b %windir%\$*.*') do rd /q /s "%%i"
rd /s /q "%windir%\SoftwareDistribution\Download"
goto zhujiemian
:e
del /f /q /a %homedrive%\*.sqm
for /f "delims=" %%i in ('dir /s /ad /b %homedrive%\FOUND.*') do rd /q /s "%%i"
goto zhujiemian
:F
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
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 %systemdrive%\recycler\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
del /f /s /q "%temp%\*.*"
del /f /s /q "%tmp%\*.*"
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\*.*"
for /f "delims=" %%i in ('dir /s /ad /b %windir%\$*.*') do rd /q /s "%%i"
rd /s /q "%windir%\SoftwareDistribution\Download"
del /f /q /a %homedrive%\*.sqm
for /f "delims=" %%i in ('dir /s /ad /b %homedrive%\FOUND.*') do rd /q /s "%%i"
goto zhujiemian
幽灵连杀及灭队开始