From a5b69523c9633b24c8d991b4f832e5607f0a4f85 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Wed, 26 May 2021 22:47:13 +0200 Subject: [PATCH] removed scheduled jobs --- optional/install-googledrive.cmd | 6 +++++- scripts/uninstall-onedrive.cmd | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 #######