怎样用DOS命令 清理系统垃圾

把代码留下 谢谢
2024年11月22日 09:02
有5个网友回答
网友(1):

其实可以编辑批处理文件来清理系统垃圾的。
@echo off
color 1b
title 清理系统垃圾工具V1.0
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\*.*"
cls
echo 系统垃圾清理完成。
用txt文档复制一下,然后把扩展名改成.bat 运行就可以了

网友(2):

新建一个文档 把下面的代码复制进去 , 保存为 XXXX(名字任意).bat(这个扩展名最重要)

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\*.*"

网友(3):

清理系统垃圾用电脑管家就很便捷。腾讯电脑管家管括漏洞修复、系统清理、电脑加速、软件管理、电脑诊所、工具箱,主要用来维护电脑正常、顺利、快捷、方便的运行,也就是保障电脑以最好的状态保持工作。
电脑垃圾文件比较多,内存满导致电脑速度变慢。这样就可以对电脑进行一次大清理,删掉一些没有用的软件程序,然后再进行杀毒。这种方法相对来说比较简单,最好是用腾讯电脑管家清理下电脑垃圾。节省电脑内存,使电脑运行更流畅

网友(4):

网友(5):