This commit is contained in:
Michael H.G. Schmidt 2021-02-08 00:32:09 +01:00
parent 417e62f676
commit 8e714a7f48

View File

@ -2,20 +2,16 @@
set EDGEROOT="C:\Program Files (x86)\Microsoft\Edge" set EDGEROOT="C:\Program Files (x86)\Microsoft\Edge"
set EDGEUPDATE="C:\Program Files (x86)\Microsoft\EdgeUpdate" set EDGEUPDATE="C:\Program Files (x86)\Microsoft\EdgeUpdate"
set INSTALLER=Application\8*\Installer set INSTALLER=Application\84.0.522.52\Installer
echo ####### %0 ####### echo ####### %0 #######
@echo on @echo on
%EDGEROOT%\%INSTALLER%\setup.exe --uninstall --system-level --verbose-logging --force-uninstall %EDGEROOT%\%INSTALLER%\setup.exe --uninstall --system-level --verbose-logging --force-uninstall
@echo off @echo off
timeout /T 30 timeout /T 10
echo cleanup ... echo cleanup ...
tasklist
taskkill /F /IM EdgeInstall.exe
taskkill /F /IM Setup.exe
@echo on @echo on
rd /S /Q %EDGEROOT% rd /S /Q %EDGEROOT%
rd /S /Q %EDGEUPDATE% rd /S /Q %EDGEUPDATE%