Merge pull request #1 from Wehlou/main

Added shutdown.txt
This commit is contained in:
webli
2023-08-28 09:22:36 +02:00
committed by GitHub
2 changed files with 22 additions and 0 deletions
+11
View File
@@ -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
+11
View File
@@ -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