Jump to content

JkDefrag

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Dexbot (talk | contribs) at 09:25, 25 October 2016 (Bot: Using official website template). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

JkDefrag
Original author(s)Jeroen Kessels
Stable release
3.36.0.2 / August 31, 2008; 15 years ago (2008-08-31)
Written inMicrosoft Visual C++ 2005
Operating systemWindows 2000
Windows Server 2003
Windows XP
Windows XP x64 Edition
Windows Vista
TypeDefragmentation program
LicenseGNU GPL
Websitewww.kessels.com/JkDefrag/

JkDefrag is a free open source disk defragmenting utility computer program for Windows. It was developed by Jeroen Kessels beginning in 2004[1] and is released under the GNU General Public License. The "Jk" part of the utility name is taken from the developer's name, Jeroen Kessels. In 2008, from version 4, much changed from previous versions; JkDefrag was renamed MyDefrag by its developer, and JkDefrag was discontinued, although still available. MyDefrag is closed source freeware.

Operation

JkDefrag has many options. If run without options it groups files into 3 zones with the intention of optimizing speed:

  1. Directories and system files
  2. Regular files
  3. Large files referred to as "space hogs" in the documentation

Files outside their zone are moved to their zone. Directories are perhaps the most accessed data on disk, so zone 1 is placed at the beginning of the drive. After the directories comes a free space area, then zone 2 with regular files, another free area, and then zone 3 with "space hogs", which are large files, archives, recycle bin contents, service pack files, and other infrequently accessed data.[2]

JkDefrag characteristics:

  • Both command-line & graphical executable programs, about 500k bytes total size;
  • Automated operation;
  • A range of command line interface options, allowing for scheduled defragmentation with administrator scripts;
  • No need for installation; runs with default options by opening JkDefrag.exe;
  • Screensaver defragmentation, with the option to run another screensaver when done;
  • Source code (Microsoft Visual C++ 2005) available;
  • A DLL library (for use in programming) licensed using the LGPL;
  • Support for 64-bit versions of Windows XP and Vista with native x64 binaries;
  • Documentation available on the web site.

JkDefrag runs on the Windows 2000/XP/2003/Vista Operating Systems, and defragments both FAT and NTFS filesystems. It uses the standard Windows defragmentation API. User support was provided through web-based forums.

Related software

There are several graphical user interface utilities designed to work with JkDefrag:

  • JKDefrag Option GUI by Emiel Wieldraaijer includes support for 26 languages, and has support for BartPE and U3 implementations.[3] It was also nominated "Repair Tool of the Week" in TechNibble in August 2007.[4]
  • JkDefragGUI by Markus Hörl is portable, includes support for 10(+30) languages, and there is a setup version.
  • ScanDefrag supports JkDefrag and allows it to run during Windows startup.

The only other Windows-based defrag program with a GNU GPL is UltraDefrag.

See also

Notes

  1. ^ Information obtained from product release notes: history.txt file
  2. ^ Kessels, Jeroen. "JkDefrag v3.36".
  3. ^ Kurdi, Samer (31 July 2007). "JkDefrag GUI". Software Genius.
  4. ^ Whitty, Bryce (7 August 2007). "Repair Tool of the Week: JkDefrag GUI". Technibble.

References

External links