How to Defrag Multiple Hard Drives At Once In Windows Xp
As you would know its a pain in the ass when it comes to defraging all hard drives at the same time in Windows XP, as the Disk Defragment utility in Windows Xp doesn’t have any option to defrag all the drives at once.
But a simple batch file trick can get over this problem and defragment all of the drives, one after the other.
The disk defrag utility in Windows XP can be called from the command line with the following syntax:
Windows Disk Defragmenter Copyright (c) 2001 Microsoft Corp. and Executive Software International, Inc. Usage: defrag <volume> [-a] [-f] [-v] [-?] volume drive letter or mount point (d: or d:volmountpoint) -a Analyze only -f Force defragmentation even if free space is low -v Verbose output -? Display this help text
To make Windows defrag all the drive at once we need to create file named defrag.bat (you can have any name for this doesn’t matters if its iloveu.bat) . Now for each hard drive, assign a line to the batch file. For instance, if we want to defragment drives C: , D: , F: and G: we will add these three lines:
defrag c: -f
defrag d: -f
defrag f: -f
defrag g: -f
Now to defrag at once, just either double-click on the batch file or start it from the command line.
I find the same problem with Win2k and it denies creating multiple instances of defragmentor
Great Guide!!.. Thumbs Up ;)
I recently was trying to Defrag multiple hard drive partitions…
did it worked or not.
Nice that it worked out…
A better Defrag is Powerdefrag from sysinternals
(google for it) very little Ram consuming so
you can run it anytime you want. For the “mutiple part”
of this advice : i suppose it’s possible.