diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-15 01:26:30 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-16 01:33:14 +0200 |
commit | db80c0234236dc9beff60b4c47b5627dbfb99bd2 (patch) | |
tree | 8f24825c07d13c693fa1ba2e21191673d9807a64 /src/Common/Language.xml | |
parent | 4d7dc3ba25f562bea4be8898f11a97e911c48b99 (diff) | |
download | VeraCrypt-db80c0234236dc9beff60b4c47b5627dbfb99bd2.tar.gz VeraCrypt-db80c0234236dc9beff60b4c47b5627dbfb99bd2.zip |
Windows: Add option to explicitly support extended disk IOCTLs and disable this support by default. This will avoid having issue with software that doesn't handle correctly partial IOCTL_STORAGE_QUERY_PROPERTY support.
Diffstat (limited to 'src/Common/Language.xml')
-rw-r--r-- | src/Common/Language.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/Language.xml b/src/Common/Language.xml index 27d7874e..4a111e84 100644 --- a/src/Common/Language.xml +++ b/src/Common/Language.xml @@ -274,6 +274,8 @@ <control lang="en" key="IDT_CUSTOM_BOOT_LOADER_MESSAGE">Display this custom message in the pre-boot authentication screen (24 characters maximum):</control>
<control lang="en" key="IDT_DEFAULT_MOUNT_OPTIONS">Default Mount Options</control>
<control lang="en" key="IDT_DISMOUNT_ACTION">Hot Key Options</control>
+ <control lang="en" key="IDT_DRIVER_OPTIONS">Driver Configuration</control>
+ <control lang="en" key="IDC_ENABLE_EXTENDED_IOCTL_SUPPORT">Enable extended disk control codes support</control>
<control lang="en" key="IDT_FAVORITE_LABEL">Label of selected favorite volume:</control>
<control lang="en" key="IDT_FILE_SETTINGS">File Settings</control>
<control lang="en" key="IDT_HOTKEY_KEY">Key to assign:</control>
|