this post was submitted on 22 Jul 2024
595 points (97.9% liked)

Programmer Humor

32042 readers
1310 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 month ago* (last edited 1 month ago) (1 children)

I think if it’s going on every windows computer

It's not, its just popular. Its not windows job to police what software you choose to run on it.

However Windows does actually have an optional certification program called WHQL for kernal level drivers. Getting this certification lets updates get posted via windows' internal updater. It checks the driver calls apis correctly and doesn't misbehave with interrupt handling among other tests. Crowdstrike driver did pass this, and in fact there was no bug with the driver, the bug was with the configuration file. The configuration file updates about once an hour (and it really needs to do that), and does so outside the windows update process, making windows powerless to control its rollout. whql certification takes a few days to run and configuration files aren't really in scope.

[–] [email protected] 2 points 1 month ago

Thanks for the info, i didn’t know that and understand it a bit better now.