为什么我家近期速度很慢?

来源:百度知道 编辑:UC知道 时间:2024/06/08 19:26:32
我家电脑08年6月份刚买的` 内存2046MB的惠普的电脑`32位操作系统`处理器:Intel(R) pentium(R) Dual CPU E2180 @ 2.00GHz 型号 HP Compaq dx2390 microtower 制造商:Hewlett-Packard Company 宽待是电信的..前几天就开始慢的`到现在还没好`到底这么回事?是电脑问题好是款待问题??

网速一般和电脑关系不大 大多都是带宽、线路、路由的问题

恩,有一个方法,应该会有用这个程序是自动清理电脑里的垃圾而不会破坏系统 比很多软件都好哦

打开[开始]-[所有程序]-[附件]-[记事本]
然后复制以下内容

@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 s\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"