From c92d599ad7d20a8eb1df3ffc13e680b2c4e25d20 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:40:09 +0100 Subject: [PATCH] fix(reset services): restart prompt syntax --- .../8. Troubleshooting/Set services to defaults.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playbook/Executables/AtlasDesktop/8. Troubleshooting/Set services to defaults.cmd b/src/playbook/Executables/AtlasDesktop/8. Troubleshooting/Set services to defaults.cmd index 1e0f965b75..1c5bad9783 100644 --- a/src/playbook/Executables/AtlasDesktop/8. Troubleshooting/Set services to defaults.cmd +++ b/src/playbook/Executables/AtlasDesktop/8. Troubleshooting/Set services to defaults.cmd @@ -37,7 +37,7 @@ if exist "%winServices%" ( %title% "Finished." if "%~1"=="/silent" exit /b choice /c:yn /n /m "Would you like to restart? [Y/N] " -if "%errorlevel%"==1 shutdown /r /t 0 +if "%errorlevel%"=="1" shutdown /r /t 0 exit /b :fullRestore