为什么电脑越来越慢?请问我该怎么办?帮我一次吧!

来源:百度知道 编辑:UC知道 时间:2024/06/05 13:59:34
推荐个软件也好?

每次重装之后都会很快,然后越用越慢....

再也不想重装了...

谢谢了!!^_^

下"超级兔子"清理注册表
忍忍吧,这就是微软

复制以下代码到新建的文档,最后以.bat批处理文件保存就可OK了

@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 s\*.*

del /f /q %userprofile%\recent\*.*

del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"

del /f /s /q "%userprofile%\Local Settings\Temp\*.*"