Files
flipper-zero-bad-usb/windows11/shutdown.txt
T
2023-08-28 09:22:06 +02:00

12 lines
170 B
Plaintext

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