Login

Administrationsbereich.

Bitte Passwort eingeben.

!!! JavaScript und Cookies müssen aktiviert sein !!!
User (optional):

Password:


JKDefragGUI

Gui for Jkdefrag

version 0.2.3 (32bit) and version 0.2.4 (64BIT) 

This program is a GUI for the Opensource Defrag program JKDEFRAG

This program released under the GNU General Public License

Download 0.2.3 incl jkdefrag 3.36 (32bit)(The GUI required .NET 2.0 or higher) works under Vista)

Download the 64bit version 0.2.4 incl jkdefrag 3.36
Required .net 2.0 or higher

Works under XP with all SP, Vista - SP1 and Windows 7 (Tested)

Download the source


OLD version 0.1.4

Download the current version incl jkdefrag 3.16 (The GUI required .NET 2.0) works under Vista

Source code version 0.1.4 

You found a bug or you have improvements for this GUI write it here
Or write me an e-mail

 


 

Or you can use the powerfully batch file:  Copy the following in a batch analyze.bat in the jkdefrag folder. Call this batch.

@echo off
Echo Last full defragment.
if exist last_defrag.log type last_defrag.log
if not exist last_defrag.log Echo NONE.
Echo.
Echo current date: %date%
Echo to analyze
JkDefrag.exe  -a 1 -q
notepad JkDefrag.log
:fragen
set /P X= (D)aily oder (F)ull defragment (E)nd?
if /I "%X%"=="D" goto :daily
if /I "%X%"=="F" goto :nein
if /I "%X%"=="A" goto :end_of_disk
if /I "%X%"=="E" goto :ende
goto fragen
:end_of_disk
Echo Analyze defragment and mov to end of Disk
Echo Take a little while.
JkDefrag.exe -a 6 -q
goto ende
:daily
Echo Daily
JkDefrag.exe
goto ende
:nein
Echo Full defragment.
Echo Take a little while.
echo %date% >last_defrag.log
JkDefrag.exe -a 4 -q
:ende
del JkDefrag.log

nach oben