代码清理C盘内存

编程入门 行业动态 更新时间:2024-10-13 12:21:46

###在手动磁盘清理后还是觉得清理不够,以下用代码清理

  • 编辑文本
    @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%\小甜饼s*.*
    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文件(放在桌面上)

  • 点击文件运行即可

  • 再去看C盘,只多了一个G(T-T)

更多推荐

代码清理C盘内存

本文发布于:2023-05-29 03:38:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/335881.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:内存   代码

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!