YourDefrag
SVN
|
The defragmenter can keep disk configuration in a configuration file ?:\YourDefrag.cfg. This file has simple INI-file format.
Some fields can be overridden by corresponding command line options. See Command Line Defragmenter Usage for more information.
Mode = <num> | Use allocation mode |
Speed = <num> | Run |
FreeSpace = <num> | Reserve free |
Excludes = <list> | Use semicolon separated |
SpaceHogs = <list> | Use semicolon separated |
Start = <value> | Start defragmenter on current disk. If <value> is set to true or 1 current disk will be processed by defragmenter. If <value> is set to false or 0 current disk will be ignored by defragmenter.Default value is true |
empty file or no file | Runs defragmentation with default settings. |
[YourDefrag] Speed=75 FreeSpace=3 | Runs defragmentation with 3% reserved free space and 75% speed. |
[YourDefrag] SpaceHogs="*.vhd;*.vmdk" | Runs defragmentation using only files |
[YourDefrag] Start=false | Do not defragment this disk. |