Hacker News new | ask | show | jobs
Windows 10 quietly gets one more year of support and updates (neowin.net)
196 points by bundie 5 hours ago
27 comments

Anyone who still needs to run Windows 10 for whatever reason should switch over to Windows 10 IoT Enterprise LTSC 2021 (version 21H2) which will continue to receive security updates up through 2032.

https://learn.microsoft.com/en-us/windows/release-health/rel...

This is bad advice that is being repeated over and over by the so called tech influencers. You go to an older version that only got security updates so you will lack optimizations and features already in the current stable windows 10. And for the foreseeable future you gain nothing at all. If one day the normal version acctually stops reviving security updates, it almost certainly will be possible to switch the update channel to LTSC and get the LTSC updates that way but for now this is not needed and the switch is unnecessary Also without some trickery, switching to LTSC requires a complete reinstallation, which for most people likely wasting sever hours.
> so you will lack optimizations and features already in the current stable windows 10

Windows gets worse with each update, so this is actually a plus.

There are no update, windows 10 is EOL since months and even before that it did not receive any real updates in a long time. The current version is stable and gets only security updates just like LTSC. There is no point to switch, at best its a waste of time and worst you could run into issues with software that expects home/pro and not LTSC.
Very untrue for gaming in particular.

For example, if you have an OLED or mini-LED monitor, you really don’t want to be on Windows 10 and miss out on HDR.

And sure, you can say “well nobody has an OLED monitor,” but I’d remind everyone that OLED displays have been pretty much standard on every gaming laptop mid-range and higher for a decent amount of time now.

A lot of the focus for Windows 11 development has been gaming performance and feature improvements. Game developers are also less and less likely over time to bother testing with Windows 10.

Most people are in fact not gamers. Like.. at all. And even those that are probably don't own an OLED or mini-LED monitor.

Most people just want a computer that does the word, the chrome and that's about it.

There are over 900 million PC gamers in the world.

PCs have 43% marketshare in the total game console market. Yes, that includes marketshare against the Nintendo Switch.

There’s a bit of a bubble of non-gaming in this forum, but gaming is definitely a top use case for PCs.

Just walk into your local Best Buy in the laptop section and count up how many of the laptops are marketed as gaming systems. That should give you a rough idea of how many systems are purchased with gaming as the primary intent.

Sure, HDR is a niche at this point in time, but technologies like OLED and mini LED are increasingly common. If you buy a gaming laptop in 2026 at most reasonable price points it’s very likely to have an OLED monitor.

Example: Legion 5a Gen 11 AMD, price on Lenovo’s site is $1500, has an OLED monitor. You can buy OLED gaming monitors below $500 nowadays, so a lot of people upgrading have that as their next upgrade path…if not today, then tomorrow.

On that subject, most people just use the copy of Windows that comes with the computer, so the whole debate about Windows 10 is perhaps not worth having in the first place. Microsoft most likely just misjudged the pace of hardware replacement especially in the AI era where computer sales have slowed.

Non gamers who need a PC (most people are mobile only now) can probably use Linux at this point.
>you really don’t want to be on Windows 10 and miss out on HDR

My HDR monitor is connected to my Windows 10 machine and the HDR switch in settings is on and my monitor reports it is getting HDR

What am I supposedly missing?

Lemme guess...

A shinier notepad with builtin AI.

Ads, more ads.

A BSOD that's got 99% more black.

The "recall" spyware.

Mandatory Microslop account.

I could go on, but I use Linux

I wouldn't suggest an old LTSC version, but in a relatively recent update MS stopped allowing non-LTSC versions to not populate the start menu with ms store ads when your search locally. For me, that was the final straw - I switched to the latest Win11 LTSC after that, and it's a decidedly better user experience without the cruft I didn't need or want.
Linux is free and less wasteful on resources on the other hand.
It is, and if you can switch, it’s highly recommended. I have some pretty bespoke old RS-232 Windows software that was an absolute disaster to get working under Debian with Wine a few years back, so I (and others) might still need to keep a copy of Windows around.
Unironically, I had the most success with old windows programs not when using wine directly but using proton with steam. I personally use umu[1] to use proton without directly needing to run steam. I wrote a small KDE script for .exe files so I can just double click them and they run lol. Or for setups I can right click them and just install them as a setup and it automatically creates a app shortcut I can open.

[1]https://github.com/Open-Wine-Components/umu-launcher

