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