All original content is created in Ukrainian. Not all content has been translated yet. Some posts may only be available in Ukrainian.Learn more

How to fix a Windows crash caused by CrowdStrike?

Post cover: How to fix a Windows crash caused by CrowdStrike?
This content has been automatically translated from Ukrainian.
We are fixing the Windows crash caused by CrowdStrike. First, boot Windows in safe mode or in the Windows recovery environment.

Booting in Safe Mode

  • Press Win + R to open the Run dialog.
  • Type msconfig and press Enter.
  • Go to the Boot tab and check the "Safe boot" option. Select "Minimal" and click "OK".
  • Restart your computer.

Booting in Windows Recovery Environment

  • Turn on your computer and press F8 or Shift + F8 (some systems may have a different key combination) during startup.
  • Select "Repair your computer" or "Troubleshoot".
  • Go to "Advanced options" and select "Command Prompt".

Deleting the file 'C-0000029*.sys' from the CrowdStrike directory

Open File Explorer and navigate to the directory:
C:\Windows\System32\drivers\CrowdStrike
Find the file that matches the pattern C-0000029*.sys.
Delete this file. To do this, right-click on the file and select "Delete", or select the file and press Shift + Delete.

Normal Boot of the Host

  • Restart your computer in normal mode.
  • If you used the msconfig method, open the Run dialog again (Win + R), type msconfig, go to the Boot tab, and uncheck the "Safe boot" option. Click "OK" and restart your computer.

This post doesn't have any additions from the author yet.

What is a function in programming?
24 Jun 18:15

What is a function in programming?

meme code
meme code@memecode
[Fix] extconf.rb failed during the installation of the Ruby library Gosu
27 Jun 16:38

[Fix] extconf.rb failed during the installation of the Ruby library Gosu

meme code
meme code@memecode
How to make an empty git commit?
28 Jun 08:33

How to make an empty git commit?

meme code
meme code@memecode
Ruby library Gosu for creating 2D games
29 Jun 08:48

Ruby library Gosu for creating 2D games

meme code
meme code@memecode
Gosu Ruby Tutorial - пройдемось по офіційній документації
03 Jul 11:50

Gosu Ruby Tutorial - пройдемось по офіційній документації

meme code
meme code@memecode
We are writing a demo game Drones vs Zombies (Gosu / Ruby)
12 Jul 12:17

We are writing a demo game Drones vs Zombies (Gosu / Ruby)

meme code
meme code@memecode
What does .map(&:name) mean in Ruby?
28 Jul 11:18

What does .map(&:name) mean in Ruby?

meme code
meme code@memecode
How does the map method work in Ruby? An overview of the method's operation with examples.
30 Jul 07:33

How does the map method work in Ruby? An overview of the method's operation with examples.

meme code
meme code@memecode
What does a dot at the beginning of a file (.gitignore, .DS_Store, .bashrc, etc.) mean?
02 Aug 13:15

What does a dot at the beginning of a file (.gitignore, .DS_Store, .bashrc, etc.) mean?

meme code
meme code@memecode
What is .gitignore? What is it for and how to use it
02 Aug 14:58

What is .gitignore? What is it for and how to use it

meme code
meme code@memecode
How to remove the .DS_Store file from a Git repository?
02 Aug 19:34

How to remove the .DS_Store file from a Git repository?

meme code
meme code@memecode
What is an idempotent method?
21 Aug 20:57

What is an idempotent method?

meme code
meme code@memecode