机子慢~怎么才能变快

来源:百度知道 编辑:UC知道 时间:2024/05/31 15:25:28
如题,我内存由256换成1G,CPU由1.70换成2.60,显卡由64换成128,可是机子还是卡~~个位高手有什么办法啊?!?!
请各位给多点提示

清理垃圾,参考如下:
======将下列文字复制到记事本,保存为:任意文件名.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\*.*&