cpu_expert said:
I just want to say that I don't know what Microsoft was thinking when they
changed the defrag program. You can't specify a drive, the type of defrag
(quick or intensive), or anything, or even view a progress bar. Anyone
else
feel the same?
Have you actually even looked at the command line options ? (obviously not)
So YES you can specify the drive to be defragged, and yes you can choose
either partial (quick) or full (intensive), plus all the options for verbose
output etc etc
Syntax: defrag <volume> -a [-v]
defrag <volume> [{-r | -w}] [-f] [-v]
defrag -c [{-r | -w}] [-f] [-v]
Parameters:
Value Description
<volume> Specifies the drive letter or mount point path of the volume
to
be defragmented or analyzed.
-c Defragments all volumes on this computer.
-a Performs fragmentation analysis only.
-r Performs partial defragmentation (default). Attempts to
consolidate only fragments smaller than 64 megabytes (MB).
-w Performs full defragmentation. Attempts to consolidate all
file
fragments, regardless of their size.
-f Forces defragmentation of the volume when free space is low.
-v Specifies verbose mode. The defragmentation and analysis
output
is more detailed.
-? Displays this help information.