JkDefrag 3.35 - TrueCrypt
well JkDefrag 3.35 is out and i need to upgrade. this release now supports truecrypt drives etc. i'm going to be pretty busy this weekend so if someone possibly has both truecrypt and autoit installed and some free time on their hands maybe you could save me some time by telling me what autoit detects truecrypt drives as. you can use this script
$var = DriveGetDrive( "all" ) If NOT @error Then For $i = 1 to $var[0] MsgBox(4096,"Drive " & $i, $var[$i] & " is " & DriveGetType($var[$i])) Next EndIf
- Read more about JkDefrag 3.35 - TrueCrypt
- 8 comments
- Log in or register to post comments