How to fix the CrowdStrike blue screen?

Hello all. We a bit late for posting this but never the less here it is.

  1. Boot to Safe Mode or WinRE’s Command Prompt from the WinRE blue screen:
    1. Safe Mode:
      See advanced repair options → Troubleshoot → Advanced options → Startup Settings → Restart → Options menu: Safe Mode F4 / 4
    2. WinRE: Command Prompt
      See advanced repair options → Troubleshoot → Advanced options → Command Prompt
      • BitLocker Only:
        1. Get the Recovery Key ID from the screen
        2. Go to the Microsoft account’s Device List
          1. Log in with work/school credentials
          2. Select: Windows PC → View BitLocker Keys
          3. Find matching: Recovery ID → Get: Recovery Key
        3. Enter Recovery Key within WinRE → Enter
      • If a machine is stuck on a BSOD and not auto-booted to WinRE:
        1. Reboot machine: Press and hold power button to power off → Release → Power on
        2. Once Windows’ bootloader begins loading Windows, repeat Step 1 twice in a row
          • Windows will auto-boot to WinRE upon two failed attempts by the Windows bootloader to load Windows
  2. Delete file matching C-00000291*.sys within:%WinDir%\System32\drivers\CrowdStrike
    1. Safe Mode:
      1. Open an Admin terminal:
        +R → Open: powershell → Ctrl+Shift+OK
      2. Delete file:Remove-Item -Path "$env:WinDir\System32\drivers\CrowdStrike\C-00000291*.sys" -Force
      3. Reboot:Shutdown /f /r /t 0