diff --git a/Assets/Features.json b/Assets/Features.json index 63b632d..a1b6847 100644 --- a/Assets/Features.json +++ b/Assets/Features.json @@ -924,7 +924,7 @@ "MaxVersion": null }, { - "FeatureId": "PreventAutoReboot", + "FeatureId": "PreventUpdateAutoReboot", "Label": "automatic restarts after updates while signed in", "Category": "Windows Update", "Action": "Prevent", diff --git a/Get.ps1 b/Get.ps1 index dc6897d..1bb5710 100644 --- a/Get.ps1 +++ b/Get.ps1 @@ -25,6 +25,9 @@ param ( [switch]$DisableFastStartup, [switch]$DisableBitlockerAutoEncryption, [switch]$DisableModernStandbyNetworking, + [switch]$DisableUpdateASAP, + [switch]$PreventUpdateAutoReboot, + [switch]$DisableDeliveryOptimization, [switch]$DisableBing, [switch]$DisableDesktopSpotlight, [switch]$DisableLockscreenTips, diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index c2fa285..8db5702 100755 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -27,6 +27,9 @@ param ( [switch]$DisableFastStartup, [switch]$DisableBitlockerAutoEncryption, [switch]$DisableModernStandbyNetworking, + [switch]$DisableUpdateASAP, + [switch]$PreventUpdateAutoReboot, + [switch]$DisableDeliveryOptimization, [switch]$DisableBing, [switch]$DisableDesktopSpotlight, [switch]$DisableLockscreenTips,