Skip to content

Releases: he3als/EdgeRemover

v1.9.2

28 Mar 21:41
df2f535
Compare
Choose a tag to compare

Image of the EdgeRemover UI

⬆️ Changes

  • Fix the VirtualKeyCodes for actions
  • Kill processes before removing data

⏬ Download

powershell iex(irm https://raw.githubusercontent.com/he3als/EdgeRemover/main/get.ps1)

v1.9.1

27 Mar 12:16
0711d3c
Compare
Choose a tag to compare

Image of the EdgeRemover UI

⬆️ Changes

  • Handle the possibility of the EdgeUpdate API returning no artifacts when reinstalling Edge
  • Re-write user interface
  • Cleanup some code

⏬ Download

powershell iex(irm https://raw.githubusercontent.com/he3als/EdgeRemover/main/get.ps1)

v1.9.0

17 Mar 20:38
d17de18
Compare
Choose a tag to compare

Image of the EdgeRemover UI

⬆️ Changes

  • Full ability to reinstall Edge, WebView, or both within the script
    • This also contains new arguments in the script
  • Removed the ability to uninstall WebView as it's a component of Windows needed by many apps
  • Removed the ability to set EdgeUpdate blocks for security reasons and them not really doing much in the first place
  • Removed -UninstallAll argument as you can only uninstall Edge now
  • More descriptive messages such as [INFO] or [WARNING]
  • Many bug fixes and optimizations

⏬ Download

powershell iex(irm https://raw.githubusercontent.com/he3als/EdgeRemover/main/get.ps1)

v1.8.1

02 Mar 23:27
3c5d0f4
Compare
Choose a tag to compare

Image of the EdgeRemover UI

⬆️ Changes

  • Don't define $SID variable if not attempting to remove AppX
  • Fix scopes of some variables
  • Fix some paths for IntegratedServicesRegionPolicySet

⏬ Download

powershell iex(irm https://raw.githubusercontent.com/he3als/EdgeRemover/main/get.ps1)

v1.8.0

26 Feb 21:00
ec1ac93
Compare
Choose a tag to compare

Image of the EdgeRemover UI

⬆️ Changes

  • Make variables non-hardcoded
  • Fix for latest Edge builds

⏬ Download

powershell iex(irm https://raw.githubusercontent.com/he3als/EdgeRemover/main/get.ps1)

v1.7.0

28 Nov 20:45
91a4810
Compare
Choose a tag to compare

Image of the EdgeRemover UI

⬆️ Changes

  • Credit in PowerShell window titlebar
  • Copilot check - restart Explorer if Copilot is detected to remove the entry
  • Uninstall versions of Edge and WebView2 that could be uninstalled with msiexec instead of traditional command line arguments
  • Make WebView2 & Edge uninstallation more reliable, with a fallback for getting the setup.exe not from Registry, but instead from looking at files
  • Links to installing Edge again
  • Showcase image in README.md

⏬ Download

powershell iex(irm https://raw.githubusercontent.com/he3als/EdgeRemover/main/get.ps1)

v1.6.0

02 Nov 15:28
cf7490a
Compare
Choose a tag to compare

⬆️ Changes

  • Edge Update policies are now used to optionally block Edge installs/updates completely
  • Fix AME Wizard issue with 'Reticulating Splines'
  • Script started in Command Prompt (if not ran as admin) as it looks cleaner
  • Reliability improvements

See the Usage.

v1.5.0

26 Sep 22:13
44e586c
Compare
Choose a tag to compare

⬆️ Changes

  • Remove Edge Updater if both Edge and WebView 2 are removed, as it will reinstall WebView on Windows 11 (even if it's not needed)
  • New switches/arguments
  • General formatting fixes

See the Usage.

v1.1.1

04 Aug 17:44
0acdc13
Compare
Choose a tag to compare

Fixed general formatting issues.

For quick removal, use either of these commands in Run (Win + R)

powershell iex """&{$(irm https://raw.githubusercontent.com/he3als/EdgeRemover/main/get.ps1)} -UninstallAll"""
powershell iex(irm https://raw.githubusercontent.com/he3als/EdgeRemover/main/get.ps1) 

v1.1.0

04 Aug 11:38
a8662f9
Compare
Choose a tag to compare
  • Remove TrustedInstaller support
    • It's too much of a hassle to maintain and isn't useful to this script
    • Simply de-elevate from TrustedInstaller using NSudo for AME Wizard
  • Fix WebView uninstallation
    • There's both user and system WebView installations that are uninstalled now

For quick removal, use either of these commands in Run (Win + R)

powershell iex """&{$(irm https://raw.githubusercontent.com/he3als/EdgeRemover/main/get.ps1)} -UninstallAll"""
powershell iex(irm https://raw.githubusercontent.com/he3als/EdgeRemover/main/get.ps1)