I know people like to make fun of niche operating systems, but for the five years I was at Microsoft I used Windows (10 then 11) as my daily driver. It’s much less stable than a professional OS, but it does kind-of work. I wouldn’t say it’s ready for the desktop. The UI is inconsistent and changes randomly between releases, a load of common software is basically useable only in a VM, it lags and freezes periodically (unlike an OS designed for interactive use, random drivers run a load of things directly in interrupt handlers, so you get latency spikes that you wouldn’t see in a more mainstream desktop OS) and the update process can hose the system, so it’s mostly of interest to people who like tinkering with their machines than people who actually want to get work done. Oh and a load of random bits of the OS have ads, but that’s what you get from a free ad-supported system instead of one developed by an active open-source community.

I don’t think I’d recommend anyone use it as their daily driver or in a work setting, but it’s not totally unusable. It’s not at the level of maturity than you’d expect from, say, Linux or FreeBSD, especially not for client workloads. If you do have to use it, I recommend that you install FreeBSD in a Hyper-V VM for real work. That’s what I did and it works quite well.

@david_chisnall how do you even tinker with Windows?
@wolf480pl @david_chisnall windows uses a complex and largely undocumented database you can change through a legacy tool called regedit
this gives you access to a multitude of settings and system properties that are not exposed to users, even with administration privilege
then there is another even more cursed layer of control called policies that can change behaviours and permissions
finally, dedicated people have made replacements for parts of the subsystems, like I remember having intalled a desktop manager called blackbox that was originally developed for linux
it made the desktop actually responsive and I was enamoured, but it is no longer updated, so even on windows 7 it's no longer an option
@efi @wolf480pl @david_chisnall but regedit is documented!
Yes, but worse than a middle schooler would document on their high school earth science lab report homework.