我正在查看defrag.exe的命令行选项以及Windows Server 2012上的“ ScheduledDefrag”任务,但我不理解其中的某些参数。特别是,当我查看时,defrag /?
我看到:
/D Perform traditional defrag (this is the default).
/L Perform retrim on the specified volumes.
“非传统”碎片整理由什么组成?什么是后备?
另外,在计划任务下,命令行为
%windir%\system32\defrag.exe -c -h -k -$
我看到这-c
意味着“所有卷”, -h
意味着“正常优先级”,-k
意味着“ 平板合并 ”,并且显然,-$
意味着“ 从任务计划程序中调用了defrag.exe ”。
为什么-$
重要?
检查以下博客的解释:blogs.technet.com/b/askcore/archive/2014/02/17/...
—
克里斯托夫叠片