深度技术系统官网 - 最好的系统下载网站!

深度技术系统

深度技术系统

  深度技术在中国大陆是使用率非常高的VIP修改版Windows操作系统,装机方便。通过先进的互联网多媒体通讯技术,服务工程师在被许可的情况下连接到用户电脑,远程接管用户电脑,解决用户使用电脑过程中产生的各种问题,包括:软件安装、系统优化、数据备份、查毒杀毒、 系统修复、系统重装等服务 !提供常用的9大类50余款应用软件的帮教下载、安装、升级、卸载等服务,实现用户电脑畅快使用。

当前位置:主页 > 深度技术文章资讯 > win10批量删除缓存文件的过程

win10批量删除缓存文件的过程

发布时间:2018-11-18 17:06 作者:深度技术来源:www.shenduwin8.com
win10批量删除缓存文件的过程?

  很多win10网友都熟悉当系统运行速度受到影响的时候用第三方软件来清理系统缓存,那么除了使用第三方软件还有别的办法吗?下面小编就详解下批解决删除缓存文件的办法。

  办法:

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

  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批解决删除缓存文件的办法,网友可以在第三方软件和此办法中选中自己爱好的办法进行操作。

  • 相关推荐
  • 系统专栏
  • 系统安装教程