清理方法:控制面板 Internet选项里面,删除cookie和IE临时文件即可,强烈建议使用Vista优化大师2.0中的一键清除上网痕迹功能,尤其实在备份系统前最好删除的干干净净 。
6、系统还原,System Volume Information文件夹:
System Volume Information 文件夹,中文名称可以翻译为“系统卷标信息 。这个文件夹里就存储着系统还原的备份信息 。
“系统还原是Windows 操作系统最实用的功能之一,它采用“快照的方式记录下系统在特定时间的状态信息,也就是所谓的“还原点,然后在需要的时候根据这些信息加以还原 。还原点分为两种:一种是系统自动创建的,包括系统检查点和安装还原点;另一种是用户自己根据需要创建的,也叫手动还原点 。随着用户使用系统时间的增加,还原点会越来越多,导致硬盘空间越来越少,最后还要被警告“磁盘空间不足 。;它也是系统盘中最容易占用空间的一个文件,时间一长,这个文件大小可达4G,甚至更大!
7、SP1或者自动升级的补丁包产生的系统文件新的备份
建议这个就不用动了,留着吧最好 。
8、Windows Vista 系统日志和事件日志
一般在Windows文件夹的System32文件夹下面的 LogFiles 文件夹里面,直接删除也ok的
二、C盘空间垃圾自动清除,扩大C盘空间
在两个月前,曾经给大家提供过一个删除系统垃圾的批处理文件:
@echo off
echo Vista123.com正在帮您清除系统垃圾文件,请稍等......
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 SettingsTemporary Internet Files*.*"
del /f /s /q "\userprofile%Local SettingsTemp*.*"
del /f /s /q "\userprofile%recent*.*"
echo Vista123.com报告:清除系统垃圾完成!
echo. & pause
大家可以把上面的这些代码保存成一个 cleantemp.bat,直接运行即可 。
推荐阅读
- 瘦身纯净版Vista系统盘封装办法
- 为什么香油有香味?
- 四川的名山是什么
- 让 Vista 插上MAC OS的绚丽翅膀
- 巧妙修改 实现Win Vista自动登录
- 实现Vista自动登录的具体操作步骤
- Windows Vista销量突破1.5亿份
- 妙用Vista离开模式让通宵下载实现节能
- 蓝牙耳机为什么一个响一个不响
- Vista自带语音工具可以听到标准的英语
