UltraDefrag 3.0.0
32-Bitکد:http://downloads.sourceforge.net/ultradefrag/ultradefrag-3.0.0.bin.i386.exe
64-Bitکد:http://downloads.sourceforge.net/ultradefrag/ultradefrag-3.0.0.bin.amd64.exe
Printable View
UltraDefrag 3.0.0
32-Bitکد:http://downloads.sourceforge.net/ultradefrag/ultradefrag-3.0.0.bin.i386.exe
64-Bitکد:http://downloads.sourceforge.net/ultradefrag/ultradefrag-3.0.0.bin.amd64.exe
Changes in UltraDefrag 3.2.0 (2009-09-29):
- Ultra Fast NTFS scanning feature was added, NTFS analysis becomes approximately 25 times faster now
- defragmentaion of additional streams attached to NTFS files was added
- information about trash (temporary files) excluded from reports, statistics and cluster map; these files are completely ignored now
- a lot of new options were added to the console program
- the \??\ sequence removed from file names in reports
- Thai translation was made
- some important parts of handbook were completely rewritten
- Scheduler was rewritten in C language; NET framework is not required now!
- ability to translate Scheduler into foreign languages was added
- GUI options were moved from udefrag-gui.cmd script to easy to understand guiopts.lua file
- debugging information will not be saved on disk since this version of the program; read carefully an appropriate chapter of program's handbook for detailed instructions about kernel mode driver debugging instead
- few fatal driver bugs were fixed
- driver's reliability was increased
- now UltraDefrag requires less software for its development
- FOR PROGRAMMERS: build configurator was rewritten in Lua
- NOTE FOR PROGRAMMERS: to successfully recompile the driver run configure.pl script and click 'Apply patch to MinGW' button once again
کد:http://downloads.sourceforge.net/ultradefrag/ultradefrag-3.2.0.bin.i386.exe
UltraDefrag 3.2.1
32-Bit
64-Bitکد:http://downloads.sourceforge.net/ultradefrag/ultradefrag-3.2.1.bin.i386.exe
کد:http://downloads.sourceforge.net/ultradefrag/ultradefrag-3.2.1.bin.amd64.exe
UltraDefrag 4.0
32Bit
64-Bitکد:http://sourceforge.net/projects/ultradefrag/files/ultradefrag/ultradefrag-4.0.0/ultradefrag-4.0.0.bin.i386.exe/download
کد:http://downloads.sourceforge.net/ultradefrag/ultradefrag-4.0.0.bin.amd64.exe
UltraDefrag 4.3.0 (x86/x64) (+Portable) | 1.37 Mb
کد:http://www.fileserve.com/file/2ydctV8
http://rapidshare.com/files/393434995/UltraDefrag_4.3.0.rar.html
UltraDefrag 4.4.0 - Final
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:http://citylan.dl.sourceforge.net/project/ultradefrag/ultradefrag/ultradefrag-4.4.0/ultradefrag-4.4.0.bin.i386.exe
کد:Changes in UltraDefrag Version 4.4.0 2010-09-24:
- history of typed commands added to the boot time interactive mode; navigation is possible by arrow keys, 'history' command can be used to list all typed commands
- call, man and type commands added to the boot time shell
- echo, exit, pause and set commands of the boot time shell improved
- clearing of the failed boot flag added for reboot and shutdown at boot time
- pending boot-off boot time script command support added, this removes the limitation of boot-on/off not working before reboot/shutdown
- interactive mode at boot time now displays help split into pages
- escape key handling added to break the boot time script execution
- boot time commands parsing was rewritten to increase reliability and flexibility of the boot time shell
- corrected cluttered progress display if console output was redirected
- optimized timeout for waiting for a keyboard event in boot time interface
- FAT formatted volumes are displayed in GUI now as FAT12/FAT16/FAT32 instead of less informative FAT/FAT32
- winx_heap_alloc replaced by winx_heap_alloc_ex to allow specifying flags
- winx_heap_alloc_zero added to allow allocating memory initialized with zero
- winx_ftw, winx_scan_disk, winx_fsize, winx_kb_read, winx_xtime, winx_prompt_ex, winx_get_file_contents, winx_release_file_contents, winx_wcsistr, winx_print_array_of_strings, winx_get_volume_information, calls were added to zenwinx library
- winx_fbopen call added to zenwinx library for buffered file i/o support
- obsolete winx_get_volume_size and winx_get_filesystem_name calls were removed from zenwinx library; use more common winx_get_volume_information instead
- one little bug in winx_kbhit, winx_breakhit functions was fixed
- udefrag_get_vollist and udefrag_release_vollist calls were added to udefrag library; an obsolete udefrag_get_avail_volumes was removed
- partial defragmentation was added to decrease number of fragments even when there is no free space on disk to hold all fragments of the file together
- volume optimization algorithm was improved to prevent useless additional optimization passes
- one little bug preventing optimization from being stopped was fixed in driver
- volume optimization algorithm was improved to prevent skipping heavily fragmented parts of the processed volume
- progress is now added to the GUI window caption, so it is displayed in the tool-tip of the task-bar icon
- cryptic single character progress label was replaced by the localized operation names
- file system type detection was rewritten to be more reliable and detect UDF-formatted volumes properly
- fixed a problem where the case of the names of the help pages launched from the configuration dialog did not match
- fixed a problem, where .lua files would get executed instead of edited, if "Lua for Windows" was installed
- 10 seconds delay is skipped on boot time scan, if only one keyboard is present
- added language selector to the GUI package
- Hindi translation was added
- the following translations were updated: Croatian, Danish, Dutch, French, Greek, Polish, Russian, Serbian, Swedish, Turkish, Portuguese, Chinese (Traditional)
UltraDefrag 5.0.0 Beta 2
کد:http://space.dl.sourceforge.net/project/ultradefrag/latest-release-candidates/ultradefrag-5.0.0-beta2/ultradefrag-5.0.0-beta2.bin.i386.exe
کد:Changes in UltraDefrag Version 5.0.0 beta2, 2010-12-:
- UD_LOG_FILE_PATH environment variable added to force save of debugging information to a log file. Intended for use in boot time interface and batch scripts. For the GUI a setting was introduced, which is equivalent to setting this variable.
- boot time interface startup logging added; the program saves log files in %windir%\UltraDefrag\logs folder
- a bug preventing the boot time defragmenter from being turned off fixed
- the following translations were added: Indonesian
- the following translations were updated: Spanish(ES), Czech, Belarusian, Ukrainian, Chinese(Traditional)
- Developers: winx_strdup, winx_vsprintf, winx_sprintf, winx_enable_dbg_log, winx_disable_dbg_log, winx_get_module_filename, winx_path_remove_filename, winx_path_remove_extension, winx_path_extract_filename, winx_create_path, winx_init_spin_lock, winx_acquire_spin_lock, winx_release_spin_lock, winx_destroy_spin_lock functions added to zenwinx library
- udefrag_set_log_file_path function added to udefrag library
UltraDefrag 5.0.0 Beta 3
Changes in UltraDefrag 5.0.0 beta 3, 2011-07-26 :
- volume optimization reimplemented
- quick volume optimization implemented
- the cluster map now indicates unused map blocks with gray color
- one bug preventing a proper redraw of defragmented files was fixed
- few bugs causing infinite loops in defragmentation algorithm were fixed
- one bug preventing MFT defragmentation was fixed
- one bug preventing reports containing Asian characters in file names from being built was fixed
- one bug preventing defragmentation in some cases on Windows NT 4.0 and Windows 2000 was fixed
- the documentation was updated to include better information about taking screen-shots and creating support packages on the bug reports page
- tree-view to select chapters was added to documentation and the default doxygen color theme is now used
- the following translations were added: English (GB), Iloko
- the following translations were updated: Korean, Turkish, Slovak, English (US), Hindi, Romanian, Filipino (Tagalog), Catalan, Spanish (ES), Greek, Chinese (Simplified), Polish, Swedish, Italian, Finnish, Chinese (Traditional), German, Hungarian, Danish
- hexview command added to the boot time shell
- udefrag_start_job prototype changed by adding algorithm preview flags
کد:http://citylan.dl.sourceforge.net/project/ultradefrag/latest-release-candidates/ultradefrag-5.0.0-beta3/ultradefrag-5.0.0-beta3.bin.i386.exe
UltraDefrag 5.00 RC1 ML | 3.05 Mb
کد:http://vip-file.com/downloadlib/20730614318013312342198-97014.91f6a915104984d2904f5e5203f8/UltraDefrag_5.00_RC1.rar.html
http://letitbit.net/download/97014.91f6a915104984d2904f5e5203f8/UltraDefrag_5.00_RC1.rar.html
UltraDefrag 5.0.0 32-bit
کد:http://www.filehippo.com/download_ultradefrag_32