绿色资源网:您身边最放心的安全下载站! 最新软件|热门排行|软件分类|软件专题|论坛转帖|厂商大全

绿色资源网

技术教程
您的位置:首页操作系统windows → WIN8垃圾文件清理批处理

WIN8垃圾文件清理批处理

我要评论 2012/11/30 21:48:59 来源:绿色资源网 编辑:www.downcc.com [ ] 评论:0 点击:278次

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

win8垃圾文件快速清理,提高电脑运行速度由华彩软件站为您最新收集整理,版权归原作者或公司所有。如有侵权,请与我们联系删除。

关键词:WIN8,垃圾文件清理,批处理

阅读本文后您有什么感想? 已有 人给出评价!

  • 0 欢迎喜欢
  • 0 白痴
  • 0 拜托
  • 0 哇
  • 0 加油
  • 0 鄙视