From 3e880e29738ef6cb3ee6a5ff5ef552e4a43836f3 Mon Sep 17 00:00:00 2001 From: Wehlou <143384750+Wehlou@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:21:43 +0200 Subject: [PATCH] Create shutdown.txt --- windows10/shutdown.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 windows10/shutdown.txt diff --git a/windows10/shutdown.txt b/windows10/shutdown.txt new file mode 100644 index 0000000..a8c7d77 --- /dev/null +++ b/windows10/shutdown.txt @@ -0,0 +1,11 @@ +REM Author: wehlou +REM Description: shutdowns the pc in 10 seconds +REM Version: 1.5 +DELAY 500 +GUI r +DELAY 500 +STRING cmd +ENTER +DELAY 1000 +string shutdown -s -t 10 +ENTER