Search code examples
windowsbatch-filecmdtruecrypt

How to determine whether a drive is TrueCrypt mounted?


Is it possible, in a Windows batch file, to test if a certain drive letter was mounted by TrueCrypt?


Solution

  • I think this is not possible. You could get much information with wmic logicaldisk but nothing will indicate that Truecrypt assigned the drive letter.