XP自动更新开着不久C盘就满了

来源:百度知道 编辑:UC知道 时间:2024/09/19 16:48:25

正常现象,用一些工具,例如优化大师,超级兔子清理一下。网上有很多的XP系统更新包。用那个也比较方便!

首先要确定是不是由于安全更新导致的
因为系统盘异常爆满的原因有很多 不一定是由Windows Update造成的
再有 C盘预留的空间不能太少 否则爆满很正常 推荐保留15GB或者更多
最后 建议使用磁盘管理中的清除碎片的功能对磁盘进行定时的整理 或者使用Windows优化大师、魔法兔子等第三方软件进行处理
谢谢

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