From 56775af8d7578bfb5fd5d938def23ba32e4e7bb2 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 21 Jan 2020 18:39:29 +0100 Subject: Documentation: Add entries for newly added /protectMemory and /signalExit CLI switches --- doc/chm/VeraCrypt User Guide.chm | Bin 1974167 -> 1974801 bytes doc/html/Command Line Usage.html | 14 ++++++++++++++ 2 files changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm index b47d7596..15c887be 100644 Binary files a/doc/chm/VeraCrypt User Guide.chm and b/doc/chm/VeraCrypt User Guide.chm differ 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 /DisableDeviceUpdate  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. + +/protectMemory  +Activates a mechanism that protects VeraCrypt process memory from being accessed by other non-admin processes. + + +/signalExit  +It must be followed by a parameter specifying the name of the signal to send to unblock a waiting WAITFOR.EXE command when VeraCrypt exists.
+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"
+This switch is ignored if /q is not specified +

VeraCrypt Format.exe (VeraCrypt Volume Creation Wizard):

@@ -267,6 +277,10 @@ It has no parameters and it indicates that no message box or dialog will be disp /FastCreateFile Use a faster but potentially insecure way to create file containers. This applies to both UI and command line. + +/protectMemory  +Activates a mechanism that protects VeraCrypt Format process memory from being accessed by other non-admin processes. +

Syntax

-- cgit v1.2.3