系统清理没搞明白请狠人指教!

来源:百度知道 编辑:UC知道 时间:2024/05/16 19:39:49
我尝试用 @echo off 来做系统清理了 但是我双机完 怎么没有任何显示呢?而且我等了一会在去C盘 空的文件夹还是存在吖?
我又试了一下 还是不行 就是突然出现了一下清理系统的 然后1 秒就消失了 没像你们所说的echo 正在清除系统垃圾文件,请稍等...... 这些没有.

是不是吧后缀名搞错了,看一下是不是保存为了 a.bat 形式的文件名。

楼主再检查一下,重新保存这个文件夹试试。

可能是杀软,系统盘,软件,插件,或者其他一些没想到的问题。

不行,就用优化大师清理。

慢慢研究这个问题先走~

这个只是批处理的一个不显示操作的命令,达不到清理垃圾的使用的,我给你个吧

@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 "