From 683b36002d68e617b7545335d8054f6ba6e44ca8 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:27:46 +0100 Subject: [PATCH] Add missing parameter switch declaration for `DisableStartRecommended` --- Get.ps1 | 1 + Win11Debloat.ps1 | 1 + 2 files changed, 2 insertions(+) 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,