系统之家 - Windows操作系统&装机软件下载网站!

当前位置: 首页  >  教程资讯  >  Win8教程 WIN8垃圾文件清理批处理教程

WIN8垃圾文件清理批处理教程

时间:2023-06-02 16:16:41 来源: 人气:

   WIN8垃圾文件快速清理,提高电脑运行速度。电脑运行久了常会变慢,这是由于在你的电脑中产生了许多垃圾文件,本文教大家一个比较快速的方法来清理Windows8系统缓存的垃圾文件。,  电脑运行久了常会变慢,这是由于在你的电脑中产生了许多垃圾文件,本文教大家一个比较快速的方法清楚Windows8系统缓存的垃圾文件。,  操作步骤,  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”运行文件即可。,  win8垃圾文件快速清理,提高电脑运行速度由华彩软件站为您最新收集整理,版权归原作者或公司所有。如有侵权,请与我们联系删除。,

作者

教程资讯

Win8教程排行

系统教程

系统主题