mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-10 15:13:52 -05:00
Switch to PreferChocolatey Checkbox
This commit is contained in:
@ -30,7 +30,9 @@ function Invoke-WPFRunspace {
|
||||
|
||||
# Add Scriptblock and Arguments to runspace
|
||||
$script:powershell.AddScript($ScriptBlock)
|
||||
$script:powershell.AddArgument($ArgumentList)
|
||||
foreach ($Argument in $ArgumentList) {
|
||||
$script:powershell.AddArgument($Argument)
|
||||
}
|
||||
$script:powershell.AddArgument($DebugPreference) # Pass DebugPreference to the script block
|
||||
$script:powershell.RunspacePool = $sync.runspace
|
||||
|
||||
|
Reference in New Issue
Block a user