From ea512df429fa21e68e3a29dcec6d3bc389ad4ecc Mon Sep 17 00:00:00 2001 From: Kamalei Zestri <38802353+KamaleiZestri@users.noreply.github.com> Date: Wed, 26 Mar 2025 18:25:32 -0500 Subject: [PATCH] Add "Disable news and interest" tweak --- config/tweaks.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index 27c7f3b5..30e401c7 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!",