清理删除

关注公众号 jb51net

关闭
一键清理系统垃圾加强版(雪落梨花第二版加强修正版)

一键清理系统垃圾加强版(雪落梨花第二版加强修正版)

热门排行

简介

一键清理系统垃圾加强版雪落梨花第二版加强修正版,加入了限制迅雷等功能。

[code]
@ECHO off
mode con cols=48 lines=23
:menu1
color 1a
title 一键清理垃圾落雪梨花加强第二版之修正版
CLS
ECHO.
ECHO           请根据自己需要清理指定的垃圾      
ECHO.
ECHO.
ECHO.       ┏*━*━*━*━━☆━━*━*━*━*┓
ECHO        ┃                              ┃
ECHO        ┃[1] 清理系统垃圾(强烈推荐)    ┃
ECHO        ┃                              ┃
ECHO        ┃[2] 清理迅雷看看缓存(强烈推荐)┃
ECHO        ┃                              ┃ 
ECHO        ┃[3] 屏蔽迅雷偷偷上传(一般推荐)┃
ECHO        ┃                              ┃
ECHO        ┃[A] 上面三项全选(懒虫用户推荐)┃
ECHO        ┃                              ┃
ECHO        ┗*━*━*━*━━☆━━*━*━*━*┛
ECHO.
ECHO.
ECHO           -=◆◇落雪梨花绿色作品◇◆=-
ECHO.           
ECHO.
:menu1
set choice=
set /p choice=       请输入对应的按键后按[Enter]执行:
if not "%choice%"=="" set choice=%choice%
ECHO.
If /I "%Choice%"=="1" Goto xtlj
If /I "%Choice%"=="2" Goto kkhc
If /I "%Choice%"=="3" Goto ttsc
If /I "%Choice%"=="A" Goto ALL
If /I "%Choice%"=="" exit
goto menu1

