Create shutdown.txt

This commit is contained in:
Wehlou
2023-08-28 09:21:43 +02:00
committed by GitHub
parent 3e89f39734
commit 3e880e2973
+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