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 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