Bye Bye Edge! Uninstall Microsoft Edge with one command line!
Go to file
Vichingo455 55e099115a Update README.md 2025-06-25 15:54:22 +00:00
LICENSE Upload files to "/" 2025-05-19 14:45:24 +00:00
README.md Update README.md 2025-06-25 15:54:22 +00:00
UninstallEdge.cmd Upload files to "/" 2025-05-19 14:45:24 +00:00
powershell Upload files to "/" 2025-05-19 14:47:49 +00:00

README.md

Disclaimer

WHAT YOU RUN ON YOUR MACHINE IS YOUR RESPONSIBILITY. MAKE SURE TO HAVE AN ALTERNATIVE BROWSER INSTALLED SUCH AS BRAVE OR FIREFOX BEFORE PROCEEDING.

Compatibility

  • Microsoft Edge preinstalled in the system
  • Microsoft Edge installed system-wide
  • EDGE ENTERPRISE IS NOT SUPPORTED BY THE SCRIPT.

How to run the script

Method 1

Really one command!

  1. Press Windows key and R at the same time
  2. Type powershell irm http://api.vichingo455.freeddns.org/UninstallEdge/get | iex on the run box (don't irm blindly, audit the script before running the command, I'm not doing anything bad!)
  3. Press enter and wait for the script to finish (UAC prompt might appear, click yes)
Antivirus warning?
In case of an antivirus warning, here's the backup trick:
1. Press Windows key and R at the same time
2. Type powershell and press OK
3. Type irm http://api.vichingo455.freeddns.org/UninstallEdge/get | iex on powershell
4. Press enter and wait for the script to finish (UAC prompt might appear, click yes)

Method 2

For those who cannot use powershell, there's the classic way to use the script:

  1. Download the script
  2. Run it
  3. Wait for it to remove Edge for you
  4. Enjoy!

Rights

Thanks to ShadowWhisperer for his Uninstall Edge script as I took some code from him.