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