Update Invoke-WPFButton.ps1

This commit is contained in:
Gabi
2026-06-21 08:48:12 -07:00
committed by GitHub
parent 450f02444b
commit d6304b20da
+1 -1
View File
@@ -80,7 +80,7 @@ function Invoke-WPFButton {
} }
} }
"WPFRemoveSelectedAppx" { "WPFRemoveSelectedAppx" {
Get-Process -Name *widget*, *game*, dllhost | Stop-Process -Force Get-Process -Name *widget*, *game*, dllhost -ErrorAction SilentlyContinue | Stop-Process -Force
Invoke-WPFAppxRemoval Invoke-WPFAppxRemoval
} }
"WPFCloseButton" {$sync.Form.Close(); Write-Host "Bye bye!"} "WPFCloseButton" {$sync.Form.Close(); Write-Host "Bye bye!"}