请电脑高手给看看

来源:百度知道 编辑:UC知道 时间:2024/06/20 20:39:51
请电脑高手给看看:我的电脑内存是248MB的,2.80GHZ差吗?
要不要换内存,上网的时候太慢了。怎么回事?谢谢了!

它算低配置的,如今的内存一半要求1G以上,也就是1024MB以上。你上网的速度慢原因有多种,一就是你使用的网络本身就慢,另外,你电脑内存低,在上网时没有足够的内存用来运行I E浏览器,建议加内存条,或者换个较高配置的电脑

清理垃圾文件用这个
桌面上建个文本文档
把下面内容复制进去
后缀改为 .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%\*.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\*.*"