急急急!!!答对追加

来源:百度知道 编辑:UC知道 时间:2024/05/15 07:21:51
怎么才可以把电脑速度弄快,需要怎么弄或者下载什么呢?急需要答案,不然电脑就死了哦

下载个优化大师优化一下速度,另外清理一下临时文件。
增大物理内存,在同一时间少开一些程序,……

重装系统。

你的系统垃圾太多,清理下垃圾应该就好些,!
或者重新装系统就会很快了!

@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 清除系统垃圾完成
echo. & pause