w10install/scripts/uninstall-edge.cmd
Michael H.G. Schmidt 03aca37e7d .
2021-01-10 16:42:07 +01:00

13 lines
271 B
Batchfile

@echo off
set EDGEROOT="C:\Program Files (x86)\Microsoft\Edge"
set INSTALLER=Application\8*\Installer
echo ####### %0 #######
%EDGEROOT%\%INSTALLER%\setup.exe --uninstall --system-level --verbose-logging --force-uninstall
rd /S /Q %EDGEROOT%
echo ####### %0 #######