Last active
July 22, 2024 19:38
-
-
Save Wemmy0/8ffe7aa1f34404a39473a2a669cc6462 to your computer and use it in GitHub Desktop.
A USB Rubber Ducky script to fix the Crowdstrike Falcon BSOD
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 Ducky script to fix the Crowdstrike Falcon BSOD loop from the recovery screen | |
REM Starting at the "Automatic Repair" screen | |
RIGHT | |
DELAY 50 | |
ENTER | |
DELAY 500 | |
DOWN | |
DELAY 50 | |
DOWN | |
DELAY 50 | |
ENTER | |
DELAY 500 | |
DOWN | |
DELAY 50 | |
ENTER | |
DELAY 500 | |
DOWN | |
DELAY 50 | |
DOWN | |
DELAY 50 | |
ENTER | |
DELAY 500 | |
STRING del c:\Windows\System32\drivers\CrowdStrike\*029* | |
DELAY 50 | |
ENTER | |
DELAY 500 | |
STRING exit | |
DELAY 50 | |
ENTER | |
DELAY 500 | |
ENTER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment