win10企业版官网 - 最好的系统下载网站!

雨林木风 深度技术 电脑公司 番茄花园 新萝卜家园
当前位置:主页 > Win10企业版教程 > u当家w10系统批量删除缓存文件的过程

u当家w10系统批量删除缓存文件的过程

发布时间:2017-10-23 作者:win10企业版官网 来源:www.2xiazai.com

  许多专注于w10用户都知道当系统运行速度受到影响的时候用第三方软件来清理系统缓存,那么除了使用第三方软件还有别的方法吗?下面小编就介绍下批处理删除缓存文件的方法。

  方法:

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

  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\temp %%a in (*.*) do del f s q “%%a”

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

  for r %userprofile%\AppData\Local\Temp %%a in (*.*) do del f s q “%%a”

  for r “%localappdata%\Microsoft\Windows\Temporary Internet Files” %%a in (*.*) do del f s q “%%a”

  for r %localappdata%\Microsoft\Windows\History %%a in (*.*) do del f s q “%%a”

  for r %appdata%\Microsoft\Windows\Cookies %%a in (*.*) do del f s q “%%a”

  for r %windir%\SoftwareDistribution\Download %%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%\System32\LogFiles %%a in (*) do del f s q “%%a”

  del f s q %systemdrive%\hiberfil.sys

  pause & exit

  这样按任意键就退出了

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

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

  以上就是批处理删除缓存文件的方法,用户可以在第三方软件和此方法中选择自己喜欢的方法进行操作。

------分隔线------
  • 相关推荐
  • 小编推荐
  • win10企业版系统专栏
  • 系统教程文章推荐