我的电脑磁盘碎片整理为何会如此慢什么原因?

2025-03-10 17:30:15
推荐回答(3个)
回答1:

出现磁盘整理碎片慢,1.是你的电脑文件碎片多。2.你的磁盘太小。这个都属于正常范围。不用担心。

回答2:

Windows磁盘碎片整理本来就很慢,是很正常的。

回答3:

Cls
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
"%userprofile%\recent\*.*"
echo
清理系统垃圾文件结束,按任意键返回!
echo.
pause
>nul
goto
start
上面的文字复制到记事本然后另存为后缀名为BAT文件
运行就可以了