mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 06:38:31 +00:00
Add minimal driver injection
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user