diff --git a/optional/install-googledrive.cmd b/optional/install-googledrive.cmd index 8a0208e..492b717 100644 --- a/optional/install-googledrive.cmd +++ b/optional/install-googledrive.cmd @@ -28,9 +28,13 @@ rd /S /Q %STARTMENU%\"Backup and Sync from Google" 2>nul echo removing google desktop icons ... del /F /Q %PUBLIC%\Desktop\Google*.* 2>nul -rem refresh desktop (W10 style) +echo refreshing desktop (W10 style) ... ie4uinit.exe -show +echo removing update tasks ... +schtasks /Delete /F /TN GoogleUpdateTaskMachineUA 2>nul +schtasks /Delete /F /TN GoogleUpdateTaskMachineCore 2>nul + echo ####### %0 ####### pause diff --git a/scripts/uninstall-onedrive.cmd b/scripts/uninstall-onedrive.cmd index ef6ae83..e9dbc6a 100644 --- a/scripts/uninstall-onedrive.cmd +++ b/scripts/uninstall-onedrive.cmd @@ -33,5 +33,8 @@ reg DELETE "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2E reg DELETE "HKEY_CURRENT_USER\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\ShellFolder" /f > NUL 2>&1 reg DELETE "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\ShellFolder" /f > NUL 2>&1 +echo remove update tasks ... +schtasks /Delete /F /TN "OneDrive Standalone Update Task-S-1-5-21-4127453296-551005713-2917436380-500" 2>nul + echo ####### %0 #######