Scheduled Defragmentation

When some important files are frequently modifying the Windows Task Scheduler can help to automate their defragmentation. Set up scheduled tasks and you'll save a lot of your time.

Examples of commands:

Defragment Firefox cache
udefrag "%APPDATA%\Mozilla*"
Defragment Google Earth cache
udefrag "%APPDATA%\Google\GoogleEarth*"
Defragment small files on all non-removable disks
cmd.exe /C "set UD_SIZELIMIT=100M && udefrag --wait --all-fixed"

Visit ultradefrag.wikispaces.com for tutorials and more examples.


Previous: Console Interface Next: Graphical Interface