我的系统好像运行缓慢用什么工具能让我的电脑正常我用的是360和金山都检测不到什么

来源:百度知道 编辑:UC知道 时间:2024/09/22 16:38:23

用windows 优化大师优化下你的系统吧 http://www.wopti.net/chs/

还有可能是你启动项太多

运行 msconfig 把你启动项里边除了你需要的前面的钩都去掉

有个一键清除垃圾文件的命令提示符小程序还不错

做法如下:
将下面的代码复制到文本文档

保存格式为 XXX.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\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files