mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-02-16 23:46:25 +00:00
Add missing switches for Windows Update settings
This commit is contained in:
@@ -924,7 +924,7 @@
|
||||
"MaxVersion": null
|
||||
},
|
||||
{
|
||||
"FeatureId": "PreventAutoReboot",
|
||||
"FeatureId": "PreventUpdateAutoReboot",
|
||||
"Label": "automatic restarts after updates while signed in",
|
||||
"Category": "Windows Update",
|
||||
"Action": "Prevent",
|
||||
|
||||
3
Get.ps1
3
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,
|
||||
|
||||
@@ -27,6 +27,9 @@ param (
|
||||
[switch]$DisableFastStartup,
|
||||
[switch]$DisableBitlockerAutoEncryption,
|
||||
[switch]$DisableModernStandbyNetworking,
|
||||
[switch]$DisableUpdateASAP,
|
||||
[switch]$PreventUpdateAutoReboot,
|
||||
[switch]$DisableDeliveryOptimization,
|
||||
[switch]$DisableBing,
|
||||
[switch]$DisableDesktopSpotlight,
|
||||
[switch]$DisableLockscreenTips,
|
||||
|
||||
Reference in New Issue
Block a user