Update 1_minute_to_sleep

This commit is contained in:
Mr.Black
2023-12-24 03:33:49 -04:00
committed by GitHub
parent ce0fcd7b67
commit 78db31a1d4
+1 -1
View File
@@ -10,6 +10,6 @@ STRING cmd
ENTER
DELAY 500
REM Wait to ensure that the Command Prompt is open
REM Type the scheduled shutdown command (1 minutes = 60 seconds)
REM Type the scheduled shutdown command (1 minute = 60 seconds)
STRING shutdown /s /t 60
ENTER