diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-28 01:12:56 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-29 00:43:17 +0200 |
commit | 4a7ed6926b276cf88c2485ea2a5e95b7f91e4ac1 (patch) | |
tree | d3049b06c18d12f31c10d503f37113c3c7968ef9 /doc/html | |
parent | 22e19e7acb50ee5fbf9b04aa1af66d74ee8c3bba (diff) | |
download | VeraCrypt-4a7ed6926b276cf88c2485ea2a5e95b7f91e4ac1.tar.gz VeraCrypt-4a7ed6926b276cf88c2485ea2a5e95b7f91e4ac1.zip |
Documentation: Add documentation for newly added /secureDesktop command line switch.
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/Command Line Usage.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/html/Command Line Usage.html b/doc/html/Command Line Usage.html index 544e6d2c..d9318b10 100644 --- a/doc/html/Command Line Usage.html +++ b/doc/html/Command Line Usage.html @@ -106,6 +106,11 @@ if it is followed by <strong>n </strong>or<strong> no</strong>: don't try to mou If it is followed by <strong>n</strong> or <strong>no</strong>: force the display waiting dialog is displayed while performing operations.</td> </tr> <tr> +<td><em>/secureDesktop</em></td> +<td>If it is followed by <strong>y</strong> or <strong>yes</strong> or if no parameter is specified: display password dialog in a dedicated secure desktop to protect against certain types of attacks.<br> +If it is followed by <strong>n</strong> or <strong>no</strong>: the password dialog is displayed in the normal desktop.</td> +</tr> +<tr> <td><em>/tokenlib</em></td> <td>It must be followed by a parameter indicating the PKCS #11 library to use for security tokens and smart cards. (e.g.: /tokenlib c:\pkcs11lib.dll)</td> </tr> |