为什么我的C盘没装什么却用了8G多

来源:百度知道 编辑:UC知道 时间:2024/06/15 10:29:48
我的C盘有14G只装了系统文件,但我现在查看却用了8G多,这是怎么一会事啊

打开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 "%user