• Honytawk@lemmy.zip
        link
        fedilink
        arrow-up
        11
        ·
        1 year 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.

        • Notsosuperfloh@discuss.tchncs.de
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          1 year 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.

          • drivepiler@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

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