Skip to content

Instantly share code, notes, and snippets.

@Wemmy0
Last active July 22, 2024 19:38
Show Gist options
  • Save Wemmy0/8ffe7aa1f34404a39473a2a669cc6462 to your computer and use it in GitHub Desktop.
Save Wemmy0/8ffe7aa1f34404a39473a2a669cc6462 to your computer and use it in GitHub Desktop.
A USB Rubber Ducky script to fix the Crowdstrike Falcon BSOD
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