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

电脑用久了总是会产生很多垃圾 , 于是我们就得进行清理 , 清理的方法有很多种 , 其中一种是利用系统垃圾清理代码 , 不过很多用户不知道WinXP怎么使用系统垃圾清理代码 , 为此小编赶紧整理了以下文章内容 。
方法/步骤:
1、在桌面新建一个记事本(文本文档) 。

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

文章插图
2、打开记事本输入以下代码:
01@echo off02echo 正在清除系统垃圾文件 , 请稍等.....03del /f /s /q %systemdrive%*.tmp04del /f /s /q %systemdrive%*._mp05del /f /s /q %systemdrive%*.log06del /f /s /q %systemdrive%*.gid07del /f /s /q %systemdrive%*.chk08del /f /s /q %systemdrive%*.old09del /f /s /q %systemdrive%recycled*.*10del /f /s /q %windir%*.bak11del /f /s /q %windir%prefetch*.* rd /s /q %windir%temp & md %windir%temp12del /f /q \userprofile%cookies*.* del /f /q \userprofile%recent*.*13del /f /s /q “\userprofile%Local SettingsTemporary Internet Files*.*”14del /f /s /q “\userprofile%Local SettingsTemp*.*”15del /f /s /q “\userprofile%recent*.*”16echo 清除系统LJ完成!17echo. & pause复制代码@echo offecho 正在清除系统垃圾文件 , 请稍等.....del /f /s /q %systemdrive%*.tmpdel /f /s /q %systemdrive%*._mpdel /f /s /q %systemdrive%*.logdel /f /s /q %systemdrive%*.giddel /f /s /q %systemdrive%*.chkdel /f /s /q %systemdrive%*.olddel /f /s /q %systemdrive%recycled*.*del /f /s /q %windir%*.bakdel /f /s /q %windir%prefetch*.* rd /s /q %windir%temp & md %windir%tempdel /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【WinXP怎么使用系统垃圾清理代码?】
WinXP怎么使用系统垃圾清理代码?

文章插图
3、在点击文件选择(别存为)一个(bat结尾的文件) 。
WinXP怎么使用系统垃圾清理代码?

文章插图
4、保存后的(文件样式) 。
WinXP怎么使用系统垃圾清理代码?

文章插图
5、双击打开它(运行) 。
WinXP怎么使用系统垃圾清理代码?

文章插图
6、清理完毕后出现清楚系统LJ完成就可以关闭了 。
WinXP怎么使用系统垃圾清理代码?

文章插图

    推荐阅读