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)
iex (irm https://cdn.jsdelivr.net/gh/he3als/EdgeRemover@main/get.ps1)
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"