From f614eea4357fbf9049bb83444a23e14705a953a2 Mon Sep 17 00:00:00 2001 From: KamaleiZestri <38802353+KamaleiZestri@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:22:29 -0500 Subject: [PATCH] Add "Disable news and interest" tweak (#3289) --- config/tweaks.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index 02f10f65..8f754eb8 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -128,6 +128,23 @@ ], "link": "https://christitustech.github.io/winutil/dev/tweaks/Essential-Tweaks/Home" }, + "WPFTweaksDisableNews": { + "Content": "Disable News and Interest in Taskbar", + "Description": "Disables the 'News and Interest' taskbar widget.", + "category": "Essential Tweaks", + "panel": "1", + "Order": "a005_", + "registry": [ + { + "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Windows Feeds", + "Name": "EnableFeeds", + "Value": "0", + "OriginalValue": "1", + "Type": "DWord" + } + ], + "link": "https://christitustech.github.io/winutil/dev/tweaks/Essential-Tweaks/DisableNews" + }, "WPFTweaksLoc": { "Content": "Disable Location Tracking", "Description": "Disables Location Tracking...DUH!",