PowerShell Script That Correctly Uninstalls / Reinstalls Microsoft Edge On Windows 10 & 11

Xploit Machine

Well-known member
Joined
Nov 29, 2022
Messages
1,281
Reaction score
108
PowerShell Script That Correctly Uninstalls / Reinstalls Microsoft Edge On Windows 10 & 11
  • Remove Edge with its own uninstaller, meaning there aren't leftovers, alongside no breakage as nothing is hardcoded​
  • Multiple fallback methods for uninstallation​
  • Can remove Edge installed with a .msi
  • Ability to reinstall Edge and WebView2​
  • Implementable in scripts with parameters​
You can use the command below in PowerShell to launch the script;

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

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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top