我的电脑运行速度变慢了,动不动容易未响应,教个办法,谢

来源:百度知道 编辑:UC知道 时间:2024/06/19 19:12:01
我的电脑去年这个时候买的,已经一年了,E2160,1G,320G,128M独显,现在发现跑起来越来越慢了,有时候程序动不动就未响应重开,开机也越来越慢了。打游戏时常卡,IE开个新网页CPU蹦老高。怎么办哩???背景:硬盘用了一半,程序装了4,5十个,内存一般在700-800M,已经装了windows 优化大师,能用么?或者大虾推荐些办法。。谢了。

电脑用久了以后,当我们上网浏览网页,或是打文件,都用有一些留底文件,这样就使得电脑的运行速度有所减慢,所以我们一般都要过一段时间就该给电脑"洗个澡".建议你用优化大师崱除里面的垃圾文件及注册表资料,在关闭硬盘还原,在作一下磁盘清理和磁盘重组就行了

新建一个记事本 把下面的填里面

@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%\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