惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog RSS Feed
Y
Y Combinator Blog
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
A
About on SuperTechFans
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
Docker
酷 壳 – CoolShell
酷 壳 – CoolShell
C
Check Point Blog
M
MIT News - Artificial intelligence
Last Week in AI
Last Week in AI
V
V2EX
腾讯CDC
F
Fortinet All Blogs
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss

WIRED

‘Avatar: Aang, The Last Airbender’ Leaked Online. Some Fans Say Paramount Deserves the Fallout NASA Wants to Put Nuclear Reactors on the Moon AI Could Democratize One of Tech's Most Valuable Resources Microsoft Surface PCs Are Getting Big Price Hikes, and the Cheaper Models Are Going Away Why Amazon Is Buying Globalstar—and What It Means for Your iPhone The US Government Will Ask Data Centers How Much Power They Use MAGA Is Starting to Look Beyond Trump Allbirds Is Pivoting to AI Compute. Sure, Why Not Best Smart Smoke Detector (and Why You Still Need a Dumb One) 12 Best Standing Desks of 2026, Tested and Reviewed Best Wi-Fi Routers of 2026 for Working, Gaming, and Streaming Best GoPro Camera (2026): Compact, Budget, Accessories The Caves That Could Help Us Find, or Become, Aliens AI Slop Is Making the Internet Fake-Happy The Deepfake Nudes Crisis in Schools Is Much Worse Than You Thought In the Wake of Anthropic’s Mythos, OpenAI Has a New Cybersecurity Model—and Strategy Telegram Is Still Hosting a Sanctioned $21 Billion Crypto Scammer Black Market The FCC Has a Fast Lane for Complaints About Trump’s Media Critics Top iRestore Deals for Hair Growth and LED Therapy Devices Meta Is Warned That Facial Recognition Glasses Will Arm Sexual Predators You Should Be More Freaked Out by Shingles BYD’s Fastest-Charging Car in the World Is Astonishing—in Good and Bad Ways The 4 Best Water Filter Pitchers (2026): PFAS, Microplastics The Internet's Most Powerful Archiving Tool Is in Peril The Dumbest Hack of the Year Exposed a Very Real Problem AI Agents Are Coming for Your Dating Life ‘The Audacity’ Is the Broligarchy Takedown You Were Waiting For Why Is It So Hard to Fix an Electric Bike? (2026) Best 2-in-1 Laptops (2026): Microsoft, Lenovo, and the iPad There’s a Secret Ingredient to Making Luxury Ice at Home
Use Tiny11 to Rescue a Computer Running Windows 10
David Nield · 2026-05-25 · via WIRED

It's the end of the road for Windows 10—at least, in terms of its official end-of-life point, as determined by Microsoft. The operating system will keep working, but it will be much less secure, and won't get any more updates or security patches (unless you pay Microsoft to extend support for another year).

If you're still on Windows 10, and you don't meet the minimum requirements for Windows 11—which many older PCs don't—then there is a potential solution in the form of Tiny11. This unofficial, stripped-down version of Windows 11 cuts out the clutter for a leaner, more lightweight experience, and it can run on machines that don't support the full-fat Windows 11 released by Microsoft.

It's not just a potential option for those upgrading from Windows 10—it's something that anyone who'd like a less bloated version of Windows 11 can try. Do bear in mind though that it isn't endorsed by Microsoft, so there are some caveats to consider, which we'll get into below.

What Is Tiny11?

The history of Tiny11 goes back many years. So far back, in fact, that it actually predates Windows 11; it was previously known as Tiny10. The idea is that you get a streamlined version of Microsoft's desktop operating system, reducing bloat without cutting out anything that's crucial to the user experience.

A lot of the preinstalled Windows 11 apps are cut out from the Tiny11 experience, for example. These include Mail, Calendar, Alarms, Weather, and even Solitaire. You don't get the Media Player, you don't get Microsoft Edge, and you don't get the OneDrive integration. This makes it worth a look for those who like Windows but not all the Microsoft extras.

Image may contain Text and Person

There are now many different features and components in Windows 11.

Courtesy of David Nield

There are downsides. You don't get regular updates, you don't get the same kind of security protections that Microsoft offers for official Windows 11, and you're putting your trust in a third-party developer to look after your hardware. This is by no means an unknown piece of software—it's been tried and tested by some of the biggest tech websites around—but it doesn’t offer same support and accountability as Microsoft.

As Tiny11 is stripped down a significant amount, you might find there are more obscure Windows 11 features or components you rely on that aren't there. And while Tiny11 is free to download and install, you are going to have to provide a valid license key to use Windows 11—so this isn't a way of getting the software for free.

If you're looking to move from Windows 10 as soon as you can and you don't want to pay anything extra, then you've got a couple of other options to consider: You could install one of the many flavors of Linux on your machine (and you'll find plenty of guides for this on the web), or you could consider installing ChromeOS Flex.

Get Started With Tiny11

There are a couple of ways to get a bootable disk image (an ISO) of Tiny11. The first is to download a ready-made Tiny 11 ISO from the Internet Archive, like Tiny11 24H2. Just be sure that the ISO has the official developer NTDEV listed as the contributor to the project, and get the latest one that's available.

The second option is to create the ISO yourself: Head to the GitHub page for Tiny11, and there you can download the "tiny11maker.ps1" script (whichever version is listed as the most recent). You then need to grab the official WIndows 11 ISO from Microsoft, via the Download Windows 11 Disk Image (ISO) drop-down menu.

Image may contain Text Electronics and Screen

You can create a Tiny11 ISO from Powershell in Windows.

Courtesy of David Nield

Ideally, you want both these files in the same folder. Then, mount the Windows ISO, by right-clicking on it and choosing Mount then Open—this gives it a drive letter on your system, which you'll see on the left sidebar in File Explorer.

Search for "powershell" in the Start menu, right-click Windows Powershell, and pick Run as administrator and Yes. Type in the following code and hit Enter:

Set-ExecutionPolicy Bypass -Scope Process

Select Y when prompted—this gives you permission to run third-party scripts, for this session only. Next, type in the path of the Tiny11 script code and hit Enter, replacing the path with the location of your files:

C:/path/to/your/tiny11/tiny11maker.ps1

Along the way you'll be asked to enter the drive letter assigned to the Windows 11 ISO when it was mounted, and to select the version of Windows you're trying to create (such as Windows 11 Home). You can then let the script get on and do its work.

Either of these options will leave you with a Tiny11 ISO. The first is easiest, but the second ensures you have the latest Windows version and the latest Tiny11 tweaks to it—you should find the new Tiny11 ISO in the same folder as the original ISO and the script.

Image may contain Page and Text

Rufus will take care of the job of making the finished bootable USB drive.

Courtesy of David Nield

The final step is to create a bootable USB drive from your Tiny11 ISO—and for that you'll need a USB drive with 8 GB or more of storage available. You'll also need a program for compiling the necessary files, and Rufus is about as simple and reliable as they come. Once you've got it installed, point it towards your USB drive via the top drop-down menu, and your Tiny11 ISO via the Select button, then click Start.

Once the setup is complete, you can then boot from the completed USB drive to start the process of installing Tiny11. How you go about this will depend on the laptop or desktop, but you should be able to find instructions online or included in the documentation that came with the PC—typically you'll need to press a key such as Del or F2 during startup to choose a boot device. (You may see a message on screen right after your PC powers on telling you what the key is.)

When the installation is done, you’re running a stripped-down version of Windows 11, and your computer is no longer obsolete.