首页 > 软件下载 > 平面设计

电脑批处理删除缓存文件的方法

2022-06-04

资源介绍

方法:

  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:windowstemp %%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”运行文件即可。

展开全部

版权声明

1 本站所有资源(含游戏)均是软件作者、开发商投稿,任何涉及商业盈利目的均不得使用,否则产生的一切后果将由您自己承担!

2 本站资源下载后不得用于商业用途,所有资源请在下载后24小时内删除。

3 若有关在线投稿、无法下载等问题,请与本站客服人员联系。

4 如侵犯了您的版权、商标等,请立刻联系我们并具体说明情况后,本站将尽快处理删除,联系QQ:2499894784

最近更新

热门排行

最需网客户端 软件问题一手掌握

去 App Store 免费下载 iOS 客户端