Skip to content
New issue

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

Disable BitLocker's automatic device encryption by default #184

Open
Kichura opened this issue May 10, 2024 · 1 comment
Open

Disable BitLocker's automatic device encryption by default #184

Kichura opened this issue May 10, 2024 · 1 comment

Comments

@Kichura
Copy link

Kichura commented May 10, 2024

When installing Windows 11's latest 24H2 build, The device encryption is automatically set to enabled upon installing and while this can be good for specific security scenarios - In reality, this can in turn cause problems in how users might handle the recovery key or lose access to their Microsoft account as both can prove fatal if the PC was ever encrypted with this feature. (but also causes other problems along the way such as PC being too old to support it)

To prevent this feature from being automatically enabled, Add the following script line to the powershell script while the Windows setup's SYSTEM registry hive is mounted:

& 'reg' 'add' 'HKLM\zSYSTEM\ControlSet001\Control\BitLocker' '/v' 'PreventDeviceEncryption' '/t' 'REG_DWORD' '/d' '1' '/f' >null

@MetzgerGeorg
Copy link

VERY GOOD point!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants