Update Invoke-WPFButton.ps1

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