mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
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.
This commit is contained in:
@@ -334,5 +334,6 @@ typedef struct
|
||||
#define TC_DRIVER_CONFIG_CACHE_BOOT_PASSWORD_FOR_SYS_FAVORITES 0x2
|
||||
#define TC_DRIVER_CONFIG_DISABLE_NONADMIN_SYS_FAVORITES_ACCESS 0x4
|
||||
#define TC_DRIVER_CONFIG_DISABLE_HARDWARE_ENCRYPTION 0x8
|
||||
#define TC_DRIVER_CONFIG_ENABLE_EXTENDED_IOCTL 0x10
|
||||
|
||||
#endif /* _WIN32 */
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user