导航菜单

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

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

  方法/步骤:

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

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

01  @echo off

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

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

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

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

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

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

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

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

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

11  del /f /s /q %windir%prefetch*.* rd /s /q %windir%temp & md %windir%temp

12  del /f /q %userprofile%cookies*.* del /f /q %userprofile%recent*.*

13  del /f /s /q “%userprofile%Local SettingsTemporary Internet Files*.*”

14  del /f /s /q “%userprofile%Local SettingsTemp*.*”

15  del /f /s /q “%userprofile%recent*.*”

16  echo 清除系统LJ完成!

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 SettingsTemporary Internet Files*.*”   del /f /s /q “%userprofile%Local SettingsTemp*.*”   del /f /s /q “%userprofile%recent*.*”   echo 清除系统LJ完成!   echo. & pause

赞一个 ( ) 打赏本站

如果本文对你有所帮助请打赏本站

  • 打赏方法如下:
  • 支付宝打赏
    支付宝扫描打赏
    微信打赏
    微信扫描打赏

微信扫描、关注最新系统!

纯净版系统二维码