From ea698f3791fb466e677a0613a29e916cf7731756 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Tue, 19 May 2026 20:41:49 +0300 Subject: [PATCH] Added WPFTweaksDisableBitLocker to tweaks.json (#4486) * Added WPFTweaksDisableBitLocker to tweaks.json * Update tweaks.json * Update tweaks.json * Update tweaks.json * Merge branch 'main' into patch-6 --- config/tweaks.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index 4fba640b..fe7cb448 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -607,6 +607,19 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/removeedge" }, + "WPFTweaksDisableBitLocker": { + "Content": "BitLocker - Disable", + "Description": "Disables BitLocker.", + "category": "Essential Tweaks", + "panel": "1", + "InvokeScript": [ + "Disable-BitLocker -MountPoint $Env:SystemDrive" + ], + "UndoScript": [ + "Enable-BitLocker -MountPoint $Env:SystemDrive" + ], + "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/disablebitlocker" + }, "WPFTweaksUTC": { "Content": "Date & Time - Set Time to UTC", "Description": "Essential for computers that are dual booting. Fixes the time sync with Linux systems.",