一键清理垃圾的bat程序教程 清除垃圾bat代码是什么

【一键清理垃圾的bat程序教程 清除垃圾bat代码是什么】 复制代码,放入记事本 。
源代码如下:
@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 清除系统LJ完成!
echo. & pause
记事本重命名:清除系统LJ.bat(复制这个名称)
保存即可,双击运行 。
可以清除垃圾
根据提示,点击窗口,点击键盘任意键结束,完成清理 。
经过深度清理,恢复电脑的运行速度
轻松方便快捷,做成bat后放置在桌面 。
新建记事本-打开放入代码-保存关闭
重命名记事本
完成,双击运行
-- 展开阅读全文 --

    推荐阅读