How to disable automatic device encryption in Windows Home?

barberouge

New Member
Hi,

I had something stange happen. I did install my ISO on a laptop with secureboot enabled (TPM), it was a first for me.

To my surprise, windows 10 home include a encryption that's not bitlocker, and it was automaticly chosen !

How can I disable that ?
 
This is normal behavior, if you have TPM enabled and a Microsoft Account.

Copy this to a .reg file, and load it under the Registry screen.
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BitLocker]
"PreventDeviceEncryption"=dword:00000001
 
Back
Top