Skip to content

he3als/EdgeRemover

Repository files navigation

EdgeRemover banner

A PowerShell script that aims to non-forcefully uninstall or reinstall Microsoft Edge on Windows 10 & 11.


⬇️ Usage

You can use the command below in PowerShell to launch the script. Alternatively, get the latest script from the GitHub releases.

iex(irm https://cdn.jsdelivr.net/gh/he3als/EdgeRemover@main/get.ps1)

Image of the EdgeRemover UI

📜 Implementation in Scripts

Download the script and run Get-Help .\RemoveEdge.ps1 to see its options. You can either use the downloaded file directly with these arguments or put them into the snippet below:

iex (&{$(irm https://cdn.jsdelivr.net/gh/he3als/EdgeRemover@main/get.ps1)} [ARGUMENTS HERE])

🫧 Clearing Edge Blocks

You can use the command below in PowerShell to clear all EdgeUpdate policies, including those that block the reinstallation and update of Edge or WebView.

iex (&{$(irm https://cdn.jsdelivr.net/gh/he3als/EdgeRemover@main/get.ps1)} -ClearUpdateBlocks)

✅ Additional Credits