求救!!为什么C盘很快就没内存了?

来源:百度知道 编辑:UC知道 时间:2024/09/21 22:47:36
刚装完VISTA系统,c盘总共是19.5G,装完之后剩余空间是11.2G可用,我装了一些应用程序,可是程序都是装在G盘的,没有在c盘啊,结果现在不一会儿c盘就警告内存不足了,只剩下594M了,怎么回事啊???

零碎的文件太多
也可能是中病毒了

http://www.vista123.com/ 用VISTA优化大师试试

budong

是不是吧页面文件设到C盘了?

有可能是中病毒,也有可能是垃圾文件太多,你可以试试这个,新建文本文档,然后再粘贴如下代码
@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\*.*“