先新建立一个 新建文本文档.txt 打开在里面写以下代码:
@echo off
color 1b
title 苦人儿一键清理系统垃圾文件
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\*.*"
cls
echo 系统垃圾清理完成.本程序由苦人儿编写
echo. & pause
然后保存. 或另存为 后缀必须为**.bat 然后点击运行.. 这样你就有自己的垃圾清理工具了``
也可以直接扩展 文本文挡后缀为**.txt 可以直接重命名为**.bat格式..
双击运行吧.你的电脑从此以后干净了......