Skip to content

Releases: he3als/EdgeRemover

v1.9.4

06 Oct 18:58
55ba7f4
Compare
Choose a tag to compare

Image of the EdgeRemover UI

⬆️ Changes

  • Add temporarily removing the 'windir' variable as a new method, as the other methods fail on some installs

⏬ Download

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

v1.9.3

04 Oct 21:44
5014408
Compare
Choose a tag to compare

Image of the EdgeRemover UI

⬆️ Changes

  • Cleans up parts of the script
  • Two new methods for Edge uninstallation
    • Making Edge think that the legacy UWP is still installed
    • Changing region in Registry to one in the EEA
      • Currently not working, but kept as fallback anyways
  • Add more error checking & verbosity
  • Add exit codes

⏬ Download

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

v1.9.3 preview

02 Oct 21:15
1355420
Compare
Choose a tag to compare
v1.9.3 preview Pre-release
Pre-release

This release is for testing only

  • Cleans up parts of the script
  • Two new methods for Edge uninstallation
    • Making Edge think that the legacy UWP is still installed
    • Changing region in Registry to one in the EEA
  • Add more error checking & verbosity
  • Add proper exit codes

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.