Xploit Machine
CG Hardcore Club


- Messages
- 73,458
- Joined
- Nov 23, 2012
- Messages
- 73,458
- Reaction score
- 7,735
- Points
- 916
PowerShell Script That Correctly Uninstalls / Reinstalls Microsoft Edge On Windows 10 & 11
iex (irm https://cdn.jsdelivr.net/gh/he3als/EdgeRemover@main/get.ps1)
View attachment 2068
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"
- 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
iex (irm https://cdn.jsdelivr.net/gh/he3als/EdgeRemover@main/get.ps1)
View attachment 2068
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"