• Honytawk@lemmy.zip
      link
      fedilink
      arrow-up
      15
      ·
      10 months ago

      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.

      • stoicmaverick@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        10 months ago

        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@lemmy.zip
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          edit-2
          10 months ago

          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.

      • Notsosuperfloh@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        10 months ago

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

        • Aux@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          10 months 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.

        • drivepiler@lemmy.world
          cake
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

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