IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    一键清除win系统垃圾

    堕络发表于 2017-02-16 08:02:08
    love 0

    本文来自百度经验:http://jingyan.baidu.com/article/86112f1344c25427379787f5.html

    @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
    

    记事本重命名:清除系统垃圾.bat(复制这个名称)

    保存即可,双击运行。



沪ICP备19023445号-2号
友情链接