BTC USD 64,831.0 Gold USD 4,434.38
Time now: Jun 1, 12:00 AM

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

Xploit Machine

CG Hardcore Club
gemgem
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
  • 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)
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"
 
Back
Top
Log in Register