Full Manual Defragmentation Windows Vista
Defragmentation of hard disk under Windows Vista has changed. The defrag utility does not really give you any detailed information about your hard disk. The changes between Windows Vista defrag and XP defrag tool. The default Vista setting is a weekly schedule is more than adequate: too frequent and the constant defragmentation causes additional wear and tear on the hard disk for very little additional gain. You might want to override this default mechanism. To use the command line defrag tool in Windows Vista, you have to run the Command Prompt as an administrator. There are many thought on the importance of the defrag. defragmentation is a process that reduces the amount of fragmentation in file systems. It does this by physically organizing the contents of the disk to store the pieces of each file close together and contiguously. It also attempts to create larger regions of free space using compaction to impede the return of fragmentation. Some defragmenters also try to keep smaller files within a single directory together, as they are often accessed in sequence. The movement of the hard drive’s read/write heads over different areas of the disk when accessing fragmented files is slower, compared to accessing a non fragmented file in sequence, without moving the read/write heads.
To view a file fragmentation analysis of your C: drive, type:
Open a command prompt and type the following command and appropriate switches
defrag c: -a -v
To defragment a particular drive, say C:, type:
Open a command prompt and type the following command and appropriate switches
defrag c: -v -r