WinXP怎么使用系统垃圾清理代码_教程一览

  电脑用久了总是会产生很多垃圾,于是我们就得进行清理,清理的方法有很多种,其中一种是利用系统垃圾清理代码,不过很多用户不知道WinXP怎么使用系统垃圾清理代码,为此o5c小编…

  电脑用久了总是会产生很多垃圾,于是我们就得进行清理,清理的方法有很多种,其中一种是利用系统垃圾清理代码,不过很多用户不知道WinXP怎么使用系统垃圾清理代码,为此o5c小编赶紧整理了以下文章内容。

  方法/步骤:

  1、在桌面新建一个记事本(文本文档)。

WinXP怎么使用系统垃圾清理代码?

  2、打开记事本输入以下代码:

  1. 01  @echo off
  2. 02  echo 正在清除系统垃圾文件,请稍等.....
  3. 03  del /f /s /q %systemdrive%\*.tmp
  4. 04  del /f /s /q %systemdrive%\*._mp
  5. 05  del /f /s /q %systemdrive%\*.log
  6. 06  del /f /s /q %systemdrive%\*.gid
  7. 07  del /f /s /q %systemdrive%\*.chk
  8. 08  del /f /s /q %systemdrive%\*.old
  9. 09  del /f /s /q %systemdrive%\recycled\*.*
  10. 10  del /f /s /q %windir%\*.bak
  11. 11  del /f /s /q %windir%\prefetch\*.* rd /s /q %windir%\temp & md %windir%\temp
  12. 12  del /f /q %userprofile%\cookies\*.* del /f /q %userprofile%\recent\*.*
  13. 13  del /f /s /q “%userprofile%\Local Settings\Temporary Internet Files\*.*”
  14. 14  del /f /s /q “%userprofile%\Local Settings\Temp\*.*”
  15. 15  del /f /s /q “%userprofile%\recent\*.*”
  16. 16  echo 清除系统LJ完成!
  17. 17  echo. & pause
复制代码   @echo off   echo 正在清除系统垃圾文件,请稍等.....   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   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\*.*”   echo 清除系统LJ完成!   echo. & pause
     注:以上文章内容均来自于投稿,不代表藕池网立场,如若转载请联系原作者。

    关于作者: 学电脑

    藕池网-欢迎个人,自媒体,企业等用户注册后台投稿。

    为您推荐

    发表评论

    电子邮件地址不会被公开。 必填项已用*标注

    评论列表 人参与

    联系我们

    联系我们

    在线咨询: QQ交谈

    邮箱: mahuachuanmei@163.com

    工作时间:周一至周五,9:00-17:30,节假日休息

    关注微信
    微信扫一扫关注我们

    微信扫一扫关注我们

    关注微博
    返回顶部