Table of Contents
The windows application is a simple application with one main form of fixed size and an about box. An illustration of the window as well as an explanation of their functionality is below:

Some of the categories on the legend have a lighter and darker color on them. The lighter colors represent files below the file size threshold, and the darker colors represent files above the threshold if one is set. The cyan color represents space temporarily allocated by system.
Note that files excluded from the defragmentation process will never be shown in red here. They will be shown in blue instead of that or in green if they are system (locked) files. Excluded files will also never be shown in red cell of the status bar.
Check this box if you wish to automatically shut down the PC after a job. Note that your system and hardware configurations must support shutdown and power off, otherwise Windows may reboot your PC or even do quite nothing. So, test this mode before using it at regular basis.
Instead of the system shutdown you may specify the hibernation. Click button to open the Configurator. Click button inside a section and set hibernate_instead_of_shutdown = 1 as described below. Note that your system must support hibernation and it must be turned on. Otherwise Windows will display a message box containing brief error description and system will not be switched to hibernation mode.
To configure UltraDefrag push button on the main GUI window. This action opens the UltraDefrag GUI Configurator:

Configurator's window contains three sections:
Note that you must specify paths in filters with double back slashes instead of the single. Par example:
ex_filter = "MyDocs\\Music\\mp3\\Red_Hot_Chili_Peppers"
Here is the complete example of the script:
-- UltraDefrag GUI options in_filter = "windows" ex_filter = "temp;tmp" sizelimit = "25M" fragments_threshold = 2 refresh_interval = 100 time_limit = "20m" disable_reports = 0 dbgprint_level = "PARANOID" -- set this parameter to 1 if you prefer to hibernate system -- after a job instead of shutting them down, otherwise set it to 0 hibernate_instead_of_shutdown = 1
Also UltraDefrag GUI Configurator can be launched from the Start menu. Use shortcut.