我C盘上的容量变得很小,我的硬盘是80G的,C盘只有程序和杀毒软件,如何解决?谢谢

来源:百度知道 编辑:UC知道 时间:2024/06/17 07:56:50

C盘总共多少空间?

检查是什么占用太多空间!是否是缓存文件!可用下面的批处理文件清理!用记事本保存为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 "%userprofile%\recent\*.*"
echo 清除系统yuese完成!
echo. & pause

如果C盘空间太了,可以用PQ移动点分区给C盘!

打开隐藏文件