Raphire / Win11Debloat

A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
MIT License
14.2k stars 615 forks source link

Error: Unable to uninstall Microsoft Edge via Winget #97

Closed levdopa closed 4 months ago

levdopa commented 4 months ago

I ran the script in an admin power shell like this & ([scriptblock]::Create((irm "https://win11debloat.raphi.re/")))

and I get the message: Error: Unable to uninstall Microsoft Edge via Winget

Raphire commented 4 months ago

Heya,

This error occurs because uninstalling Edge via traditional means doesn't work for users outside of the EEA (European Economic Area).

If this error occurs the script should offer you the option to uninstall edge forcefully. This isn't recommended for most users though, as it can have unintended side-effects. Such as certain weblinks in system apps like Settings no longer working correctly.

levdopa commented 4 months ago

ok thanks, im in usa