How to Defrag Multiple Hard Drives At Once In Windows Xp

November 5th, 2007
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.

Pranjal




  1. November 6th, 2007 at 14:02 | #1

    I find the same problem with Win2k and it denies creating multiple instances of defragmentor

  2. Th3R1pp3r
    November 6th, 2007 at 20:57 | #2

    Great Guide!!.. Thumbs Up ;)

    I recently was trying to Defrag multiple hard drive partitions…

  3. November 6th, 2007 at 21:09 | #3

    did it worked or not.

  4. November 6th, 2007 at 21:10 | #4

    Nice that it worked out…

  5. dorusone
    November 11th, 2007 at 12:32 | #5

    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.

  1. No trackbacks yet.