就下载 —— 安全下载、无毒手机软件、绿色软件官方下载网站最近更新|下载排行|热门标签|收藏本站

您现在的位置是:就下载 > IT资讯 > 软件教程 > win8系统中如何清除垃圾文件

win8系统中如何清除垃圾文件

时间:2014-10-31 15:47:56 来源: 复制分享

  电脑使用时间久了,往往会常常很多垃圾文件,导致你的系统变慢,磁盘空间变小,本文小编为大家介绍一种快速清除垃圾文件的方法。

  操作步骤

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

win8系统中如何清除垃圾文件

  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

win8系统中如何清除垃圾文件

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

win8系统中如何清除垃圾文件

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

win8系统中如何清除垃圾文件

上一篇:Surface RT怎么创建恢复盘,Surface创建恢复盘方法

本文地址:软件教程 >> http://www.9xz.net/it/ruanjianjiaocheng/31226.html

下一篇:win7怎么卸载打印机

  • 打印
推荐阅读
热门专题
推荐内容
热点内容