关于电脑运行缓慢

来源:百度知道 编辑:UC知道 时间:2024/05/26 18:09:05
我的电脑是台式的戴尔的,很好刚买时开机和运行的速度都很快,但一年了开机可能用1分钟左右,运行时点程序也不如原来可能要几十秒,我经常杀毒没发现病毒,但一年了我从来没整理过程序,听别人说要使用磁盘清理但我不知怎么能,请帮帮忙

电脑使用时间长了是会使运行速度变慢,重装系统吧,另外备份全部有用的文件,把除了系统盘以外的所有盘都格式化。然后再重新使用。 有点麻烦,但是没有办法。

电脑累计的垃圾多了会慢,而且硬盘用久了读取速度也会慢,如果想快点就整理电脑吧,或者重装一下。

开一个记事本。把下面这段代码输进去,然后把格式改为.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\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofi