From 450f02444b71213a4ebc31fcaca8fb0c4bc5e797 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Sun, 21 Jun 2026 08:47:12 -0700 Subject: [PATCH] Update Invoke-WPFButton.ps1 --- functions/public/Invoke-WPFButton.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/public/Invoke-WPFButton.ps1 b/functions/public/Invoke-WPFButton.ps1 index 199d7698..7b187cc4 100644 --- a/functions/public/Invoke-WPFButton.ps1 +++ b/functions/public/Invoke-WPFButton.ps1 @@ -80,6 +80,7 @@ function Invoke-WPFButton { } } "WPFRemoveSelectedAppx" { + Get-Process -Name *widget*, *game*, dllhost | Stop-Process -Force Invoke-WPFAppxRemoval } "WPFCloseButton" {$sync.Form.Close(); Write-Host "Bye bye!"}