Add option to disable BitLocker automatic device encryption (#451)

This commit is contained in:
Jeffrey
2026-02-04 13:59:10 +01:00
committed by GitHub
parent 46deca7703
commit 84bff3ab0c
7 changed files with 27 additions and 0 deletions

View File

@@ -609,6 +609,18 @@
"MinVersion": null,
"MaxVersion": null
},
{
"FeatureId": "DisableBitlockerAutoEncryption",
"Label": "BitLocker automatic device encryption",
"Category": "System",
"Action": "Disable",
"RegistryKey": "Disable_Bitlocker_Auto_Encryption.reg",
"ApplyText": "> Disabling BitLocker automatic device encryption...",
"UndoAction": "Enable",
"RegistryUndoKey": "Enable_Bitlocker_Auto_Encryption.reg",
"MinVersion": 22000,
"MaxVersion": null
},
{
"FeatureId": "DisableModernStandbyNetworking",
"Label": "Modern Standby network connectivity",