各位大哥,我的电脑刚开始运行速度还可以,为什么久了就很慢

来源:百度知道 编辑:UC知道 时间:2024/05/16 13:19:13
我的电脑系统刚装,是电脑公司的7.0XP版的768的内存,80GCPU2.26怎么会这样.请各位大哥教教小弟是怎么回事!谢谢!
我也优化过了!什么毒也搞过了!就是没过一个小时就很慢了

那是因为你电脑里面垃圾文件太多了!
哥哥我教你做个一键删除垃圾文件的工具,不用20秒,让你的电脑急速如飞!
先建一个文本文档,把下面的代码复制进去:

@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完成!