Remove Microsoft Edge

OnveiligNiet standaard geselecteerd (systeem-app)

Windows' default browser, WARNING: Removing this app also removes the only browser from Windows Sandbox and could affect other apps

App-ID
Microsoft.Edge

Verwijdercommando

Remove Microsoft EdgePowerShell
# Remove Microsoft Edge (Microsoft.Edge)
Get-AppxPackage -Name "Microsoft.Edge" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Microsoft.Edge" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator