Add minimal driver injection

This commit is contained in:
Chris Titus
2026-02-25 13:48:54 -06:00
parent 669ecd9c64
commit cca9bee107
3 changed files with 68 additions and 39 deletions

View File

@@ -534,9 +534,11 @@ $sync["FontScalingApplyButton"].Add_Click({
# ── Win11ISO Tab button handlers ──────────────────────────────────────────────
# Check for an existing working directory each time the Win11ISO tab is opened
$sync["WPFTab5BT"].Add_Click({
Invoke-WinUtilISOCheckExistingWork
$sync["Form"].Dispatcher.BeginInvoke(
[System.Windows.Threading.DispatcherPriority]::Background,
[action]{ Invoke-WinUtilISOCheckExistingWork }
) | Out-Null
})
$sync["WPFWin11ISOBrowseButton"].Add_Click({