ShadowWhisperer / Remove-MS-Edge

Uninstall Microsoft Edge silently, through an executable or batch script.
2.21k stars 81 forks source link

REG DISABLE UPDATE #7

Closed Ran-Xing closed 2 years ago

Ran-Xing commented 2 years ago
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate /v DoNotUpdateToEdgeWithChromium /t REG_DWORD /d 1
ShadowWhisperer commented 2 years ago

I had it on there until about a week ago. It no longer does anything.

https://github.com/ShadowWhisperer/Remove-Edge-Chromium/blob/37b9d4935b377b82409e2f8833ec793b95e05697/Remove-Edge.bat

https://www.reddit.com/r/MicrosoftEdge/comments/n2no86/does_donotupdatetoedgewithchromium_work_for/

Ran-Xing commented 2 years ago

@ShadowWhisperer sorry , I didn't see it before

ShadowWhisperer commented 2 years ago

All good 👍 😃 Thanks for the suggestion!

ReadChart commented 1 year ago

or better to create an option choose to daemonize the process to make it running on each startup/background? or create an option to create restricted folders to placehold the three stupid Edges' to make it failed to auto install?

ShadowWhisperer commented 1 year ago

I've thought of the folder permissions in the past. (Even used it to prevent crashlogs for various programs)

Few issues with this

 - Not sure how major system updates / OS upgrades would be affected. 
    Would it just ignore the Edge failure and just move on, hold up the install, or cause other issues.
 - I would need to explain to users how to reset these folder permissions, if they needed them to work again
     Not everyone reads the README *Less open Issues the better

*As far a I know, Edge does not reinstall on its own. I've only seen it come back, if the OS is upgraded or a user re-installs it.