
硬盘
对于几G的硬盘来说跟本不算什么
教你怎么清除C盘的东西吧

电脑
怎么解决呢? 在c盘上点击右键 选择属性 点开属性后 选择磁盘清理 最后你会发现c盘的空间会出处很多来的(如果你不使用系统还原那就把他关闭:进入我的电脑然后右击进入属性,系统还原-在所有驱动器上关闭系统还原) 再有就是如果你是老上网 经常打开网页的话 网页在机子上保存了很多东西 例如:cookies 脱机浏览的东西等等 需要定期清理一下的 选中桌面上的Internet Explorer,点击右键 选择属性 把1 2 3处都点击清理 Internet Explorer的历史记录都被清除了 还有如果你是用网际快车 flashget下载东西的话 更改他的默认下载目录到别的盘即可 他默认是c:\downloads,可以更改到其他分区... 如果还是不行那你C盘的东西就确实太多啦应该移动几个文件到其他分区,如果每用的就删除,不要把重要文件删了就行. 注意:程序不要安装到C盘,另外C盘空间不要划分太小,根据实际情况80G的硬盘,C盘大概需要10G左右。建议你将不必要的启动项删除。也可能是病毒造成吞噬空间的结果,用杀毒软件查一下.
建议自己做个垃圾清理程序。
新建一个文本文挡,将下面的复制过去
@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\*.* del /f /s /q %userprofile%\recent\*.* echo 清除系统LJ完成! echo. & pause
最后另存为.bat文件就可以了.
双击运行
Copyright © 2025 IZhiDa.com All Rights Reserved.
知答 版权所有 粤ICP备2023042255号