diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-01-21 18:39:29 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-01-22 18:20:03 +0100 |
commit | 56775af8d7578bfb5fd5d938def23ba32e4e7bb2 (patch) | |
tree | 6ff7a1b5e692e72207dfeebf20767475bef0b03b /doc | |
parent | 21aeb4c5dee0de65d5d45b4e6fafbbf63b5f5bc5 (diff) | |
download | VeraCrypt-56775af8d7578bfb5fd5d938def23ba32e4e7bb2.tar.gz VeraCrypt-56775af8d7578bfb5fd5d938def23ba32e4e7bb2.zip |
Documentation: Add entries for newly added /protectMemory and /signalExit CLI switches
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 1974167 -> 1974801 bytes | |||
-rw-r--r-- | doc/html/Command Line Usage.html | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm Binary files differindex b47d7596..15c887be 100644 --- a/doc/chm/VeraCrypt User Guide.chm +++ b/doc/chm/VeraCrypt User Guide.chm diff --git a/doc/html/Command Line Usage.html b/doc/html/Command Line Usage.html index 008bbe2b..91529271 100644 --- a/doc/html/Command Line Usage.html +++ b/doc/html/Command Line Usage.html @@ -180,6 +180,16 @@ Note that turning the password cache off will not clear it (use /w to clear the <td><em>/DisableDeviceUpdate</em> </td> <td>Disables periodic internel check on devices connected to the system that is used for handling favorites identified with VolumeID and replace it with on-demande checks.</td> </tr> +<tr> +<td><em>/protectMemory</em> </td> +<td>Activates a mechanism that protects VeraCrypt process memory from being accessed by other non-admin processes.</td> +</tr> +<tr> +<td><em>/signalExit</em> </td> +<td>It must be followed by a parameter specifying the name of the signal to send to unblock a waiting <a href="https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/waitfor" target="_blank">WAITFOR.EXE</a> command when VeraCrypt exists.<br> +The name of signal must be the same as the one specified to WAITFOR.EXE command (e.g."veracrypt.exe /q /v test.hc /l Z /signal SigName" followed by "waitfor.exe SigName"<br> +This switch is ignored if /q is not specified</td> +</tr> </tbody> </table> <h4>VeraCrypt Format.exe (VeraCrypt Volume Creation Wizard):</h4> @@ -267,6 +277,10 @@ It has no parameters and it indicates that no message box or dialog will be disp <td>/FastCreateFile</td> <td>Use a faster but potentially insecure way to create file containers. This applies to both UI and command line.</td> </tr> +<tr> +<td><em>/protectMemory</em> </td> +<td>Activates a mechanism that protects VeraCrypt Format process memory from being accessed by other non-admin processes.</td> +</tr> </tbody> </table> <h4>Syntax</h4> |