Got a link to the script?
Might want to try again, Wine progressed a lot in the past couple years.
It works well, though its messages could use some TLC:

    libEGL warning: pci id for fd 31: 10de:1ff0, driver (null)

    pci id for fd 33: 10de:1ff0, driver (null)
    pci id for fd 34: 10de:1ff0, driver (null)
    libEGL warning: egl: failed to create dri2 screen
    libEGL warning: pci id for fd 31: 10de:1ff0, driver (null)

    pci id for fd 33: 10de:1ff0, driver (null)
    pci id for fd 34: 10de:1ff0, driver (null)
    libEGL warning: egl: failed to create dri2 screen
    libEGL warning: pci id for fd 31: 10de:1ff0, driver (null)

    0124:fixme:nls:RtlGetThreadPreferredUILanguages 00000034, 0313F66C, 0313F6DC 0313F674
    0124:fixme:nls:get_dummy_preferred_ui_language (0x34 0x1009 0313F66C 0313F6DC 0313F674) returning a dummy value (current locale)
    0124:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
    0124:fixme:nls:RtlGetThreadPreferredUILanguages 00000034, 0313F9D4, 0313FA44 0313F9DC
    0124:fixme:nls:get_dummy_preferred_ui_language (0x34 0x1009 0313F9D4 0313FA44 0313F9DC) returning a dummy value (current locale)
    0124:fixme:shell:InitNetworkAddressControl stub
    0124:fixme:richedit:editor_handle_message EM_GETLANGOPTIONS: stub
    0124:fixme:richedit:editor_handle_message EM_SETLANGOPTIONS: stub
    0124:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
    0124:fixme:win:RegisterTouchWindow hwnd 000100E0, flags 0 stub!
    0124:fixme:msvcrt:__clean_type_info_names_internal (7853A300) stub
    0124:fixme:msvcrt:__clean_type_info_names_internal (7B4F6BE4) stub
    0124:fixme:msvcrt:__clean_type_info_names_internal (79410E54) stub
wine whatever.exe 2>/dev/null
> Might want to try again, Wine progressed a lot in the past couple years.

You could even go as far as suggesting SteamOS once they release the OS to more devices. Gaming themed sure but it's a flavor of Arch and you have full control over what gets installed.

VMs were not an option?
Can’t wait till Fable 6 can just decompile and reimplement old software like that.
Great for the americans. What are the rest of us going to do?
Use the distilled chinese models.
Maybe get your governments and citizens to innovate and create their own instead of relying so heavily on other countries. I thought that's the direction other countries were trying to go.
Try Opus 4.8? It's just a language translation task. LLMs should be good at it.
At this point, you might want to consider throwing an LLM at it and just letting it reimplement the thing so that it runs on linux.

They can actually do that. They may not like it, but they can.

Reverse engineer a binary proprietary database format? I have some doubts.
Why?

Certainly not unattended, but no AI should ever be unattended.

But if you closely guide it, support it with tools like Ghidra and force force force force force a process with many sanity checks and quintuple-checks, it's possible.

What previously needed a whole team and months might be one guy, a lot of tokens and 1-3 weeks. Doable, fun, and interesting.

__

Judging by the downvotes, I guess people mistook the initial comment for HN VC fueled AI delusions and I can't blame them for that. That's not what it was tho.

I don't know... laptop-mode and all, my battery runs out pretty quickly.
This. Linux is my primary OS for both work and home, but I have a Mac laptop for travel as the battery life of any Linux laptop I tried is very bad. And this includes a modern System 76, supposedly Linux-friendly with drivers, which drains the battery on fairly light workloads in about 2 hours. My 2c.
Out of interest, what value do you think that a comment like that has, in a forum such as this? You're not likely to be informing people with information they're not already abundantly aware of.

Whereas the person you're responding to is adding value, for me at least. I am in what might be an edge-case position where I need to run software specific to Windows and, much more importantly run hardware that uses drivers which seemingly don't work on Windows 11 (I only learnt recently, whilst planning to finally 'upgrade').

I couldn't even begin to do what I do, ably and competently at least, in a Linux environment.

And I've had at least one laptop for general use running some flavour of Linux for about 16 years now.

