首页 热点资讯 义务教育 高等教育 出国留学 考研考公

怎么样删除C盘的无用文件

发布网友 发布时间:2022-02-25 15:02

我来回答

3个回答

热心网友 时间:2022-02-25 16:32

@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完成!
echo. & pause

热心网友 时间:2022-02-25 17:50

删一些软件
其余除非你有备份
否则乱动是非常危险的(我深有体会,网上都说一些文件可以删除,到头来还得重装)

不要学我哦

热心网友 时间:2022-02-25 19:24

不是有清理C盘的么

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