怎样使自己的电脑运行快点

来源:百度知道 编辑:UC知道 时间:2024/05/30 10:12:44
我的电脑5年了,现在干什么都很卡

重新安装系统,可以大幅度提高运行速度。
因为系统存在大量的垃圾,建一个批处理文件“qclj.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\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统LJ完成!
echo. & pause

换台新的,现在的机子便宜

加内存