diff --git a/scripts/install-antivir.cmd b/scripts/install-antivir.cmd index 385bda7..dd7ae3f 100644 --- a/scripts/install-antivir.cmd +++ b/scripts/install-antivir.cmd @@ -8,7 +8,7 @@ echo installing F-Secure Anti-Virus ... %EXE% --silent 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 ####### diff --git a/scripts/install-gsync.cmd b/scripts/install-gsync.cmd index 05feec6..8848734 100644 --- a/scripts/install-gsync.cmd +++ b/scripts/install-gsync.cmd @@ -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 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 ... -del /F /Q %PUBLIC%\Desktop\Google* 1>nul 2>nul +del /F /Q %PUBLIC%\Desktop\Google* rem refresh desktop (W10 style) ie4uinit.exe -show diff --git a/scripts/install-openshell.cmd b/scripts/install-openshell.cmd index 447ce68..79a6a0f 100644 --- a/scripts/install-openshell.cmd +++ b/scripts/install-openshell.cmd @@ -16,7 +16,7 @@ msiexec /i %MSI% ADDLOCAL=StartMenu,ClassicExplorer /passive rem cleanup ... 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% diff --git a/scripts/uninstall-edge.cmd b/scripts/uninstall-edge.cmd index 33f6845..497472a 100644 --- a/scripts/uninstall-edge.cmd +++ b/scripts/uninstall-edge.cmd @@ -9,13 +9,15 @@ echo ####### %0 ####### %EDGEROOT%\%INSTALLER%\setup.exe --uninstall --system-level --verbose-logging --force-uninstall echo cleanup ... -rd /S /Q %EDGEROOT% 2>nul -rd /S /Q %EDGEUPDATE% 2>nul -del /F "%PUBLIC%\Desktop\Microsoft Edge.lnk" 2>nul -del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul -del /F "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul -del /F "%USERPROFILE%\Desktop\Microsoft Edge.lnk" 2>nul -rd /S /Q "%PROGRAMDATA%\Microsoft\EdgeUpdate" 2>nul +@echo on +rd /S /Q %EDGEROOT% +rd /S /Q %EDGEUPDATE% +del /F "%PUBLIC%\Desktop\Microsoft Edge.lnk" +del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" +del /F "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" +del /F "%USERPROFILE%\Desktop\Microsoft Edge.lnk" +rd /S /Q "%PROGRAMDATA%\Microsoft\EdgeUpdate" +@echo off echo block edge updates ... reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate" ^