Maybe not you, but many times I am asked what my setup looks like, because I game on Linux which is not as problematic as it used to be in the 2000s.
Unless it's some Microsoft version of Linux, of course, in which every keystroke you type performs a docker run ... or whatever.
You can continue using normal Windows 10 if you have a Microsoft account attached to it. They give you the option to sign up for free extended updates (until 2027).
Eh, I’m just going to keep using Windows 10 without the account. I’m sure as an ethical company Microsoft will at least distribute patches for any security issues that were present on the day I bought the OS, especially because they are still developing the patches.
...which is exactly what the featured article is about. But 2032 > 2027, so I have to assume the person you replied to already knew that and was providing additional advice.
But they might keep extending it...
They have to update the IOT version anyway, so might as well get some money off of regular users anyway by "extending" it.
except they are extending it now for free
We had a PC that came properly-licensed with that edition of Windows (with the matching sticker and everything), and it didn't work out as a desktop machine for the intended user. It's been a year or two and some details are lost, but IIRC there were issues with some Intuit program or other.

It was probably something that could have been worked around, but workarounds tend to pile up and become difficult to track. I avoided the problem by putting a more-pedestrian version of Windows 10 on it instead.

Some "bad" coded programs have hard-coded version check and check for the OS name instead of build number, if they forgot LTSC (and server and education) the software will refuse to run on these version. Some reg edits can fix this but its a pointless hassle, there is no need to use LTSC today there are no more annoying updates and unwanted features being added. I have a windows 10 pro machine here running since 3 month 24/7.
Well, not just anyone can buy a license for it. You need some sort of enterprise volume license agreement, as far as I can tell.
Within EU, you could buy licenses from one of the legal license resell markets. For everyone outside of reach of the law, there‘s massgravel.
If you're considering switching to Win 10 IoT you're probably not in the "people who pay for Windows" category.
Current trends indicate that regular Windows 10 may as well.
Does that support modern gaming?
It does support "modern gaming" yes, but like the sibling comment mentions, at least Riot's anti-cheat demands Windows 10 22H2 (the last iteration of Win10) as a minimum. There are a few somewhat convoluted workarounds floating around that people use. Also Adobe CS seems to require Win10 22H2.
There used to be a website something like "windowsserver2008gaming.com" or something like that idr the specific domain, that was literally a guide to turn old windows server OS installs into gaming computers. The golden years.
My only caveat is that I’m not sure how it handles multiplayer games that require anti-cheat or DRM-style mechanisms, but it’s been flawless with every title I’ve thrown at it so far (BG3, Shadow of the Tomb Raider, Cyberpunk, Ori, etc)
Most DRM-laden software requires 22H2 minimum. So no Xbox game pass at least.
If you mean “modern” as in technologies like HDR, no.
Even Riot’s rootkit “Vanguard” has reduced requirements for Windows 10.
"modern gaming" being a euphemism for "more proprietary software that has chained us to even worse proprietary software for decades".
I don’t feel particularly chained to proprietary software just by playing games. I play all of them on Linux using open source software.

Yes, the games themselves are proprietary, but that’s because they’re primarily art pieces, and proprietary licenses makes some logical sense in that case.

