磁盘整理或碎片整理对电脑有影响吗?

来源:百度知道 编辑:UC知道 时间:2024/06/30 16:07:37
磁盘清理或碎片整理对电脑有影响吗?

当然有影响!
如果是磁盘碎片整理,其影响是百利而无一害的!
如果是磁盘清理,那要看你清理的是什么样的文件,一般我们清理时不要清理系统重要的文件格式,比如备份文件格式.gho .img 等等..

整理碎片很费时间,一般我们可以一月整理一次,如果是联网的电脑经常上网,则最佳半月一次。

我给大家一个优化后的清理批处理:
----------------------------------------------------------------------
@echo off
taskkill /f /im explorer.exe
echo.
echo.
@echo ~.~ 下一步:清除系统垃圾!
echo.
echo.
pause
echo.
echo.
@echo ~.~ 请您稍等,系统正在搜索以备清理.....
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
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