文章详情页
WinXP怎么使用系统垃圾清理代码?
浏览:102日期:2022-10-14 08:02:57
电脑用久了总是会产生很多垃圾,于是我们就得进行清理,清理的方法有很多种,其中一种是利用系统垃圾清理代码,不过很多用户不知道WinXP怎么使用系统垃圾清理代码,为此小编赶紧整理了以下文章内容。
方法/步骤:
1、在桌面新建一个记事本(文本文档)。
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. & pause3、在点击文件选择(别存为)一个(bat结尾的文件)。
4、保存后的(文件样式)。
5、双击打开它(运行)。
6、清理完毕后出现清楚系统LJ完成就可以关闭了。
以上就是WinXP怎么使用系统垃圾清理代码的教程了,方法很简单,我们只需要创建记事本(文本文档),然后粘贴文章中的代码进去,之后保存成.bat格式,最后运行它即可。
相关文章:
1. 在RedHat虚拟机下单/双引号打不出来如何解决?2. CentOS7默认的快捷键怎么修改设置?3. Centos8界面语言怎么设置? Centos用户界面语言的设置方法4. 如何安装win10和win11双系统?win10和win11双系统安装详细教程5. UOS文档查看器怎么添加书签? UOS添加书签的三种方法6. deepin20时间显示不准确怎么调整? deepin时间校正方法7. Debian11怎么结束进程? Debian杀死进程的技巧8. 录屏怎么保存gif动图? UOS录屏生成Gif动画的技巧9. 统信uos系统怎么管理打印界面和打印队列?10. 关于linux(ubuntu 18.04) 中idea操作数据库失败的问题
排行榜
