谁动了我的磁盘空间?

来源:百度知道 编辑:UC知道 时间:2024/06/18 22:44:03
家里电脑出现了奇怪的问题,还望高人指点:我的C盘属性中显示磁盘空间占用9.56GB,可我全选(Ctrl+A,且显示所有隐藏文件和文件夹)此根目录下的所有文件和文件夹后察看属性,却显示一共6.50GB,有哪位高人见过这种情况,到底出了什么问题,应该怎么办,恳请指点~
感谢M奔跑的火光,大概清除了100多MB的LJ,可是解决的不是我说的这个问题,不过还是很感谢;
ligang560852先生,对不起,我没有在我的电脑属性里发现系统备份这一项,我又的是winXP SP2;
shywm 先生,虽说有虚拟内存和系统分页文件,但会占用3GB多的空间吗?

你是不是XP系统
可能是开了系统还原。
点我的电脑属性-系统还原-在所有驱动上关闭还原即可
但这样你就无法恢复系统,中毒或系统坏了的时候只能重装或使用你用软件作的备份
另外系统配额也要占空间

还有系统文件夹没显示出来吧

打开[开始]-[程序]-[附件]-[记事本]
然后复制以下内容

@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 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 &qu