请帮我看下这个关于磁盘碎片自动整理的脚本。
这样是否能够在NTFS的磁盘下自动整理完所有的分区。
也请高手给些修正优化的建议。
echo 整理的磁盘碎片
start /wait defrag C:
start /wait defrag D:
start /wait defrag E:
start /wait defrag F:
start /wait defrag G:
echo. & pause
这样是否能够在NTFS的磁盘下自动整理完所有的分区。
也请高手给些修正优化的建议。
echo 整理的磁盘碎片
start /wait defrag C:
start /wait defrag D:
start /wait defrag E:
start /wait defrag F:
start /wait defrag G:
echo. & pause
