removed scheduled jobs

This commit is contained in:
Michael H.G. Schmidt 2021-05-26 22:47:13 +02:00
parent 8059d2bcb2
commit a5b69523c9
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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 #######