zoukankan      html  css  js  c++  java
  • Atitit.阿里云c盘 系统盘爆满解决方案

    Atitit.阿里云c盘 系统盘爆满解决方案

     

    Use disk parse tool to scan then

     

    C:\widnow/soursce /install.wim   迁移  3g

     

    显示在

    C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Windows   17g

    实际位置。。

    C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5  17g

     

    作者::  ★(attilax)>>>   绰号:老哇的爪子  全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿尔 拉帕努伊  汉字名:艾龙,  EMAIL:1466519819@qq.com

    转载请注明来源: http://blog.csdn.net/attilax

     

     

    FOR  %%i IN ( "C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\*" ) DO del "%%i"  /f

     

      /f /s /q

    Pause

     

    添加计划任务失败,只好自己写个批处理

     

    利用goto 做个服务程序。

     

    参考

    批处理命令 For循环命令详解! - 悠闲设计空间 - 博客频道 - CSDN.NET.htm

  • 相关阅读:
    Animation(三)
    布局
    AutoCommpleteText
    PHP数组中常用函数
    Animation(四)
    转:JAVA内存映射文件
    Ubuntu安装jdk
    转:Java NIO 详解
    转:长连接与短连接
    Direct or Nondirect ByteBuffer
  • 原文地址:https://www.cnblogs.com/attilax/p/15198599.html
Copyright © 2011-2022 走看看