一键清理系统垃圾bat 超级一键删除垃圾bat 高郊级一键清理C盘垃圾bat

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

一键清理系统垃圾bat 超级一键删除垃圾bat 高郊级一键

清理C盘垃圾bat

@echo off

echo

----------------------------------------------

-------------------------------

echo 清空IE临时文件目录...

del /f /s /q "%userprofile%\Local Settings\Temporary Internet

Files\*.*" del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

echo 正在清除系统临时文件 *.tmp *._tmp *.log *.chk *.old ,请稍等...

del /f /s /q %systemdrive%\*.tmp del /f /s /q %systemdrive%\*._mp rem .log大部分有可能有用

rem del /f /s /q %systemdrive%\*.log del /f /s /q

%systemdrive%\*.gid del /f /s /q %systemdrive%\*.chk del /f /s /q

%systemdrive%\*.old

echo 清空垃圾箱,备份文件和预缓存脚本...

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

rem cooke和最近历史还是保留吧...

rem del /f /q %userprofile%\COOKIES s\*.* rem del /f /q

%userprofile%\recent\*.*

echo 清理系统盘无用文件...

%windir%\system32\sfc.exe /purgecache

echo 优化预读信息...

%windir%\system32\defrag.exe %systemdrive% -b

echo 清除系统完成~

echo

----------------------------------------------

-------------------------------

将上面的文件存为“一键清理系统垃圾.bat”,然后

双击运行即可。

建议:最好是一周运行一次清理。

下面这个是:可能清理时间会长些。超级一键删除垃圾.bat

@echo off

color 0A

title 历史痕迹兼系统垃圾清理 beta1.0 ::全盘删除Thumbs.db(缩略图缓存

文件) @echo off&setlocal enabledelayedexpansion for /f "delims=\" %%i in ('fsutil fsinfo drives^|find ""') do (

set drive_=%%i

fsutil fsinfo drivetype !drive_:~0,2!|find "固定">nul && del /a /f

/q

/s !drive_:~0,2!\Thumbs.db

)

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%\*.tmp

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\*.*"

del /f /q "%ALLUSERSPROFILE%\Documents\DrWatson\*.*">nul 2>nul

del /f /q "%USERPROFILE%\Application

Data\Microsoft\Office\Recent\*.lnk">nul 2>nul

::清理局域网共享痕迹

reg delete

"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\WorkgroupCr awler\Shares" /f >nul 2>nul

::用户运行或操作历史记录

reg delete

"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\ Folder" /va /f >nul 2>nul

reg delete

相关文档
最新文档