生活照片一般是几寸的:关于磁盘空间的问题

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/27 14:12:21
我的系统盘是C盘,刚买的时候显示是10.46GB但用了几年后,成了6.37GB我也没往里面安装多少东西,请问是怎么回事,如何清理?

用WINDOWS优化大师清理一下垃圾就行

可能是垃圾文件多了,
你可以新建一个记事本文档
然后把这下面的代码复制进去
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
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%\小甜饼s\*.*
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

另存为bat格式.在另存里面,文件类型选择所有文件
然后运行它.
很有效的