It's actually a question relating to what some people want to do with their computer. Most people don't run an OS because of some moral objection to other OS's but because it lets them do what they want with their device.
Also MS go to great lengths to make the secret good version of Windows (It honestly is very good, I'd put it up there with Linux Mint) very difficult to buy. So just torrent it. It's bad enough running Windows let alone giving money to MS.
> It honestly is very good, I'd put it up there with Linux Min

I am not necessarily a Microsoft hater per se, but to insinuate that Linux is on the same level as the Microsoft operating system is really strange to me. Whenever I, for instance, have to copy files to windows, I am getting annoyed at how slow it is compared to Linux. And that's just one issue I have. Another one is how slow e. g. ruby is on windows, compared to linux. The windows operating system is simply not good. Linux also has issues, in particular the main GUIs (both qt and gtk suck).

And good god...windows 11 updates still take fucking hours and still require multiple reboots. How this is still so painful after 2 decades is beyond me
The update system is such a mess that I now dread booting into Windows. I have been in multiple situations where an update has required a reboot - but my boot manager defaults to Linux - so whatever update process was supposed to happen on reboot doesn't happen, which means that the next time I boot into Windows I am either A) waiting for an update to complete (which is so fucking slow) AND/OR B)The update runs and fails because I have taken too long between booting into Windows and for whatever reason it has to roll back and then RUN THE UPDATE AGAIN. I understand the fundamental need to reboot because some updates effect the kernel in such a way that the entire thing has to be reloaded. But it seems like Windows is rebooting for MOST if not EVERY update. If you are patching kernel level bugs with this frequency this far into the lifecycle of the product you have some very serious issues or more likely I am guessing that they are indiscriminately pushing "features" that nobody asked for and then they are just forcing user reboots because their bloated apps/slop are now using so much RAM and are so inefficient that the only way to "fix" the inevitable performance loss is to reboot (I am only being half snarky here).
What even is Microsoft's strategy? Windows 11 requiring TPM, Secure Boot and being all react wasn't great. Now we have a hardware shortage and ai in everything. I miss the time when it was "My computer" and not "This PC". I just hope they keep Windows 10 around till 2030 and longer...
>> Windows 11 requiring TPM, Secure Boot and being all react wasn't great.

For me a bigger concern is that Windows 11 requires MS account, and making harder and harder to bypass it. This is a disrespect for my freedom and privacy. The hardware is not the biggest issue because it might catch up eventually. https://waspdev.com/articles/2026-03-12/i-ll-probably-never-...

And in order to get the Windows 10 updates in the article, you need to sign up for an MS account, or pay them $30 a year not to spy on you.
You can bypass the account requirement using https://github.com/abbodi1406/ConsumerESU. Of course that isn’t endorsed by Microsoft.
> And in order to get the Windows 10 updates in the article, you need to sign up for an MS account, or pay them $30 a year not to spy on you.

Can you elaborate on the "or pay them $30 a year not to spy on you" part?

Ctrl-F isn't finding any mention of that in either https://www.neowin.net/news/windows-10-quietly-gets-one-more... or https://waspdev.com/articles/2026-03-12/i-ll-probably-never-....

It's in the linked Neowin article on how to get the updates: https://www.neowin.net/guides/how-to-get-one-more-year-of-wi...
The average consumer doesn't care about signing up for an account, so that's an easy win for getting them in the email system and thereby tie all the telemetry events to an easily recognizable account. Imagine how valuable this information is.

Now you have system level events tied to a user, that might also purchase an office product and pump out more events.

Well, they might still do it but less aggressively. For example, only when using MS Store or only some specific services. Apple uses a similar strategy with MacOS. Online accounts can also be convenient with with service integrations, provided they are optional. Also, I slightly disagree that average users don't care at all. Even setting aside ideological reasons, mandatory online accounts are terrible if there is no internet or the system must be preinstalled for another person (although the person who installs is not that average user). The system should be functional in offline mode.
To download apps on an iphone, you need an apple id. This is just something every apple user has accepted since its inception. I would also be surprised if the majority of macOS/OSX users didn't have an apple id/icloud account.

This is not a new concept. What's new is that microsoft is enforcing it. But making it less obvious on how to disable the requirement when you install the OS. Or in most cases require hacks to do so.

>> To download apps on an iphone, you need an apple id.

iOS is worse than MacOS. I was only talking about MacOS.

Also the constant turning on despite my prior explicitly disabling of spyware (memory ‘live sampling’ to the cloud for ‘virus protection’, one drive ‘auto backup’), and features I’ve explicitly disabled like copilot.

It’s creepy as fuck, and for no real benefit to me that I can tell.

I left 2 licenses of copilot in my car, someone broke into my car and left 4 copilot licenses there. The world is a dangerous place honestly, you cannot be protected enough..
> spyware

The privacy-destroying "telemetry" continues to transmute from a theoretical problem to a realistic concern too.

For example, many printers puts forensic marks onto pages identifying their serial number, while MS/Apple log all your device serial numbers, which in turn is subject to seizure/threats/theft.

The upshot is you can't print an "anonymous" flyer stating I Dislike The Regime without the risk that thugs of said regime will be outside your door later.

> memory ‘live sampling’

"Citizen, the signature of a Wrongthink picture was detected in your telescreen..."

I'm. Lt sure why this is down voted. ICE showed up at a woman's door trying to force her to take down a benign social media post.

What is stopping similar authoritarians from cracking down using these kind of features and registrations?

https://newrepublic.com/post/212340/ice-poll-worker-election...

The printer thing seems pretty unrelated, and I don’t think there’s much evidence that simply logging in to your system with your Microsoft account has anything to do with telemetry of the actual content of your computer.

You can obviously send a lot of personal data through Microsoft services that use that account, but merely logging in that way doesn’t seem to just upload your life to Microsoft, either.

Yeah, TPM and secure boot aren’t a big deal at all. I use them on Linux as a security enhancement.

I really don’t know how a no-brainer security implement like that became such a lighting rod.

As far as React being used in the OS, well, if we are arguing about underlying technology there are plenty of flawed implementations to be found on a number of platforms. I don’t think the end user is concerned.

I say all this as someone who does not recommend Windows and no longer uses it, to be clear.

>What even is Microsoft's strategy? Windows 11 requiring TPM, Secure Boot

Their goal is to help their OEM buddies sell new computers despite the fact that PCs have been “good enough” for a decade or longer, because those new PCs will come with Windows and the cycle is what keeps each one relevant.

Otherwise they'd risk being usurped, which almost happened circa 2006 with the one-two-three-four punch of GNOME2 (great UI), Compiz (‘wow’ factor that gets people to jump in and try it), OpenOffice-dot-org 2.0 (when OpenDocument Format was getting a ton of press), and Windows Longhorn/Vista being famously late-and-then-hated. Luckily for Microsoft, the Desktop Linux community decided to throw all that out with Wayland (which is Fine but set us back two decades) and GNOME3 which is irredeemable — *James Rolfe voice* what were they thinking??

Microsoft doesn't care about end users like you or I. We don't impact their bottom line at all. 0%. They care about business customers using other products, and occasionally data collection.

Windows has to be just functional enough to keep businesses that use it from raising a stink about it.

Old versions of Windows always fell out of support.

Some old versions of windows also had newer hardware requirements (95 dropped support for 16 bit systems, Vista required a DirectX9 GPU).

There's nothing really new here.

Requiring a sodding Copilot advert on the keyboard too, in the case of laptops..
I don't think requiring secure boot is a big deal given every computer since Sandy Bridge iirc ships with it.
I also don't think it requires secure boot. I don't have it on currently (Windows 11 Pro).
I assume they're secretly trying to get people over to Mageia.

The people I've switched from windows to Mageia since win11 all love it.

(As great as Mageia is, it does have small repos compared to Debian or fedora.)

> I assume they're secretly trying to get people over to Mageia.

I doubt they've even heard of Mageia.

oh, it's the former mandriva, cool! but last released in 2023?! https://www.mageia.org/en/
I already enrolled in this extended update, so I am happy that I get some additional time.

The big issue is that my bios doesn't have a way to switch to what is needed to meet Windows 11 requirements, and I would have to wipe my machine.

I was looking for all these hacks, but I need to use my machine for work so I have to stay on Windows 10 for now.

I was a ubuntu user and work forced me to use a windows machine. Over the years I've accumulated so much software that I have no intention of leaving behind (photoshop cs2). In the past year though, I've been transitioning back to Ubuntu. So many software now offer Linux support, there's even less incentives to stay with Microsoft products. And of course is doing everything in it's power to alienate us.
Have you tried wineHQ? It works very well IMO. But I also understand your point of view here; I have a second computer system on my left running Win10.
I wish there was a security-only-updates channel for Windows in general. I basically want no new features, I just want something that doesn't change and doesn't brick on random tuesdays.
Windows 10 for me until new games won't run on it
My last Windows machine is for games. Hopefully I'll be able to get a Steam machine for an easy exit. If a game doesn't run on it, I won't buy or play it.
And then?
Old games only
This is pretty much where I've landed.

Even aside from issues with W10 specifically, I'm so tired of having to download GBs of updates and then figure out which launch params to use to trick $GAME into launching when I find a few spare minutes to play games using Steam.

Contrast that with my Miyoo Mini+ handheld which lets me dip into games immediately whenever I have a few spare minutes (around the house, waiting for an appointment, waiting for kids, etc.). There are _thousands_ of games I've missed over the years and I've pretty much decided that I don't need to (i.e. can't) keep up with AAA releases or new consoles.

