From b2be290be2955e5e76bc6448e049b66bcb08c573 Mon Sep 17 00:00:00 2001 From: Martin Wiethan <47688561+Marterich@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:46:35 +0200 Subject: [PATCH] DisableConsumerFeatures Tweak (#2187) * Compile Winutil * Remove ConsumerFeatures from Disable Telemetry and move it to seperate tweak * Update winutil.ps1 --------- Co-authored-by: Marterich --- config/preset.json | 2 ++ config/tweaks.json | 23 ++++++++++++++++------- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/config/preset.json b/config/preset.json index d0640ce4..f19742d0 100644 --- a/config/preset.json +++ b/config/preset.json @@ -1,6 +1,7 @@ { "Standard": [ "WPFTweaksAH", + "WPFTweaksConsumerFeatures", "WPFTweaksDVR", "WPFTweaksHiber", "WPFTweaksHome", @@ -16,6 +17,7 @@ "WPFTweaksTeredo" ], "Minimal": [ + "WPFTweaksConsumerFeatures", "WPFTweaksHome", "WPFTweaksServices", "WPFTweaksTele" diff --git a/config/tweaks.json b/config/tweaks.json index 7fa10608..e15fb8b6 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1580,6 +1580,22 @@ } ] }, + "WPFTweaksConsumerFeatures":{ + "Content": "Disable ConsumerFeatures", + "Description": "Windows 10 will not automatically install any games, third-party apps, or application links from the Windows Store for the signed-in user. Some default Apps will be inaccessible (eg. Phone Link)", + "category": "Essential Tweaks", + "panel": "1", + "Order": "a003_", + "registry": [ + { + "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CloudContent", + "OriginalValue": "0", + "Name": "DisableWindowsConsumerFeatures", + "Value": "1", + "Type": "DWord" + } + ] + }, "WPFTweaksTele": { "Content": "Disable Telemetry", "Description": "Disables Microsoft Telemetry. Note: This will lock many Edge Browser settings. Microsoft spies heavily on you when using the Edge browser.", @@ -1738,13 +1754,6 @@ "Value": "0", "Type": "DWord" }, - { - "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CloudContent", - "OriginalValue": "0", - "Name": "DisableWindowsConsumerFeatures", - "Value": "1", - "Type": "DWord" - }, { "Path": "HKCU:\\SOFTWARE\\Microsoft\\Siuf\\Rules", "OriginalValue": "0",