Skip to content

💡 Feature: Disable BitLocker auto-encrypting C: drive #15

@nickelberg

Description

@nickelberg

Feature Description

In the newest Windows 11 builds, the OS drive is automatically encrypted even if a local user account is used.
Running this command resolves the problem:
reg add HKLM\SYSTEM\CurrentControlSet\Control\BitLocker /v PreventDeviceEncryption /d 1 /t REG_DWORD /f
However, in my case, the drive was already encrypted when I ran the command above.
Running manage-bde -status showed me:

Size:                 126,25 GB
BitLocker Version:    2.0
Conversion Status:    Used Space Only Encrypted
Percentage Encrypted: 100,0%
Encryption Method:    XTS-AES 128
Protection Status:    Protection Off
Lock Status:          Unlocked
Identification Field: Unknown
Key Protectors:       None Found`

Running manage-bde -off C: fixed the problem, and after about three minutes the C: drive was fully decrypted :)

TL;DR - My feature request:

  • Offer a tweak which can disable auto OS encryption
  • Offer automatic decryption if the script detects that the C: drive was previously encrypted automatically

Screenshots

No response

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions