电脑运行越来越慢,是中毒了吗?

来源:百度知道 编辑:UC知道 时间:2024/06/11 14:45:08

这个有很多原因的。有可能是你硬盘里装的东西太多了,或者硬盘里的没用的碎片文件太多,使硬盘处理文件的速度降低,导致电脑运行速度变慢。也可能是硬件问题,基本上一台电脑用个三年就会处理速度下降,可能是由于有些硬件老化。还有一种原因就是中了病毒,一些病毒文件会自我快速复制,使硬盘使用率迅速提高,就会导致速度变慢。

不一定。随着你装大量软件,基本上所有电脑都会越用越慢的

你可以试着把下面一段代码复制到一个记事本里,并把它另存为.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 Interne