I'm migrating from TC to VeraCrypt.
I'm using a script to mount some volumes.
I'm on Win 10 x64 and using the portable version of VeraCrypt 1.23 Hotfix 2 to mount volumes which are laying around on an NTFS partition.
Here's the command line:
"C:\path\VeraCrypt-x64.exe" /q UAC /cache n /history n /mountoption rm /quit /nowaitdlg /volume "C:\path\volumeFile" /letter Z /keyfile "C:\path\keyFile"
However, I still get the little dialog "Enter password for ..." displayed. http://prntscr.com/lyybk6
The cursor is autofocused in the password field.
In this dialog, everything is setup properly: my key file is selected, the removable media is checked, etc.
I just have to click on "OK" and it works.
The same command line (except for the /nowaitdlg) works fine with TrueCrypt, this dialog was not shown.
😕
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm migrating from TC to VeraCrypt.
I'm using a script to mount some volumes.
I'm on Win 10 x64 and using the portable version of VeraCrypt 1.23 Hotfix 2 to mount volumes which are laying around on an NTFS partition.
Here's the command line:
"C:\path\VeraCrypt-x64.exe" /q UAC /cache n /history n /mountoption rm /quit /nowaitdlg /volume "C:\path\volumeFile" /letter Z /keyfile "C:\path\keyFile"
However, I still get the little dialog "Enter password for ..." displayed.
http://prntscr.com/lyybk6
The cursor is autofocused in the password field.
In this dialog, everything is setup properly: my key file is selected, the removable media is checked, etc.
I just have to click on "OK" and it works.
The same command line (except for the /nowaitdlg) works fine with TrueCrypt, this dialog was not shown.