w10install/scripts/uninstall-edge.cmd
Michael H.G. Schmidt 09b3c6ef11 .
2021-01-10 15:49:37 +01:00

14 lines
258 B
Batchfile

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