I'll just play Aliens a Comic Book Adventure like a good DOS boy till I drop dead. Idc
Steam box probably
Too late. Had to switch to Fedora last year because my machine didn’t support TPM 2.0 and the CPU was one generation older. I know TPM 1.3 is less secure, but I didn’t care in the context of that specific machine. I wish I had the option. Fedora runs great on it though.
The updates themselves can be a driver of new Win 11 computer purchases. My dad got a bad update (I couldn't figure out which one) which froze his computer a few minutes after boot. I had to reset Windows, and it worked again after that, though now the pain is mine because I have to reinstall/reconfig all his stuff. But a normal person without a free tech-support guy like me around might have just bought a new PC at that point.
Funny story, my parents also bought a new windows 11 laptop because of random trouble on their older windows 10 laptop. Used only for a media PC to HDMI out to the living room tv. They control it via wireless mouse and keyboard from the sofa.

The new windows 11 laptop was slower, weirder, and got stuck on some update. So back to Costco it went after 75 days of the 90 day return Policy.

I installed Linux Mint Mate on the old windows 10 laptop and they're happy.

Especially with hardware prices at the moment, this is a welcome announcement for many companies right now who need a refresh.
And sad for us. We may have to wait for nice cheap used hardware for use with Linux or *BSD.

But I wonder if components would have been stripped out due to AI. I heard even older RAM and SDD/HDD are getting expensive.

At least in a desktop context, you can get by with just a separate drive to boot-to.
Needs to be logged in, so not exactly user friendly. But made me happy, I was afraid I might have to do updates again now I can continue life not being bothered by windows update.
You can use https://github.com/abbodi1406/ConsumerESU to bypass the account requirement.
I think you can log in to activate without changing to a microsoft account for desktop login (or at least you can switch back, I have some machines on microsoft account and some not)
They could actually help with the RAM and SSD shortage by extending support for Windows 10.
Does windows have any other lockin then one click .exe running? Is there any other reason people choose to use it over linux?

Stability is basically same too..

Forget about web development. All profession-specific software except web and app programming still runs best on Windows. Engineering, simulation, city planning, accounting, complex management, supply chain optimization, media production, statistics. If you're getting paid for some output where computers play an extra-boost tool role, simply being a means to the job, the software you'd use will be on Windows.

If a piece of software is specialized enough that people maintain it for decades, if it has nice detailed and complicated GUIs to handle complex tasks, it will be on Windows. It will rely on Windows' stable API. Those software goes back to 80s and 90s. They have organically grown. Linux kernel requires thousands of developers to keep alive. Linux kernel is much simpler than profession-specific software. Windows Stable ABI allows much fewer people (low 100s) to maintain much more complex software than the kernel.

Even without the stable ABI, Linux is hostile to the closed source software unless that software is served via a TCP socket.

Web can challenge this with Web Assembly and some combination of edge / datacenter computing now. Still quite the way out for demanding things like local simulation and CAD/CAM. There should also be strong economic reasons to throw actually trillions (unlike AI and other SV bullshit balloons) worth of software and entire systems out, not just to spite MS.

The lockin is that you buy a new computer, and when you turn it on Windows is there. Like 1% of people have any concept that they could change that or how they would go about it. It doesn't suck enough yet for them to try changing it.

If you want to talk about why not macOS or Chrome, there are different reasons, but of the people buying PCs, that's why they're on Windows.

It's nothing inherent about Windows (not even one-click .exe files), it's existing programs and drivers that only run on Windows, which of course only run on Windows because it was already popular.

For me it's MS Office. Sorry, but OpenOffice.org and the Google apps still don't come close. (And of course Office file formats are their own lock in, very analogously to the programs that run on Windows.)

Gaming support for Linux still isn’t 100% there like Windows. It’s still about a 50/50 chance a popular AAA or indie pc game supports Linux.
It's much less fiddly for games is the only reason for me.
Adobe
I predict it will be extended at least another year if not two on top of this.

The install base is just too high. Microsoft has to support it, or find a way to convince more people to upgrade.

Do the start menu ads pay for this? It is conceivable that they could.
You mean do the ads in the Win11 start menu pay for Win10 updates? Or does Win10 have ads in the start menu, too?
"Quietly" seem to be the most popular headline word this year.
"Quietly," like in "has quietly become the biggest/best X" is silly and everywhere, but "quietly" in this sense of "they didn't announce it and people just happened to notice the change" is fine and descriptive I would say.
Biggest LLM giveaway these days
Win11 has come up short,

So 10 needs more support.

How do they offer it, according to AI?

Quietly,

quietly,

quiet... L-Y!

You can get a completely minimalist Windows 11 by grabbing an ISO from Microsoft then reprocessing the ISO by feeding it into this utility: https://github.com/christitustech/winutil (Win11 Creator Tab) to get a NEW ISO which you then install. The end result is an extremely clean and stable Windows 11 installation.

  The resulting image can remove telemetry, bypass hardware requirement checks, and enable local account setup out of the box.
Official docs:

https://winutil.christitus.com/

https://winutil.christitus.com/userguide/win11creator/

To anyone reading this: please don't use ISOs downloaded from not-official sources.

Use an autounattend.xml, the mass graves, and a WinGet JSON to customise an online image.

[1]: https://schneegans.de/windows/unattend-generator/

[2]: https://learn.microsoft.com/en-gb/windows/package-manager/wi...

Do be aware that an autounattend.xml can cause Windows setup to execute arbitrary code. Their provenance matters too. It's relatively easy to encode scripts (or even binaries) into the XML to run during or after Windows setup. You can eyeball them, for sure, but I bet most people don't.
Indeed. I mention this in light of the high-profile supply-chain attacks recently across diverse platforms (Arch AUR, Shai-Hulud, etc). Any online tool that purports to modify an entire install medium should be heavily and continually scrutinised. I'm not saying the developer can't be trusted, but the infrastructure and people in general can't.
Fine, but this is Chris Titus we're talking about, not Red Star
The tool linked by the parent doesn't download ISOs from non-official sources.
I use uup dump myself, which downloads the components directly from MS and builds the ISO locally
Did you even read what I wrote?
I did. You said:

> to get a NEW ISO which you then install

This is not good.

You provide an official Windows 11 ISO and the tool modifies it to get the new ISO. The tool is open-source here: https://github.com/ChrisTitusTech/winutil

I don't see the issue.

LOL. The entire ISO transformer code is open source.
NTlite has also been around for more than a decade, although it has a freemium model.
That won't help you get to the minimum of Win10, though
Yes it will, please re-read carefully. winutil removes hardware checks.
Even cleaner when you don't install Windows at all :P

Why would people put themselves through the painful process of keeping themselves safe from their own computer?

Not everyone has the luxury of moving off of Windows. Solidworks, for example, has no Linux or Mac port.

Though I do agree, if your workflow is supported by any non-NT based OS, that's probably a better option

Anything I need windows for is work related and runs on my locked down (and actually very cleanly stripped down) windows 11 laptop. Its amazing how much Microsoft hates the consumer but bends over backwards for volume license purchasers.
this will probably go on for a long time, which is great because I won't install win11
when I need the Web I use Live Linux. I do not EVER let MS, or anybody else muck up my computer system(s).
I wonder if it’s because hardware costs are going up
"quietly" is a dead give away for claude. It is everywhere.
I have Win10 on a computer on my left side as "backup" system.

I decided I won't change to Win11, so Win10 will be last Windows version to use. It's no issue in that I am using Linux since late ~2004 anyway, but I am also unwilling to cater to Microsoft anylonger. I think it is time that governments no longer force people to use Windows in general. For similar reasons I reject the upcoming mandatory age sniffing that lobbyists are pushing for (together with their attempt to kill off VPNs).

Folks can’t afford to buy a new computer right now, so M$ needs to give them an alternative to installing Ubuntu and finding out it’s plenty fast on their windows 10 machine.
Why does Windows 11 still have "Control Panel" and "Settings", both of which are similar but entirely different?

I hate Microsoft, I was very happy with Windows 10 but Windows 11 is different for no reason except to be different.

Don't forget the Windows NT configuration consoles like MMC, and other 9x configuration dialogs not accessible from the control panel, like the one to show or hide desktop icons.
The reason for this is that there are still drivers for old hardware that hook into the old control panel elements to actually function.

If you get rid of the control panel applets, you break the drivers.

This is also an old and out-of-date complaint. Almost all of the settings are now inside the Settings application and only inside the Settings application, with the related control panel applets gone.

Nice, it gives me another year to think about what I want to do with my old gaming laptop
Thanks DoD! While you’re at it let’s keep SCCM around for another 50 years! Woooo!
The old "Windows alternates good and bad releases" rule is dead and buried. Every major version since Windows 7 has been a downgrade on what came before. I'd rather be using Windows 8 than Windows 10 and you will have to drag me kicking and screaming into Windows 11.
This rule was always wrong and stupid, people skipped versions and never started at the beginning to fit the narrative.
And all of the 3 people using it will rejoice.