Add 'Update ADK' checkbox to UI and update related logic for handling ADK installation

This commit is contained in:
rbalsleyMSFT
2025-05-29 10:39:19 -07:00
parent 985285963c
commit 6f336970db
3 changed files with 6 additions and 1 deletions
@@ -328,6 +328,7 @@ function Get-GeneralDefaults {
InstallDrivers = $false
CopyDrivers = $false
CopyPEDrivers = $false
UpdateADK = $true # Added for UpdateADK UI control
}
}