iphone清除系统垃圾(清除系统垃圾)

虞绍娜
导读 关于iphone清除系统垃圾,清除系统垃圾很多人还不知道,乐天今天为大家解答这个问题,现在让我们一起来看看吧!  电脑垃圾多了怎么清理电...

关于iphone清除系统垃圾,清除系统垃圾很多人还不知道,乐天今天为大家解答这个问题,现在让我们一起来看看吧!

  电脑垃圾多了怎么清理电脑?这个问题大家是不是很感兴趣,电脑使用太久都会存在太多的垃圾,垃圾存的越多,电脑就越卡,所以清理电脑垃圾还是非常有必要的。今天小编就给大家带来阿里相关操作方法,一键就可以轻松搞定,还在等什么,感兴趣的朋友快来看看吧。

  电脑垃圾多了怎么清理电脑

  方法一: 清理临时文件

  1、点击“ 开始 ”选择“ 设置 ”;

  2、点击“ 系统 ”;

  3、点击左侧“ 存储 ”;

  4、选择“ c盘 ”;

  5、找到“ 临时文件 ”;

  6、点击“ 删除文件 ”即可。

  方法二: 清理缓存

  1、右击桌面空白处,选择“ 文本文档 ”;

  2、打开文本文档;

  3、复制代码

  @echo off

  pause

  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

  4、粘贴至文本文档;

  5、点击“ 另存为 ”;

  6、更改文件名为 系统垃圾清理.bat ;

  7、双击运行“ 系统垃圾清理.bat ”;

  8、按下任意键;

  9、清理开始;

  10、出现“ 系统垃圾清理完成 ”即可。

  以上的全部内容就是IT百科为大家提供的电脑怎么清理垃圾的解决方法介绍啦~希望对大家有帮助,还有更多相关内容敬请关注本站,IT百科感谢您的阅读!

本文讲解到此结束,希望对大家有所帮助。

标签: 清除系统垃圾

免责声明:本文由用户上传,如有侵权请联系删除!