From c2ea6975520acfe187aa67600fba3f96a6fda3c3 Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Thu, 9 Jul 2026 22:01:33 +0200 Subject: [PATCH] Hide irrelevant Settings home page settings in Windows 10 --- Config/Features.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config/Features.json b/Config/Features.json index e3aa155..f5e05fb 100644 --- a/Config/Features.json +++ b/Config/Features.json @@ -680,7 +680,7 @@ "UndoLabel": "Show Microsoft 365 Copilot ads in Settings Home", "ApplyUndoText": "Enabling Microsoft 365 Copilot ads in Settings Home", "RegistryUndoKey": "Enable_Settings_365_Ads.reg", - "MinVersion": null, + "MinVersion": 22000, "MaxVersion": null }, { @@ -693,7 +693,7 @@ "UndoLabel": "Show Settings 'Home' page", "ApplyUndoText": "Enabling the Settings Home page", "RegistryUndoKey": "Enable_Settings_Home.reg", - "MinVersion": null, + "MinVersion": 22000, "MaxVersion": null }, {