电脑运行慢是不是该优化了?

来源:百度知道 编辑:UC知道 时间:2024/05/30 22:40:06
我的电脑启动倒不慢,只是打开网页的时候运行慢,比如视频、FLASH什么的有时候干脆打不开。是不是没有优化的问题呀?网速也不慢呀,玩游戏不卡。是的话怎么进行优化呀,发个能用的优化软件链接和优化方法,谢谢。

第一,删除浏览器中的cookie,如IE浏览器,右上角有工具——Internet选项——删除Cookies
第二,清理垃圾文件

我给你一个清理垃圾文件的工具

@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完成!

复制代码到文本文档,也就是.t