我的电脑反应很慢,请问除了重做系统,还有什么办法,谢了!

来源:百度知道 编辑:UC知道 时间:2024/06/04 07:54:19

尽量不要重装系统。慢的主要原因之一是C盘太满,建议你把一些除了系统必须的文件之外的文件转移到其它盘上。此外,还需要定期清理硬盘,把不需要的文件清除掉。
可以在程序菜单中的“附件”下的“系统工具”选“磁盘清理”工具来做清理工作。切不可自己去删除文件。

此外,给你一个小工具,对清除系统垃圾十分有效:

@echo off
echo 正在清除系统LJ文件,请稍等......
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\*.*&q