To obtain the latest version of the program please visit the project's download page.
- Note
- You must be an administrator to install and run UltraDefrag.
You must have a 64-bit version of Windows to run the 64-bit versions of the program. The IA-64 version was never tested by the authors. It requires the Intel Itanium processor and an appropriate 64-bit edition of Windows.
There are two different types of packages available for download:
- Full-featured installer
- It installs all of the program features, but requires installation therefore cannot be used directly from USB sticks.
The installer allows installing the UltraDefrag Micro Edition too, which is a lightweight version of the program containing only the command line tool and the boot time defragmenter. It is intended to be used from the console only.
- Portable package
- Download it, unpack it and use without an installation. Copy it on an USB stick and you will be able to use UltraDefrag everywhere by simply running it from there.
- Note
- The boot time defragmenter is missing from the portable packages, but all other features are included. You can find more information about portable applications here.
To expand usage statistics gathering by the website UltraDefrag sends also requests to the Google Analytics service during startup. It takes no negative effect on security - many thousands of websites around the world use the same service to gather basic statistics of use. However, the UltraDefrag usage tracking can be turned off during an installation.
Silent Installation
UltraDefrag can be installed in silent mode by adding the /S switch to the installer's command line at the command prompt. In this case no dialogs will be shown and the program will be installed to the hard drive completely with all the features enabled.
- Note
- For easier debugging of installation problems a log file will be created when an error is encontered. The log file is located in the temporary folder of the executing user: %TMP%\UltraDefrag_Install.log
The following additional command line switches are supported:
- /LANG
- Select the language to be installed. For example, use /LANG="German" to install the German language pack.
Valid language names can be found at the Translation Wiki
- /FULL=1
- Install the full edition, which includes all components and icons.
- /MICRO=1
- Install the micro edition, which includes only the core components and the shell extension.
- /ICONS=(0|1)
- Install or remove all shortcut icons. Example: /ICONS=0 removes all icons.
- /BOOT=(0|1)
- Install or remove the boot components. Example: /BOOT=1 installs the boot components.
- /CONSOLE=(0|1)
- Install or remove the console components. Example: /CONSOLE=1 installs the console components.
- /GUI=(0|1)
- Install or remove the GUI components. Example: /GUI=1 installs the GUI components.
- /HELP=(0|1)
- Install or remove the documentation. Example: /HELP=0 removes the documentation.
- /SHELLEXTENSION=(0|1)
- Install or remove the Explorer context menu handler. Example: /SHELLEXTENSION=0 removes the Explorer context menu handler.
Installing the context menu handler forces the console interface it depends on to be installed.
- /STARTMENUICON=(0|1)
- Install or remove the start menu icon. Example: /STARTMENUICON=1 installs the start menu icon.
Installing the start menu icon forces the GUI interface it depends on to be installed.
- /DESKTOPICON=(0|1)
- Install or remove the desktop icon. Example: /DESKTOPICON=0 removes the desktop icon.
Installing the desktop icon forces the GUI interface it depends on to be installed.
- /QUICKLAUNCHICON=(0|1)
- Install or remove the quick launch icon. Example: /QUICKLAUNCHICON=1 installs the quick launch icon.
Installing the quick launch icon forces the GUI interface it depends on to be installed.
- /DISABLE_USAGE_TRACKING=(0|1)
- Enable or disable tracking the usage of UltraDefrag. Example: /DISABLE_USAGE_TRACKING=1 disables usage tracking.
Usage tracking is done by accessing a simple text file on the UltraDefrag home page.
- /D={Install Location}
- This sets the installation folder for UltraDefrag. Example: /D=C:\Program Files\UltraDefrag.
It must be the last parameter used in the command line and must not contain any quotes, even if the path contains spaces.
Only absolute paths are supported. The destination folder must be empty or contain a previous UltraDefrag installation.
Example command line to silently install the full edition in "Burmese (Padauk)" with only the start menu icon:
ultradefrag.bin.i386.exe /S /LANG="Burmese (Padauk)" /FULL=1 /ICONS=0 /STARTMENUICON=1 /D=C:\Program Files\UltraDefrag
To check the result of the command line switches omit the /S switch, which opens the interactive installer and allows checking the selections on the component page.
There is also a silent mode for the uninstaller program. At the command prompt type:
%UD_INSTALL_DIR%\uninstall.exe /S
to automatically remove the program from the hard drive without any graphical dialogs.