this post was submitted on 15 Sep 2023
780 points (93.0% liked)

linuxmemes

20742 readers
787 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (1 children)
[–] Honytawk 15 points 1 year ago (2 children)

Terminal:

cd/
cd %Program Files (x86)%\Microsoft\Edge\Application\EDGEVERSIONNUMBER\Installer
setup --uninstall --force-uninstall --system-level

or

Powershell:

get-appxpackage *edge*
Remove-appxpackage 

I know you guys foam at the mouth every time you see how much market share Windows has, but at least use valid arguments as to why you think your specific branch of Linux is superior.

[–] [email protected] 6 points 1 year ago (1 children)

I think the drama is the result of intent, not theoretical possibility for someone who knows a workaround. The difference is that Microsoft obviously doesn't WANT you to uninstall edge, and makes it artificially more difficult to do so than 3rd party browsers, despite your ownership of the computer.

[–] Honytawk 1 points 1 year ago* (last edited 1 year ago) (1 children)

Does Linux want you to remove the bootloader? Cause that is what the post is claiming then.

Windows is a lot more idiot proof, that is why it is so popular with non-techies. T'is a feature, not a bug.

[–] [email protected] 0 points 1 year ago

Yeah, because only an idiot would want to get rid of Edge. Obviously.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (2 children)

i use windows myself, because vr gaming sux on linux. and i can't uninstall edge. tried everything and i always get permission denied.

[–] [email protected] 1 points 1 year ago

You'd get the same permission denied in Linux if you tried to remove the bootloader. You just don't have permissions, my man.

[–] [email protected] 1 points 1 year ago (1 children)

Press the Windows key, type "Powershell", right click "Windows Powershell" and click "Run as administrator". Then use the commands listed above.

[–] [email protected] 1 points 1 year ago

i always run povershell and command line as admin. even if i don't need admin privileges.