Add option to disable Storage Sense automatic disk cleanup (#507)

This commit is contained in:
Jeffrey
2026-03-07 20:29:08 +01:00
committed by GitHub
parent 70f8170e81
commit 9afd4ee02e
7 changed files with 33 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ param (
[switch]$DisableFastStartup,
[switch]$DisableBitlockerAutoEncryption,
[switch]$DisableModernStandbyNetworking,
[switch]$DisableStorageSense,
[switch]$DisableUpdateASAP,
[switch]$PreventUpdateAutoReboot,
[switch]$DisableDeliveryOptimization,