首 页 行业资讯 新车 试驾评测 养车用车 车型库

怎样把C盘没用的文件清理干净,把C盘空出来

发布网友 发布时间: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

找个什么优化软件清理一下
比如:超级兔子 优化大师 之类的

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com