Update WPFToggleStartMenuRecommendations (#3805)

This commit is contained in:
Gabi 2025-12-15 18:16:19 +02:00 committed by GitHub
parent 4bd25e62e1
commit 95d8660b3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {