From 7cbe6b71e50b535d40336385600139cf2f8524ba Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 23 Aug 2018 20:57:00 +0200 Subject: =?UTF-8?q?Windows:=20implement=20a=20driver=20configuration=20opt?= =?UTF-8?q?ion=20to=20explicitly=20allow=20defragmenting=20non-syst=C3=A8m?= =?UTF-8?q?e=20disques=20by=20Windows=20built-in=20defragmenter=20tool.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Common/Apidrvr.h | 1 + src/Common/Language.xml | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'src/Common') diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h index 1230fc43..2c436bf9 100644 --- a/src/Common/Apidrvr.h +++ b/src/Common/Apidrvr.h @@ -412,5 +412,6 @@ typedef struct #define TC_DRIVER_CONFIG_CACHE_BOOT_PIM 0x40 #define VC_DRIVER_CONFIG_ALLOW_NONSYS_TRIM 0x80 #define VC_DRIVER_CONFIG_BLOCK_SYS_TRIM 0x100 +#define VC_DRIVER_CONFIG_ALLOW_WINDOWS_DEFRAG 0x200 #endif /* _WIN32 */ diff --git a/src/Common/Language.xml b/src/Common/Language.xml index 9c0e4fae..88b5e0fd 100644 --- a/src/Common/Language.xml +++ b/src/Common/Language.xml @@ -1421,10 +1421,12 @@ Block TRIM command on system partition/drive ERROR: Windows EFI system loader could not be located on the disk. Operation will be aborted. It is currently not possible to encrypt a system if SecureBoot is enabled and if VeraCrypt custom keys are not loaded into the machine firmware. SecureBoot needs to be disabled in the BIOS configuration in order to allow system encryption to proceed. - Pasted text truncated because the password maximum length is 64 characters - Password already reached its maximum length of 64 characters.\nNo additional character is allowed. - Select the language to use during the installation: + Pasted text truncated because the password maximum length is 64 characters + Password already reached its maximum length of 64 characters.\nNo additional character is allowed. + Select the language to use during the installation: ERROR: The size of the file container is larger than the available free space on disk. + Allow Windows Disk Defragmenter to defragment non-system partition/drive + WARNING: Defragmenting non-system partitions/drives may leak metadata about their content or cause issues with hidden volumes they may contain.\n\nContinue? -- cgit v1.2.3