Earlier quoted context omitted.
The strongest argument for Windows is not its window management or UI tools, it's that you can use third-party software without dealing with too much bullshit. On Linux, if your third-party software is available at all, it's on some third party repo you have to add manually, or maybe it's a binary which may or may not work on your particular distribution on your particular version. This is basically the reason why I…
(After re-reading my own comment, I don't think I'm particularly rebuking what you said, it's turned into a "I hate computers" vent :-)) In my eyes, how Windows and Linux deal with third party software is identical... The Windows model forever has been "you just double click an .exe or an .msi and it runs". i.e. outside of stuff published on Windows Store (which many developers will not do), it's down to the develope…
Oh, and there are only one Windows distribution. Not at least 3 major ones.
These both make packaging for Linux hard (requiring kinda funny solutions wrapping up a sysroot as a whole, like Snap or AppImage), while on Windows, the developer builds an exe, and voila, it works everywhere, even on very old systems. There are simply no funky stuffs e.g. glibc symbol version issue.