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