• 微软原版系统

  • 一键重装系统

  • 纯净系统

  • 在线技术客服

魔法猪系统重装大师 一键在线制作启动 U 盘 PE 系统 用一键重装的魔法拯救失去灵魂的系统
当前位置:首页 > 教程 > Win8教程

Win8系统使用批处理删除缓存文件的方法

时间:2015年04月02日 08:55:53    来源:魔法猪系统重装大师官网    人气:13014

  大家都知道不定时的对自己的电脑清除缓存文件,保证系统的运行速度。那么现在小编来教大家一个最简单快速Win8批处理删除缓存文件的方法。下面是win8.1批处理删除缓存的教程。

  Win8批处理删除缓存文件的方法:

  1、在Windows8桌面上按鼠标右键新建“文本文档”。

  2、复制以下代码粘贴到记事本内。

  @echo off

  color 1e

  for /r c: %%a in (*.tmp *.chk *.gid *._mp *.old *.bak *.log) do del /f /s /q “%%a”

  for /r c:windows emp %%a in (*.*) do del /f /s /q “%%a”

  for /r c:windowsPrefetch %%a in (*.*) do del /f /s /q “%%a”

  for /r %userprofile%AppDataLocalTemp %%a in (*.*) do del /f /s /q “%%a”

  for /r “%localappdata%MicrosoftWindowsTemporary Internet Files” %%a in (*.*) do del /f /s /q “%%a”

  for /r %localappdata%MicrosoftWindowsHistory %%a in (*.*) do del /f /s /q “%%a”

  for /r %appdata%MicrosoftWindowsCookies %%a in (*.*) do del /f /s /q “%%a”

  for /r %windir%SoftwareDistributionDownload %%a in (*) do del /f /s /q “%%a”

  for /r “%windir%Downloaded Program Files” %%a in (*) do del /f /s /q “%%a”

  for /r %windir%System32LogFiles %%a in (*) do del /f /s /q “%%a”

  del /f /s /q %systemdrive%hiberfil.sys

  pause & exit

  这样按任意键就退出了

  3、将“记事本”后缀名改为“.bat”。

  4、最后双击“.bat”运行文件即可。

  只要把上述的代码复制保存到记事本中,重新命名后运行就可以达到快速删除Win8系统缓存文件的效果。
        只要掌握这个操作,就不用再借助第三方软件清除缓存了哦。一起来试试吧!谢谢大家!

Win8批处理删除缓存文件,win8.1批处理删除缓存
Win7教程 更多>>
U盘教程 更多>>
Win10教程 更多>>
魔法猪学院 更多>>

Copyright © 2015-2023 魔法猪 魔法猪系统重装大师

本站发布的系统仅为个人学习测试使用,请在下载后24小时内删除,不得用于任何商业用途,否则后果自负,请支持购买微软正版软件。

在线客服 查看微信 返回顶部