From c2938f933972066960b82b97b96b928b352617f5 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Fri, 28 Jun 2024 14:46:59 +0000 Subject: [PATCH] Compile Winutil --- winutil.ps1 | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/winutil.ps1 b/winutil.ps1 index 560cc4b4..c26878ca 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -8462,6 +8462,7 @@ $sync.configs.feature = '{ $sync.configs.preset = '{ "Standard": [ "WPFTweaksAH", + "WPFTweaksConsumerFeatures", "WPFTweaksDVR", "WPFTweaksHiber", "WPFTweaksHome", @@ -8477,6 +8478,7 @@ $sync.configs.preset = '{ "WPFTweaksTeredo" ], "Minimal": [ + "WPFTweaksConsumerFeatures", "WPFTweaksHome", "WPFTweaksServices", "WPFTweaksTele" @@ -10161,6 +10163,22 @@ $sync.configs.tweaks = '{ } ] }, + "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.", @@ -10319,13 +10337,6 @@ $sync.configs.tweaks = '{ "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", @@ -13561,6 +13572,7 @@ $inputXML = ' +