:xtlj
CLS
title 清理系统垃圾
echo 正在清理系统垃圾文件,请稍候......
del /f /s /q %systemdrive%\*.tmp
RD %windir%\$hf_mig$ /Q /S
del %windir%\2950800.txt /f /q
for /f %%i in (%windir%\2950800.txt) do rd %windir%\%%i /s /q
dir %windir%\$NtUninstall* /a:d /b >%windir%\2950800.txt
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.pnf
del /f /s /q %systemdrive%\infcache.1
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\*.*"
CLS
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO              程序设计:落雪梨花
ECHO.
ECHO.
ECHO.
ECHO.
ECHO               系统垃圾清理完毕!
ECHO.
ECHO.
ECHO.
ECHO.
ECHO              按任意键返回主菜单……
pause>nul
goto menu1
:kkhc
CLS
title 清理看看缓存
rd /s /q "c:\vod_cache_data" 2>NUL
rd /s /q "d:\vod_cache_data" 2>NUL
rd /s /q "e:\vod_cache_data" 2>NUL
rd /s /q "f:\vod_cache_data" 2>NUL
rd /s /q "G:\vod_cache_data" 2>NUL
rd /s /q "h:\vod_cache_data" 2>NUL
rd /s /q "I:\vod_cache_data" 2>NUL
rd /s /q "j:\vod_cache_data" 2>NUL
rd /s /q "k:\vod_cache_data" 2>NUL
rd /s /q "l:\vod_cache_data" 2>NUL
rd /s /q "m:\vod_cache_data" 2>NUL
rd /s /q "n:\vod_cache_data" 2>NUL
rd /s /q "o:\vod_cache_data" 2>NUL
rd /s /q "p:\vod_cache_data" 2>NUL
rd /s /q "q:\vod_cache_data" 2>NUL
rd /s /q "r:\vod_cache_data" 2>NUL
rd /s /q "s:\vod_cache_data" 2>NUL
rd /s /q "t:\vod_cache_data" 2>NUL
rd /s /q "u:\vod_cache_data" 2>NUL
rd /s /q "v:\vod_cache_data" 2>NUL
rd /s /q "w:\vod_cache_data" 2>NUL
rd /s /q "x:\vod_cache_data" 2>NUL
rd /s /q "y:\vod_cache_data" 2>NUL
rd /s /q "z:\vod_cache_data" 2>NUL
rd /s /q "c:\gvod_cache_data" 2>NUL
rd /s /q "d:\gvod_cache_data" 2>NUL
rd /s /q "e:\gvod_cache_data" 2>NUL
rd /s /q "f:\gvod_cache_data" 2>NUL
rd /s /q "G:\gvod_cache_data" 2>NUL
rd /s /q "h:\gvod_cache_data" 2>NUL
rd /s /q "I:\gvod_cache_data" 2>NUL
rd /s /q "j:\gvod_cache_data" 2>NUL
rd /s /q "k:\gvod_cache_data" 2>NUL
rd /s /q "l:\gvod_cache_data" 2>NUL
rd /s /q "m:\gvod_cache_data" 2>NUL
rd /s /q "n:\gvod_cache_data" 2>NUL
rd /s /q "o:\gvod_cache_data" 2>NUL
rd /s /q "p:\gvod_cache_data" 2>NUL
rd /s /q "q:\gvod_cache_data" 2>NUL
rd /s /q "r:\gvod_cache_data" 2>NUL
rd /s /q "s:\gvod_cache_data" 2>NUL
rd /s /q "t:\gvod_cache_data" 2>NUL
rd /s /q "u:\gvod_cache_data" 2>NUL
rd /s /q "v:\gvod_cache_data" 2>NUL
rd /s /q "w:\gvod_cache_data" 2>NUL
rd /s /q "x:\gvod_cache_data" 2>NUL
rd /s /q "y:\gvod_cache_data" 2>NUL
rd /s /q "z:\gvod_cache_data" 2>NUL
rd /s /q "c:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "d:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "e:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "f:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "G:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "h:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "I:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "j:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "k:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "l:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "m:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "n:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "o:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "p:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "q:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "r:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "s:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "t:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "u:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "v:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "w:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "x:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "y:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "z:\$recycle.bin\vod_cache_data" 2>NUL
CLS
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO              程序设计:落雪梨花
ECHO.
ECHO.
ECHO.
ECHO.
ECHO             迅雷看看缓存清理完毕!
ECHO.
ECHO.
ECHO.
ECHO.
ECHO              按任意键返回主菜单……
pause>nul
goto menu1
:ttsc
CLS
title 屏蔽迅雷偷偷上传
ECHO 正在屏蔽迅雷后台上传,请稍候......
ECHO.
del /f /s /q %windir%\system32\cid_store.dat
md %windir%\system32\cid_store.dat
attrib +s +h +r %windir%\system32\cid_store.dat
del /f /s /q %windir%\system32\pub_store.dat
md %windir%\system32\pub_store.dat
attrib +s +h +r %windir%\system32\pub_store.dat
del /f /s /q %windir%\system32\xlhcc.dat
md %windir%\system32\xlhcc.dat
attrib +s +h +r %windir%\system32\xlhcc.dat
CLS
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO              程序设计:落雪梨花
ECHO.
ECHO.
ECHO.
ECHO.
ECHO            迅雷偷偷上传已被成功屏蔽!
ECHO.
ECHO.
ECHO.
ECHO.
ECHO              按任意键返回主菜单……
pause>nul
goto menu1
:ALL
CLS
title 清理系统垃圾、看看缓存,屏蔽迅雷偷偷上传 By落雪梨花
echo 正在清理系统垃圾文件,请稍候......
del /f /s /q %systemdrive%\*.tmp
RD %windir%\$hf_mig$ /Q /S
del %windir%\2950800.txt /f /q
for /f %%i in (%windir%\2950800.txt) do rd %windir%\%%i /s /q
dir %windir%\$NtUninstall* /a:d /b >%windir%\2950800.txt
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.pnf
del /f /s /q %systemdrive%\infcache.1
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\*.*"
rd /s /q "c:\vod_cache_data" 2>NUL
rd /s /q "d:\vod_cache_data" 2>NUL
rd /s /q "e:\vod_cache_data" 2>NUL
rd /s /q "f:\vod_cache_data" 2>NUL
rd /s /q "G:\vod_cache_data" 2>NUL
rd /s /q "h:\vod_cache_data" 2>NUL
rd /s /q "I:\vod_cache_data" 2>NUL
rd /s /q "j:\vod_cache_data" 2>NUL
rd /s /q "k:\vod_cache_data" 2>NUL
rd /s /q "l:\vod_cache_data" 2>NUL
rd /s /q "m:\vod_cache_data" 2>NUL
rd /s /q "n:\vod_cache_data" 2>NUL
rd /s /q "o:\vod_cache_data" 2>NUL
rd /s /q "p:\vod_cache_data" 2>NUL
rd /s /q "q:\vod_cache_data" 2>NUL
rd /s /q "r:\vod_cache_data" 2>NUL
rd /s /q "s:\vod_cache_data" 2>NUL
rd /s /q "t:\vod_cache_data" 2>NUL
rd /s /q "u:\vod_cache_data" 2>NUL
rd /s /q "v:\vod_cache_data" 2>NUL
rd /s /q "w:\vod_cache_data" 2>NUL
rd /s /q "x:\vod_cache_data" 2>NUL
rd /s /q "y:\vod_cache_data" 2>NUL
rd /s /q "z:\vod_cache_data" 2>NUL
rd /s /q "c:\gvod_cache_data" 2>NUL
rd /s /q "d:\gvod_cache_data" 2>NUL
rd /s /q "e:\gvod_cache_data" 2>NUL
rd /s /q "f:\gvod_cache_data" 2>NUL
rd /s /q "G:\gvod_cache_data" 2>NUL
rd /s /q "h:\gvod_cache_data" 2>NUL
rd /s /q "I:\gvod_cache_data" 2>NUL
rd /s /q "j:\gvod_cache_data" 2>NUL
rd /s /q "k:\gvod_cache_data" 2>NUL
rd /s /q "l:\gvod_cache_data" 2>NUL
rd /s /q "m:\gvod_cache_data" 2>NUL
rd /s /q "n:\gvod_cache_data" 2>NUL
rd /s /q "o:\gvod_cache_data" 2>NUL
rd /s /q "p:\gvod_cache_data" 2>NUL
rd /s /q "q:\gvod_cache_data" 2>NUL
rd /s /q "r:\gvod_cache_data" 2>NUL
rd /s /q "s:\gvod_cache_data" 2>NUL
rd /s /q "t:\gvod_cache_data" 2>NUL
rd /s /q "u:\gvod_cache_data" 2>NUL
rd /s /q "v:\gvod_cache_data" 2>NUL
rd /s /q "w:\gvod_cache_data" 2>NUL
rd /s /q "x:\gvod_cache_data" 2>NUL
rd /s /q "y:\gvod_cache_data" 2>NUL
rd /s /q "z:\gvod_cache_data" 2>NUL
rd /s /q "c:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "d:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "e:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "f:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "G:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "h:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "I:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "j:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "k:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "l:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "m:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "n:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "o:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "p:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "q:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "r:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "s:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "t:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "u:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "v:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "w:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "x:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "y:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "z:\$recycle.bin\vod_cache_data" 2>NUL
ECHO 正在屏蔽迅雷后台上传,请稍候......
ECHO.
del /f /s /q %windir%\system32\cid_store.dat
md %windir%\system32\cid_store.dat
attrib +s +h +r %windir%\system32\cid_store.dat
del /f /s /q %windir%\system32\pub_store.dat
md %windir%\system32\pub_store.dat
attrib +s +h +r %windir%\system32\pub_store.dat
del /f /s /q %windir%\system32\xlhcc.dat
md %windir%\system32\xlhcc.dat
attrib +s +h +r %windir%\system32\xlhcc.dat
CLS
ECHO.
ECHO.
ECHO.
ECHO           落雪梨花清理小助手向您报告:
ECHO           ==========================
ECHO.
ECHO.
ECHO.
ECHO         ↓
ECHO.
ECHO         ①系统垃圾已成功清理!
ECHO.
ECHO             ↓
ECHO.
ECHO             ②迅雷看看缓存已成功清理!
ECHO.
ECHO                  ↓
ECHO.
ECHO                  ③迅雷偷偷上传已成功屏蔽!
ECHO.
ECHO.
ECHO.
ECHO.
ECHO             请按任意键返回主菜单……
pause>nul
goto menu1
[/code]

大家还下载了