Add option to disable Windows search history, enable Windows Sandbox and enable WSL (#477)

* Add option to disable local Windows search history
* Add option to enable Windows Sandbox and WSL
This commit is contained in:
Jeffrey
2026-02-18 19:00:49 +01:00
committed by GitHub
parent e0e69c0ef5
commit 2c940ff489
8 changed files with 97 additions and 10 deletions

View File

@@ -22,7 +22,10 @@ param (
[switch]$ForceRemoveEdge,
[switch]$DisableDVR,
[switch]$DisableGameBarIntegration,
[switch]$EnableWindowsSandbox,
[switch]$EnableWindowsSubsystemForLinux,
[switch]$DisableTelemetry,
[switch]$DisableSearchHistory,
[switch]$DisableFastStartup,
[switch]$DisableBitlockerAutoEncryption,
[switch]$DisableModernStandbyNetworking,