首页 怎么 c盘满了怎么清理内存 cmd off c盘满了怎么清理内存 cmd off 2026-03-26 01:07:57 怎么 2846次阅读 安仲智 2025-07-05 14:31:25 C盘满了,先清理临时文件: cd /d %temp% del /f /q /s .tmp rd /s /q %temp%再清理系统缓存: cd /d %windir%\System32\Tasks del /f /q /s .tmp最后检查磁盘碎片: chkdsk c: /f重启系统后运行清理。
安仲智 2025-07-05 14:31:25 C盘满了,先清理临时文件: cd /d %temp% del /f /q /s .tmp rd /s /q %temp%再清理系统缓存: cd /d %windir%\System32\Tasks del /f /q /s .tmp最后检查磁盘碎片: chkdsk c: /f重启系统后运行清理。