究竟是什么吞噬了我的C盘空间

来源:百度知道 编辑:UC知道 时间:2024/06/08 01:40:58
以前C盘空间变小时用优化大师清理一下垃圾文件便可以重新获得几百M的空间。现在眼看我的C盘空间只剩下180多M,即使用优化大师清理也只无济于事。请电脑高手帮忙分析究竟是什么吞噬了C盘空间?

附上最大的几个文件夹体积:
c:\documents and settings\ -----816M
c:\program files\ -------------------1.62G
C:\windows\ ------------------------6.39G ←看样子问题出现在这里,如何给这个系统减肥呢?

整个C盘分区有9G空间。

如果没猜错的话应该是虚拟内存占用了C盘空间
按以下操作
我的电脑——属性——高级——设置——高级——更改
然后把C盘的虚拟内存移到D盘吧

把下面代码复制到记事本了,另存为clean.bat文件,之后双击运行,就可以清理无用文件了 ,我天天运行一次,不用装什么优化大师软件了
-------------------------------------------------------

@echo off
echo cleaning....... please wait......
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 Settin