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.
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.