tips.paddyonline.net

If you need tips & tricks, here they are...

Mount TrueCrypt favorites

Here is a small script to mount one or more TrueCrypt favorites without having to input the password more than once.
It will while the script is running use cache and then when it's done running remove the cache.
All you need to do is to put this inside a bat file and then run the bat file.
(Offcource you have to change filepaths to reflect your own environment.)

@echo off
echo ****************************************
echo *                                      *
echo *    Mounting TrueCrypt volumes        *
echo *                                      *
echo ****************************************
echo Loading favorites
"C:\Program Files\Specials\T\TrueCrypt\TrueCrypt.exe" /q /cache y /auto favorites
"C:\Program Files\Specials\T\TrueCrypt\TrueCrypt.exe" /q /s /wipecache
exit 

Add comment

Security code
Refresh

Please consider supporting our efforts.


We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.