1、新建一个文本文档
2、将以下代码复制到文档内
注意:一定要全部复制,不包括注意
@echo off
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\*.*"
echo 系统垃圾清除完毕!
echo. & pause
3、点击文件另存为,命名为 垃圾清理.bat 保存类型选择为所有文件
4,双击打开垃圾清理.bat 即可自动清理
以上就一键清理垃圾的代码和制作方法了看,希望对大家有帮助。对xp系统和win10同样有效,希望对大家有帮助
分享到: