首页 > 软件下载 > 系统工具 > 系统清理bat v1.0 绿色版

系统清理bat v1.0 绿色版

软件大小: 564B

软件语言:简体中文

软件授权:绿色版

软件类别:系统工具

软件等级:

更新时间:2021-07-12 19:30:51

官方网站:www.40ling.com

应用平台:/Win8/Win7/WinXP

  • 软件介绍

系统清理bat是一款根据网上传播的自动清理系统垃圾Bat,针对用户使用习惯进行了优化,如果你刚好需要这个清理功能,那么就赶紧来本站下载吧!

系统清理bat文件说明

本功能从根本上解决了有可能出现的误删文件的问题,请放心使用。除了一键清理系统垃圾文件之外,还增加了IE临时文件管理功能,可以方便地删除IE临时文件以及方便地提取任意临时文件。清理系统垃圾文件的利器。不需做任何设置,点击一下就可以删除系统中的不必要的垃圾文件。

系统清理bat

系统清理bat代码说明

@ECHOON

color0A

@echooff

cls

echo.

echo*****系统垃圾文件清理器*****

Title系统垃圾文件清理器奇特吧 制作人:筱越技术支持

echo已准备完成

echo.&pause

cls

echo.

echo开始执行清理……

echo.

echo正在检查cookies、历史纪录等目录位置(当前用户)……

regquery"HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\ShellFolders"

\

Cache>%temp%\cleantmp.txt regquery"HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\ShellFolders"

\

Cookies>>%temp%\cleantmp.txt regquery"HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\ShellFolders"

\

History>>%temp%\cleantmp.txt regquery"HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\ShellFolders"

\

NetHood>>%temp%\cleantmp.txt regquery"HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\ShellFolders"

\

Recent>>%temp%\cleantmp.txt

echo正在清理Cookies、IE缓存、历史纪录等(当前用户)……

for/f"tokens=3*"%%ain(%temp%\cleantmp.txt)do(

for/d%%iin("%%a%%b\*.*")dord/s/q"%%i"

del/a/f/s/q"%%a%%b\*.*"

)

colorf0

cls

::跟上面几项未必是重复的(!),也是对当前用户目录

echo正在清理临时文件(系统目录)……

del/a/f/s/q"%userprofile%\Locals~1\Tempor~1\*.*"

del/a/f/s/q"%userprofile%\Locals~1\Temp\*.*"

del/a/f/s/q"%userprofile%\recent\*.*"

del/a/f/s/q"%Temp%\*.*"

del/a/f/s/q"%Tmp%\*.*"

del/a/f/s/q"%HomePath%\..\IconCache.db"

rd/s/q%Temp%

rd/s/q%Tmp%

color0D

cls

echo正在清理系统目录中的垃圾文件(稍候,需要点时间)……

del/a/f/s/q"%SystemRoot%\*._mp"

del/a/f/s/q"%SystemRoot%\*.bak"

del/a/f/s/q"%SystemRoot%\*.dmp"

del/a/f/s/q"%SystemRoot%\*.gid"

del/a/f/s/q"%SystemRoot%\*.old"

del/a/f/s/q"%SystemRoot%\*.query"

del/a/f/q"%SystemRoot%\*.tmp"

rd/s/q"%SystemRoot%\DownloadedProgramFiles"

rd/s/q"%SystemRoot%\OfflineWebPages"

rd/s/q"%systemroot%\ConnectionWizard"

rd/s/q"%SystemRoot%\SoftwareDistribution\Download"

rd/s/q"%SystemRoot%\Assembly"

rd/s/q"%SystemRoot%\Help"

rd/s/q"%SystemRoot%\ReinstallBackups"

del/a/s/q"%SystemRoot%\inf\*.pnf"

del/a/f/s/q"%SystemRoot%\inf\InfCache.1"

dir%SystemRoot%\inf\*.*/ad/b>%SystemRoot%\vTmp.txt

for/f%%ain(%SystemRoot%\vTmp.txt)dord/s/q"%SystemRoot%\inf\%%a"

del/a/f/s/q"%SystemRoot%\driver?\*.pnf"

del/a/f/s/q"%SystemRoot%\driver?\InfCache.1"

del/a/f/s/q"%SystemDrive%\driver?\*.pnf"

del/a/f/s/q"%SystemDrive%\driver?\InfCache.1"

rd/s/q"%SystemRoot%\temp"&md"%SystemRoot%\temp"

del/a/f/s/q"%SystemRoot%\Prefetch\*.*"

del/a/f/s/q"%SystemRoot%\minidump\*.*"

color0c

cls

echo正在清除无用的磁盘检错文件(系统分区)……

del/a/f/q"%SystemDrive%\*.chk"

dir%SystemDrive%\found.???/ad/b>%SystemRoot%\vTmp.txt

for/f%%ain(%SystemRoot%\vTmp.txt)dord/s/q"%SystemDrive%\%%a"

echo正在清理系统升级补丁留下来的反安装目录(已修正能正确清除)……

dir%SystemRoot%\$*$/ad/b>%SystemRoot%\vTmp.txt

for/f%%ain(%SystemRoot%\vTmp.txt)dord/s/q"%SystemRoot%\%%a"

color3d

cls

echo正在清除常见的软件垃圾项目(按默认目录)……

rd/s/q"%ProgramFiles%\InstallShieldInstallationInformation"

Ren"%ProgramFiles%\Common~1\Real\Update_OB\realsched.exe"realsched.ex_

Del"%ProgramFiles%\Common~1\Real\Update_OB\realsched.exe"

RegDelete"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run"

\

TkBellExe/f

rd/s/q"%ProgramFiles%\Tencent\QQGame\Download"

taskkill/f/im"TIMPlatform.exe"/t

del/a/f/s/q"%ProgramFiles%\Tencent\QQ\TIMPlatform.exe"

del/a/f/s/q"%ProgramFiles%\KasperskyLab\*.tmp"

color9A

cls

echo.

echo垃圾清理完毕5秒后自动退出制作人:筱越技术支持

echo.

ping127.1-n6>nul

人气下载推荐

热门关键词
KC免费电话 官方版 v6.4.5_6405 wetool pc版 v2.2.5 官方版 阿里旺旺买家版2014官方下载 V9.50 免费版 花脸合伙人 OLinking 燃店会员管理系统 录音专家 强仁货管 会员树 润宇电力 微简历模板 1Focus 梦幻足球联盟2021无限金币版7.42版 游船卡车模拟器破解版 teachingfelling最新汉化安卓版 Goodreader阅读软件 for iPhone Goodreader阅读软件 for iPhone 灵图天行者导航系统 for iPhone/iPad Yandere High School Girl Ragnarok: Poring Merge苹果版 Hide 'N Seek!苹果版
返回顶部