Remove Chromium Edge from Windows 10

To remove Edge browser when it’s not possible from add/remove programs:

  1. Browse to “C:\Program Files (x86)\Microsoft\Edge\Application”
  2. There should be a folder with a numerical name (the current version of Edge installed) such as “88.0.705.63.” Open that folder.
  3. Find and open the “Installer” folder.
  4. While in this folder, click the “File” tab in the upper-left of the File Explorer window, then go to:
    File > Open Windows PowerShell > Open Windows PowerShell as administrator.
  5. Type:
    .\setup.exe -uninstall -system-level -verbose-logging -force-uninstall
    into PowerShell and press Enter to run the command and let it run.