fix import (#4447)

* Made -Config use Runspaces main.ps1

* Fix no-UI config autorun

* Skip empty no-UI autorun sections

* Update Invoke-WinUtilAutoRun.ps1

* Ignore blank DNS selection during autorun

* Update main.ps1

* Update Invoke-WPFRunspace.ps1

* Update Invoke-WPFRunspace.ps1

* Update Invoke-WinUtilAutoRun.ps1

* Update Invoke-WinUtilAutoRun.ps1

* Update Invoke-WPFtweaksbutton.ps1

* Update start.ps1

* Update main.ps1

* Update Invoke-WPFtweaksbutton.ps1

* Update Invoke-WPFRunspace.ps1

* Update _index.md

* Merge branch 'ChrisTitusTech:main' into patch-3

* Merge branch 'ChrisTitusTech:main' into patch-3
This commit is contained in:
Gabi
2026-05-12 10:58:46 -07:00
committed by GitHub
parent 6ba184bdeb
commit e6d8fdff75
5 changed files with 25 additions and 47 deletions
@@ -14,6 +14,9 @@ function Invoke-WPFtweaksbutton {
$Tweaks = $sync.selectedTweaks
$dnsProvider = $sync["WPFchangedns"].text
if (-not ($dnsProvider)) {
$dnsProvider = "Default"
}
$restorePointTweak = "WPFTweaksRestorePoint"
$restorePointSelected = $Tweaks -contains $restorePointTweak
$tweaksToRun = @($Tweaks | Where-Object { $_ -ne $restorePointTweak })