Add missing parameter switch declaration for DisableStartRecommended

This commit is contained in:
Raphire
2025-02-03 21:27:46 +01:00
parent 8e447df38c
commit 683b36002d
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ param (
[switch]$TaskbarAlignLeft,
[switch]$HideSearchTb, [switch]$ShowSearchIconTb, [switch]$ShowSearchLabelTb, [switch]$ShowSearchBoxTb,
[switch]$HideTaskview,
[switch]$DisableStartRecommended,
[switch]$DisableCopilot,
[switch]$DisableRecall,
[switch]$DisableWidgets,

View File

@@ -26,6 +26,7 @@ param (
[switch]$TaskbarAlignLeft,
[switch]$HideSearchTb, [switch]$ShowSearchIconTb, [switch]$ShowSearchLabelTb, [switch]$ShowSearchBoxTb,
[switch]$HideTaskview,
[switch]$DisableStartRecommended,
[switch]$DisableCopilot,
[switch]$DisableRecall,
[switch]$DisableWidgets,