1

How can you uninstall Microsoft Edge Chromium on Windows 10?

This will happen, if you ask a good question... look below.

ecerer
  • 21

2 Answers2

2

With the current version of Windows 10 (V20H2):

Internet Explorer is gone (kept only for compatibility with badly behaved apps)

Legacy Edge is gone (replaced by Chromium Edge). I have not seen it in use on any of my Windows 10 V20H2 and beyond computers.

Chromium Edge is the only Microsoft browser that Windows 10 has.

It is used in browser based apps Microsoft uses.

So there is no way you can completely uninstall Chromium Edge.

You can only designate a substitute default browser for web work.

0

PowerShell (Line by line)

CD "C:\Program Files (x86)\Microsoft\Edge\Application"
CD *\Installer
.\setup.exe -uninstall -system-level -verbose-logging -force-uninstall

CMD (Copy all & Paste only once)

PowerShell
CD "C:\Program Files (x86)\Microsoft\Edge\Application"
CD *\Installer
.\setup.exe -uninstall -system-level -verbose-logging -force-uninstall

A scripted way is open!

ecerer
  • 21