Ⅰ xp系统清理垃圾的命令是什么
Windows XP在使用一段时间之后,会产生大量垃圾文件,导致系统速度变慢,系统提示虚拟空间不足,甚至导致系统启动时提示加载文件失败,进不了系统。下面就让我教大家xp清理系统垃圾的命令。
xp清理系统垃圾的命令使用 方法
首先在自己的桌面上新建一个文本文档 右击-新建-文本文档
打开文本文档
将垃圾清理批处理命令复制到文本文档中
@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% ecycled*.*
del /f /s /q %windir%*.bak
del /f /s /q %windir%prefetch*.*
rd /s /q %windir% emp & md %windir% emp
del /f /q %userprofile%Cookies*.*
del /f /q %userprofile% ecent*.*
del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile% ecent*.*"
echo 清除系统垃圾完成!
echo. & pause
将文件夹的后缀显示出来
将文本的txt后缀改成bat
双击打开 文件
等待自动清理完毕!
xp系统清理垃圾的命令是什么相关 文章 :
1. 删除系统垃圾的命令是什么
2. 怎么用命令来清理系统垃圾
3. 怎么用dos命令系统清理垃圾
4. XP系统怎么彻底清理系统垃圾
5. 怎么用cmd命令清理系统垃圾
6. XP系统怎样快速清理系统的垃圾文件
Ⅱ 电脑清理垃圾运行命令代码 电脑清理垃圾
1、windows xp 的清理垃圾命令:在电脑屏幕的左下角按“开始→程序→附件→记事本”。
2、@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完成!
3、echo. & pause点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat,ok!你的垃圾清除器就这样制作成功了!