发布网友 发布时间:2022-04-23 00:59
共4个回答
热心网友 时间:2023-09-24 17:53
@echo off
pause
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 清理系统垃圾完成!
exit
新建个TXT 文本,然后把后缀改成bat 就行了!
热心网友 时间:2023-09-24 17:53
那是不可能的。只要系统在运行,肯定会有垃圾文件或者缓存文件在C盘的。
热心网友 时间:2023-09-24 17:54
右键点C盘,属性,磁盘清理,全选所有垃圾,然后点确定。
热心网友 时间:2023-09-24 17:54
找个什么优化软件清理一下
比如:超级兔子 优化大师 之类的