mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-10 01:51:18 +10:00
Update Invoke-WPFButton.ps1
This commit is contained in:
@@ -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!"}
|
||||||
|
|||||||
Reference in New Issue
Block a user