From 95d8660b3a92d1557be8aeffc6521c63f8fba404 Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:16:19 +0200 Subject: [PATCH] Update WPFToggleStartMenuRecommendations (#3805) --- config/tweaks.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config/tweaks.json b/config/tweaks.json index e01fc174..19a2e8fb 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2660,7 +2660,7 @@ }, "WPFToggleStartMenuRecommendations": { "Content": "Recommendations in Start Menu", - "Description": "If disabled then you will not see recommendations in the Start Menu. | Enables 'iseducationenvironment' | Relogin Required. | WARNING: This will also disable Windows Spotlight on your Lock Screen as a side effect.", + "Description": "If disabled then you will not see recommendations in the Start Menu.", "category": "Customize Preferences", "panel": "2", "Order": "a104_", @@ -2691,6 +2691,16 @@ "Type": "DWord" } ], + "InvokeScript": [ + " + Invoke-WinUtilExplorerUpdate -action \"restart\" + " + ], + "UndoScript": [ + " + Invoke-WinUtilExplorerUpdate -action \"restart\" + " + ], "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/wpftogglestartmenurecommendations" }, "WPFToggleHideSettingsHome": {