zoukankan      html  css  js  c++  java
  • 清除.bat

    @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%
    ecycled*.*
    del /f /s /q %windir%*.bak
    del /f /s /q %windir%prefetch*.*
    rd /s /q %windir%	emp & md %windir%	emp
    del /f /q %userprofile%cookies*.*
    del /f /q %userprofile%
    ecent*.*
    del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
    del /f /s /q "%userprofile%Local SettingsTemp*.*"
    del /f /s /q "%userprofile%
    ecent*.*"
    sfc /purgecache '清理系统盘无用文件
    defrag %systemdrive% -b '优化预读信息 
    cls  
    echo 系统垃圾清理完成。

    @echo offcolor 1btitle echo 正在清理系统垃圾及安装残留文件,请稍等......(谢谢下载使用……狂我江湖)del /f /s /q %systemdrive%*.tmpdel /f /s /q %systemdrive%*._mpdel /f /s /q %systemdrive%*.logdel /f /s /q %systemdrive%*.giddel /f /s /q %systemdrive%*.chkdel /f /s /q %systemdrive%*.olddel /f /s /q %systemdrive% ecycled*.*del /f /s /q %windir%*.bakdel /f /s /q %windir%prefetch*.*rd /s /q %windir% emp & md %windir% empdel /f /q %userprofile%cookies*.*del /f /q %userprofile% ecent*.*del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"del /f /s /q "%userprofile%Local SettingsTemp*.*"del /f /s /q "%userprofile% ecent*.*"sfc /purgecache '清理系统盘无用文件defrag %systemdrive% -b '优化预读信息 cls  echo 系统垃圾清理完成。

  • 相关阅读:
    node入门(一)——安装
    移动web开发基础(二)——viewport
    移动web开发基础(一)——像素
    关于min-height:100%的解决办法
    用类与原型写一个组件(三)——学习笔记
    用类与原型写一个组件(二)——学习笔记
    用类与原型写一个组件(一)——学习笔记
    js类、原型——学习笔记
    Android 常用RGB值及名称
    AES加密示例
  • 原文地址:https://www.cnblogs.com/dinghailong128/p/14018322.html
Copyright © 2011-2022 走看看