xp系统安装后

来源:百度知道 编辑:UC知道 时间:2024/06/03 21:18:56
XP安装完成后,装了一个Office2003,再更新补丁,完成后系统用了5G,怎么回事,好像安装完没这么大的吧
问题是我想把文件Ghost备份出来刻到光盘里保存,太大了无法刻进光盘,我在想是不是有哪里可以删除掉,例如我更新补丁时有没有补丁之类的文件是安装完就不需要的

正常的,补丁和office的程序备份 应该就有1g多 系统安装要占2-3g C盘下系统虚拟内存pagefile.sys多半又有1g
不担心 5g的系统正常的 。
要是你还觉得大的话可以如下操作:

C:\Documents and Settings\用户名\Local Settings\Temp
建个TXT文件 把下面的代码 放进去
在修改后缀 改成 .BAT

@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%\*.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\*.*"
del /f