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