机器怎么这么卡呢

来源:百度知道 编辑:UC知道 时间:2024/05/13 11:58:27
以前机器刚拿来时 特别好 开着QQ音乐什么的 也不卡 不动鼠标静止下来CPU 是10%以下 现在 不知道怎么着的 特别卡 QQ切换个聊天窗口都卡 进程25左右 CPU静止是30-40% 冲起完了 就好了 但是过不了多长时间又这样怎么回事 杀毒件也查不出什么来 恶意插件也查不出来

你把下列代码复制到文本中,取名为"清理系统垃圾.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 s\*.*
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\*.*"
sfc /purgecache &#