diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-06 09:50:17 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-06 09:53:07 +0100 |
commit | 2da115ffb4dd5e4d63394d48adbf19624db30ea2 (patch) | |
tree | b7a7e321d7876354d7b19bed2051655dd3afe586 /doc/html/Release Notes.html | |
parent | c51a209879107a0331c293087122e1c6e884b32d (diff) | |
download | VeraCrypt-2da115ffb4dd5e4d63394d48adbf19624db30ea2.tar.gz VeraCrypt-2da115ffb4dd5e4d63394d48adbf19624db30ea2.zip |
Update Release Notes and add signed Windows driver.
Diffstat (limited to 'doc/html/Release Notes.html')
-rw-r--r-- | doc/html/Release Notes.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index a86d1dac..aaa8dead 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -52,6 +52,12 @@ <li>Set minimum support for MSI installation to Windows 7.</li> <li>Fix failure to create Traveler Disk when VeraCrypt is installed using MSI.</li> <li>Fix double-clicking mounted drive in VeraCrypt UI not working in some special Windows configurations.</li> +<li>Add registry key to fix BSOD during shutdown/reboot on some machines when using system encryption. +<ul> +<li>Under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\veracrypt", create a REG_DWORD value named "VeraCryptEraseKeysShutdown".</li> +<li>Setting this registry value to 0 disables erasing system encryption keys which is the cause of BSOD during shutdown on some machines.</li> +</ul> +</li> </ul> </li> <li><strong>Linux:</strong> |