From be32cbe1cf9f242152c3a16262c2fa1c4f9bf663 Mon Sep 17 00:00:00 2001 From: matthewkasiski Date: Fri, 31 Jan 2025 11:54:53 -0800 Subject: [PATCH] add tweak --- config/tweaks.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index 36f80567..045f6f69 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2667,6 +2667,22 @@ ], "link": "https://christitustech.github.io/winutil/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableLMS1" }, + "WPFTweaksDisableWpbtExecution": { + "Content": "Disable Windows Platform Binary Table (WPBT)", + "Description": "If enabled then allows your computer vendor to execute a program each time it boots. It enables computer vendors to force install anti-theft software, software drivers, or a software program conveniently. This could also be a security risk.", + "category": "z__Advanced Tweaks - CAUTION", + "panel": "1", + "Order": "a027_", + "registry": [ + { + "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager", + "Name": "DisableWpbtExecution", + "Value": "1", + "OriginalValue": "", + "Type": "DWord" + } + ] + }, "WPFTweaksRemoveOnedrive": { "Content": "Remove OneDrive", "Description": "Moves OneDrive files to Default Home Folders and Uninstalls it.",