Monday 26 February 2024

Microsoft Edge: Uninstall command

Microsoft Edge installed but entry missing from Installed apps or Programs and Features.

To uninstall Microsoft Edge via command line:

  1. Open a PowerShell Administrator or Terminal (Admin) window.
  2. Browse to the installation directory:
    Set-Location C:\Program Files (x86)\Microsoft\Edge\Application\<Version Number>\Installer
  3. Run the following command:
    setup.exe -uninstall -system-level -verbose-logging -force-uninstall
     

No comments:

Post a Comment