主页 > 数码科技 > 台式机 > 正文

怎样清除系统垃圾 清除系统垃圾方法(2)

[作者:ukurlq]
2013-08-05 17:39

  另外,我们也可以编写一个批处理文件,用来对指定的目录和文件类型进行定向清理。

  右击“桌面”,选择“新建”→“文件文件”,然后在文件中输入如图所示的内容:

  新建一个记事本,在里面粘贴以下内容

  @echo off

  echo 正在清除系统垃圾文件,请稍等--------------

  del /f /s /q %windir%\prefetch\*.*

  rd /s /q %windir%\temp & md %windir%\temp

  del /f /q %userprofile%\cookies\*.*

  del /f /q %userprofile%\recent\*.*

  del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"

  del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

  del /f /s /q "%userprofile%\recent\*.*"

  del /f /s /q %systemdrive%\*.tmp

  del /f /s /q %systemdrive%\*._mp

  del /f /s /q %systemdrive%\*.log

  del /f /s /q %systemdrive%\*.gid

  del /f /s /q %systemdrive%\*.chk

  del /f /s /q %systemdrive%\*.old

  del /f /s /q %systemdrive%\recycled\*.*

  del /f /s /q %windir%\*.bak

  echo 清除系统垃圾文件完成------------------------

  echo. & pause

猜你喜欢

编辑推荐

相关内容

推荐阅读

加载中...
没有更多了
X