mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-08-23 08:02:07 +00:00
Fix ForceRemoveEdge switch (#736)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user