Update wording around DisableWidgets feature #302

To clarify this feature also disables widgets on the lockscreen.
This commit is contained in:
Raphire
2025-09-07 19:13:51 +02:00
parent c3de7803ae
commit 75f71972b3
7 changed files with 7 additions and 7 deletions

View File

@@ -1190,8 +1190,8 @@ function DisplayCustomModeOptions {
Write-Output ""
if ($( Read-Host -Prompt " Disable the widgets service and hide the icon from the taskbar? (y/n)" ) -eq 'y') {
AddParameter 'DisableWidgets' 'Disable the widget service & hide the widget (news and interests) icon from the taskbar'
if ($( Read-Host -Prompt " Disable the widgets service to remove widgets on the taskbar & lockscreen? (y/n)" ) -eq 'y') {
AddParameter 'DisableWidgets' 'Disable widgets on the taskbar & lockscreen'
}
# Only show this options for Windows users running build 22621 or earlier
@@ -1799,7 +1799,7 @@ switch ($script:Params.Keys) {
continue
}
{$_ -in "HideWidgets", "DisableWidgets"} {
RegImport "> Disabling the widget service and hiding the widget icon from the taskbar..." "Disable_Widgets_Taskbar.reg"
RegImport "> Disabling widgets on the taskbar & lockscreen..." "Disable_Widgets_Service.reg"
# Also remove the app package for Widgets
$appsList = 'Microsoft.StartExperiencesApp'