From b6e7fb190329cd86069419046077fbd8ae879c53 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Sun, 19 Apr 2026 19:54:34 +0200 Subject: [PATCH] Update tooltip for BitLocker automatic device encryption feature to clarify behavior --- Config/Features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Features.json b/Config/Features.json index ed8a718..5db2739 100644 --- a/Config/Features.json +++ b/Config/Features.json @@ -1042,7 +1042,7 @@ { "FeatureId": "DisableBitlockerAutoEncryption", "Label": "BitLocker automatic device encryption", - "ToolTip": "For devices that support it, Windows 11 automatically enables BitLocker device encryption. Disabling this will turn off automatic encryption of the device, but you can still manually enable BitLocker encryption if desired.", + "ToolTip": "For devices that support it, Windows 11 automatically enables BitLocker device encryption. Disabling this will turn off automatic encryption of the device, but you can still manually enable BitLocker encryption if desired. Drives that are already encrypted with BitLocker will remain encrypted when this setting is applied.", "Category": "System", "Action": "Disable", "RegistryKey": "Disable_Bitlocker_Auto_Encryption.reg",