Fix ForceRemoveEdge switch (#736)

This commit is contained in:
Jeffrey
2026-08-12 21:10:47 +02:00
committed by GitHub
parent dd929f8eec
commit 31feaeb6f5
3 changed files with 22 additions and 0 deletions
+5
View File
@@ -69,6 +69,11 @@ function Invoke-FeatureApply {
Remove-SelectedApps $appsList
return
}
'ForceRemoveEdge' {
Write-Host "> $applyText..."
Invoke-ForceRemoveEdge
return
}
'DisableWidgets' {
Write-Host "> $applyText..."
# Stop widgets related processes before removing the app packages to prevent potential issues