allow uninstallation of edge trough install tab (#4716)

* unlock edge uninstall whenever the user trys to uninstall edge trough install tab

* Update Invoke-WPFUnInstall.ps1
This commit is contained in:
Gabi
2026-06-22 12:33:09 -07:00
committed by GitHub
parent 9bfba35788
commit d7cc5981e0

View File

@@ -43,6 +43,10 @@ function Invoke-WPFUnInstall {
$sync.ProcessRunning = $true
Show-WPFInstallAppBusy -text "Uninstalling apps..."
if ($packagesWinget -contains "Microsoft.Edge") {
New-Item -Path "$Env:SystemRoot\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe" -Force
}
# Uninstall all selected programs in new window
if($packagesWinget.Count -gt 0) {
Install-WinUtilProgramWinget -Action Uninstall -Programs $packagesWinget