Tech information that you never knew… Now at your fingertips
Posts tagged win xp
Defragment Your System Files (Pagefile and Registry) in Windows XP
Apr 10th
In the pursuit for performance, making sure your drive isn’t fragmented is a regular task. The problem is that Windows XP doesn’t allow certain system files to be defragmented without commercial software. What about free solutions?
There’s a utility called PageDefrag from Sysinternals (Microsoft) that lets you do one single task, and it does it well. It runs as a boot-time process that defragments the system files before they are locked by XP.
Defragment Your System Files
When you open up the application, you’ll see a list of the system files and the number of fragments each file is in. Select the “Defragment at next boot” option, or you could even choose to defragment at every boot, although I wouldn’t necessarily recommend that.
When you reboot, you’ll be prompted by PageDefrag to hit a key if you don’t want to defragment now.
If you didn’t abort the defrag, you’ll now see the defragment in process. More >
Defrag Multiple Hard Drives At Once In Windows
Apr 10th
The Disk Defragment utility in Windows XP does not include a way to defragment all hard drives at the same time, which is inconvienient when you have more than one hard drive in your computer. The method we are going to use is by creating a batch file to defragment all of the drives, one after the other. The disk defrag utility in Windows XP can be triggered 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

