We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In version 1.2 and all previous releases was ability to encrypt system drive with key file and no password
but starting with 1.3 it become unavailable
The text was updated successfully, but these errors were encountered:
But I can encrypt system partition with password and after that change password to key file with no password
Sorry, something went wrong.
according to this code in prc_wizard_encrypt.c:
EnableWindow( GetDlgItem( hwnd, IDC_USE_KEYFILES), boot_device ? FALSE : TRUE );
this was done intentionally and not a bug. But why?
I got no answer on my issue #83 (the same as yours, but less technical details) till now. Thanks for workaround, I'll try it.
No branches or pull requests
In version 1.2 and all previous releases was ability to encrypt system drive with key file and no password
but starting with 1.3 it become unavailable
The text was updated successfully, but these errors were encountered: