diff --git a/Get.ps1 b/Get.ps1 index 497bb64..5e83c47 100644 --- a/Get.ps1 +++ b/Get.ps1 @@ -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, diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index 6ec06ee..5bfc5bc 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -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,