..
This commit is contained in:
parent
5e3a6730f1
commit
df8e1ad8a4
@ -8,7 +8,7 @@ echo installing F-Secure Anti-Virus ...
|
|||||||
%EXE% --silent
|
%EXE% --silent
|
||||||
|
|
||||||
echo removing F-Secure desktop link ...
|
echo removing F-Secure desktop link ...
|
||||||
del /F "%PUBLIC%\Desktop\F-Secure Anti-Virus.lnk" 1>nul 2>nul
|
del /F "%PUBLIC%\Desktop\F-Secure Anti-Virus.lnk"
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -19,10 +19,10 @@ move /Y %STARTMENU%\"Backup and Sync from Google\Backup and Sync from Google.lnk
|
|||||||
%STARTMENU%\"Backup and Sync.lnk" 1>nul 2>nul
|
%STARTMENU%\"Backup and Sync.lnk" 1>nul 2>nul
|
||||||
|
|
||||||
echo removing gsync startmenu folder ...
|
echo removing gsync startmenu folder ...
|
||||||
rd /S /Q %STARTMENU%\"Backup and Sync from Google" 1>nul 2>nul
|
rd /S /Q %STARTMENU%\"Backup and Sync from Google"
|
||||||
|
|
||||||
echo removing google desktop icons ...
|
echo removing google desktop icons ...
|
||||||
del /F /Q %PUBLIC%\Desktop\Google* 1>nul 2>nul
|
del /F /Q %PUBLIC%\Desktop\Google*
|
||||||
|
|
||||||
rem refresh desktop (W10 style)
|
rem refresh desktop (W10 style)
|
||||||
ie4uinit.exe -show
|
ie4uinit.exe -show
|
||||||
|
@ -16,7 +16,7 @@ msiexec /i %MSI% ADDLOCAL=StartMenu,ClassicExplorer /passive
|
|||||||
|
|
||||||
rem cleanup ...
|
rem cleanup ...
|
||||||
del /Q %MSI% 1>nul 2>nul
|
del /Q %MSI% 1>nul 2>nul
|
||||||
del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Open-Shell\Open-Shell Readme.lnk" 1>nul 2>nul
|
del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Open-Shell\Open-Shell Readme.lnk"
|
||||||
|
|
||||||
cd %SCRIPTS%
|
cd %SCRIPTS%
|
||||||
|
|
||||||
|
@ -9,13 +9,15 @@ echo ####### %0 #######
|
|||||||
%EDGEROOT%\%INSTALLER%\setup.exe --uninstall --system-level --verbose-logging --force-uninstall
|
%EDGEROOT%\%INSTALLER%\setup.exe --uninstall --system-level --verbose-logging --force-uninstall
|
||||||
|
|
||||||
echo cleanup ...
|
echo cleanup ...
|
||||||
rd /S /Q %EDGEROOT% 2>nul
|
@echo on
|
||||||
rd /S /Q %EDGEUPDATE% 2>nul
|
rd /S /Q %EDGEROOT%
|
||||||
del /F "%PUBLIC%\Desktop\Microsoft Edge.lnk" 2>nul
|
rd /S /Q %EDGEUPDATE%
|
||||||
del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul
|
del /F "%PUBLIC%\Desktop\Microsoft Edge.lnk"
|
||||||
del /F "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul
|
del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk"
|
||||||
del /F "%USERPROFILE%\Desktop\Microsoft Edge.lnk" 2>nul
|
del /F "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk"
|
||||||
rd /S /Q "%PROGRAMDATA%\Microsoft\EdgeUpdate" 2>nul
|
del /F "%USERPROFILE%\Desktop\Microsoft Edge.lnk"
|
||||||
|
rd /S /Q "%PROGRAMDATA%\Microsoft\EdgeUpdate"
|
||||||
|
@echo off
|
||||||
|
|
||||||
echo block edge updates ...
|
echo block edge updates ...
|
||||||
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate" ^
|
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate" ^
|
||||||
|
Loading…
Reference in New Issue
Block a user