From 1f21da9b194ba749a0242c78922b7b17b5bd5abf Mon Sep 17 00:00:00 2001 From: David Yoder Date: Fri, 15 Dec 2023 13:07:33 -0500 Subject: [PATCH] update for Syncro --- Fix-ConfigureRebootIntoSafeMode.bat | 4 +++- Fix-RebootIntoSafeMode.bat | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Fix-ConfigureRebootIntoSafeMode.bat b/Fix-ConfigureRebootIntoSafeMode.bat index 87529e1..a1907ba 100644 --- a/Fix-ConfigureRebootIntoSafeMode.bat +++ b/Fix-ConfigureRebootIntoSafeMode.bat @@ -2,7 +2,9 @@ setlocal cls -call :configure-service AteraAgent +call :configure-service Syncro +call :configure-service SyncroLive +call :configure-service SyncroOvermind call :configure-service SplashtopRemoteService goto :EOF diff --git a/Fix-RebootIntoSafeMode.bat b/Fix-RebootIntoSafeMode.bat index 7d222bf..c4b19ae 100644 --- a/Fix-RebootIntoSafeMode.bat +++ b/Fix-RebootIntoSafeMode.bat @@ -6,7 +6,9 @@ set /a REBOOT=0 echo. echo Configuring required services to automatically start in Safe Mode with Networking. -call :configure-service AteraAgent +call :configure-service Syncro +call :configure-service SyncroLive +call :configure-service SyncroOvermind call :configure-service SplashtopRemoteService :schedule-normal-reboot