• @[email protected]
    link
    fedilink
    9
    edit-2
    2 years ago

    But you CAN uninstall Edge, lol. Open the terminal:

    winget uninstall insert package name

    To find the package name, just type:

    winget list

    ¯\_(ツ)_/¯

      • @[email protected]
        link
        fedilink
        152 years 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.

        • @[email protected]
          link
          fedilink
          62 years 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.

          • @[email protected]
            link
            fedilink
            0
            edit-2
            2 years 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.

        • @[email protected]
          link
          fedilink
          1
          edit-2
          2 years 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.

          • @[email protected]
            link
            fedilink
            12 years 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]
            link
            fedilink
            12 years ago

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