Skip to content

Bye Bye Edge! Uninstall Microsoft Edge with one command line!

License

Notifications You must be signed in to change notification settings

usefulstuffs/ByeByeEdge-OneCMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bye Bye Edge! One Command Line Edition

Bye Bye Edge! Uninstall Microsoft Edge with one command line!

Disclaimer

THIS SCRIPT IS IN BETA, AS WELL THE LICENSE SAYS THAT I DO NOT TAKE RESPONSIBILITY FOR THIS SCRIPT. YOU ARE RESPONSIBLE FOR WHAT YOU DO TO YOUR MACHINE.

Compatibility

  • Microsoft Edge preinstalled in the system
  • Microsoft Edge installed system-wide
  • No Edge Enterprise support (MSI)

Running the script (Method 1)

Really one command!

  1. Press Windows key and R at the same time
  2. Type powershell irm https://tinyurl.com/3dpsbyvb | 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)

Running the script (Method 2)

It's easy! Follow those easy steps:

  1. Open powershell
  2. Type irm https://tinyurl.com/3dpsbyvb | iex (don't irm blindly, audit the script before running the command, I'm not doing anything bad!)
  3. Wait for the script to uninstall Edge on your system (UAC prompt might appear, click yes)
  4. Enjoy :)

Rights

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