From 78db31a1d42e6bf3a3f45dd2cacd3bbcb169c261 Mon Sep 17 00:00:00 2001 From: "Mr.Black" <88468381+FKPegasus@users.noreply.github.com> Date: Sun, 24 Dec 2023 03:33:49 -0400 Subject: [PATCH] Update 1_minute_to_sleep --- BadUSB/1_minute_to_sleep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BadUSB/1_minute_to_sleep b/BadUSB/1_minute_to_sleep index a61fc753..19351b67 100644 --- a/BadUSB/1_minute_to_sleep +++ b/BadUSB/1_minute_to_sleep @@ -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