zoukankan      html  css  js  c++  java
  • 清除电脑垃圾.bat

    echo.
    title delete cache
    color 0a
    echo.
    echo please enter any key start.....
    @echo off
    echo execuing delete cache,please waiting....
    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 s*.*
    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 'delete systemdrive no use file
    defrag %systemdrive% -b '优化预读信息
    echo delete cache complete... cv
    echo. & pause

  • 相关阅读:
    游戏运营-三节课
    游戏运营-游戏付费
    游戏运营--资深
    django 导出csv
    django-分页
    django-中间件
    django-缓存
    django post 与get请求理解
    django 中遇到的问题
    Linux下使用XAMPP
  • 原文地址:https://www.cnblogs.com/zlqblog/p/9237177.html
Copyright © 2011-2022 走看看