为什么电脑总是反映慢

来源:百度知道 编辑:UC知道 时间:2024/05/18 00:16:14

第一系统垃圾文件太多,启动项文件多,把没用的优化一下;第二就是你的电脑中病毒了,用杀毒软件杀毒;祝你好运

优化一下,不行在升级配置

给你一个系统垃圾清理
@echo off
echo .............................................................
echo Clearing the trash, waiting ......
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%\recycled\*.*
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 ..............