Recent Posts

Pages: [1] 2 3 ... 10
1

Microsoft rebranded Office every 2 to 3 years to drive box sales

“We rebranded Office every 24-36 months practically (icons, logotype, and a few name changes)”, said Steven Sinofsky while reposting an X post about Instagram finally letting its design team change the logo in the header bar after years of internal resistance.

Sinofsky spent 23 years at Microsoft, joined the Office team in 1994, ran Office product development through six major releases, and later became president of the Windows division.

In those early days, Office branding used to carry some weight, because Microsoft sold software differently. New names, icons, and a never-before-seen box on a store shelf were the whole point!



But according to Sinofsky, the real reason was rarely a designer wanting something fresh to put on a slide. It was retail sales, and later, something a lot messier (hint: enterprise contracts).

Microsoft really did rebrand Office every 24-36 months

Sinofsky’s quote-reposted the post from Frank Bach, a former staff product designer at Instagram, who wrote about finally getting the header logo unstuck after being told for years it couldn’t move.

The former Microsoft executive mentioned his own Office history, and the replies that followed turned into a rare public account explaining, on the record, why his old employer kept changing the face of its most recognizable product every couple of years.



Office94 and Office96 show how deliberate the cadence was

In Sinofsky’s Hardcore Software newsletter about the Office94 and Office96 releases, he mentions Microsoft planned two major Office releases about 12 months apart, timed around the still-unfinished Windows 95, then known internally by its codename, Chicago. Office94 was supposed to sync with Chicago’s launch. Office96 would follow a year later.

Sinofsky describes Office94 as partly a “strategy tax,” a release Microsoft needed to ship mostly to prove Office could function as its own product organization, instead of being just an accessory to Windows. Only about 15 percent of the relevant engineering resources went to Office94. The other 85 percent were building Office96.



Microsoft marketed the two hero products cleverly too. The company emphasized the dedicated Chicago effort if anyone talked to the Windows team. To the marketing or the rest of the applications division, it was the 85 percent going to Office96 that got the spotlight. Two different pitches, and Sinofsky admits as much himself: “See what was done there? Everyone got something.”

Microsoft wanted Office to feel like an annual product

Sinofsky says that the year-based naming was from a push inside Microsoft leadership to move Office toward an annuity relationship with customers, borrowed loosely from how car companies use model years to make last year’s vehicle feel outdated. Office 4.x ended up being the final version-numbered release before Microsoft switched to year-based names.


Microsoft Office 4.0 Source: WinWorld

However, Microsoft hadn’t built the infrastructure to support that idea yet (Classic Microsoft!). There was no reliable way to distribute software that fast, and no subscription billing system waiting in the wings. What Redmond did have was a plan to make people feel like their copy of Office was aging, whether or not anything functionally important had changed.

Why Microsoft kept making Office look new?

“Until about 2000 the primary driver was retail sales and a big portion of that were people upgrading to a new version. The branding was a key element of point of sale and print-based marketing, ” said Sinofsky



Microsoft’s sales problem back then looked very different from today’s. Office wasn’t quietly updating in the background. Someone had to walk into a store, notice a new box on the shelf, and decide it was worth paying for.

A new icon and a new name gave Microsoft something to put on that box, in magazine ads, and on the shelf talker beside it. Without a visible change, there was little reason for anyone to believe the new version was worth buying.


Source: WinWorld

Enterprise customers made the problem worse

For Microsoft, retail was the easy part. Sinofsky explains that as the company’s enterprise business grew, large customers signed roughly three-year agreements that gave them the right to deploy whatever Office release shipped during that term.

If a company didn’t bother deploying the new release, it started to feel like it hadn’t gotten its money’s worth. But deploying a new release across a whole company is an expensive and time-consuming affair, and businesses weren’t thrilled about retraining thousands of employees on a slightly different Excel every year.


Microsoft Excel in Office 97. Source: WinWorld

Microsoft needed Office to look new often enough that customers felt they were getting something for their money, but not so often that deploying it became a burden.

Interestingly, Office94 kept the same .DOC and .XLS formats as the prior release, partly because building a new one took time Microsoft didn’t have, and partly because a shared format created its own kind of lock-in. Everyone needed the same version of Word to reliably open everyone else’s documents, so upgrading wasn’t just a personal decision. Thank goodness for that discretion!

Microsoft eventually stopped selling Office the old way

Today, Microsoft 365 does the opposite of what a 24-month rebrand cycle was built for. Instead of one visible jump every couple of years, subscribers get continuous feature and security updates with no separate box, or new icon, and no reason to wait for a “new” version because there technically isn’t one.

And Microsoft blew it with app names. The Microsoft 365 app went from Office, to Office 365, to Microsoft 365, and then got renamed again to Microsoft 365 Copilot last year. The urge to rename things whenever Microsoft needs people to notice something new stuck around. It switched targets from selling boxed upgrades to selling the idea that Copilot is everywhere now.



Sinofsky makes it clear that these unwarranted branding attempts weren’t just cosmetic. It was doing sales work at a time when software distribution, pricing, and upgrades all worked differently than they do now, back when a logo on a box had to convince someone their old software wasn’t good enough anymore.

Instagram getting a new header might look like a tiny decision by comparison. But Sinofsky’s reply is a reminder that a company the size of Microsoft used to treat a rebrand as a business lever. Now, the software giant doesn’t need to rebrand Office every 24 months. With a subscription, the upgrade cycle became the product.

source
2
The upcoming Linux 7.3 kernel drops SGI's EFS and the Veritas freevxfs driver, ditching thousands of lines of legacy code.


Credit: Larry Ewing
We just had the final release of Linux 7.2, meaning that developers have started turning their attention to new features, and old feature removals, for the upcoming Linux 7.3. We are only on the second day of the merge windows but already two older file systems have been axed from the kernel; they are Silicon Graphics’ (SGI) IRIX Extent File System (EFS) and the Veritas VxFS-compatible freevxfs driver.

Both changes were submitted by maintainer Christian Brauner and contributor Christoph Hellwig. A combined 3,724 lines of code across 33 files were stripped out as a result. One amazing detail shared in the pull requests was that freevxfs only had one contributor or user in the last 15 years and was being used as a target for automated bug fuzzers.

When Linux 7.3 is finally available and users begin using it, it will be unable to natively mount raw EFS disks or old Veritas file systems. Both file systems are ancient by technological measures, here is a bit of history about EFS from Higher Intellect Vintage Wiki:

Quote
“EFS was introduced in March of 1986 with GL2-W2.4 to replace the System V/Bell file system created by AT&T. EFS was deprecated in favor of XFS beginning with the introduction of IRIX 5.3 XFS in December of 1994 and later IRIX 6.0.1 XFS in March of 1995 with all subsequent versions of IRIX using XFS.”

Meanwhile, freevxfs allowed Linux to read the Veritas File System (VxFS) which was used by enterprise operating systems such as HP-UX and SCO UnixWare. Having the driver in Linux was useful in the past because it allowed admins to salvage or read data from legacy commercial Unix systems using Veritas file formats, without having to depend upon proprietary drivers. Given that both of these operating systems are from the 1980s and 1990s, there is little need for the freevxfs driver anymore, so it has been phased out, eliminating any potential security holes they contained.

If for some reason you’re an admin who needs support for these ancient file systems, then you can continue using old LTS kernels while the are supported, but after that, support will be gone entirely.

source
3


I remember the time I used an old Windows PC it seemed really slow to me.

I would click on something. Then I would wait for it to open.

Sometimes I would even click again because I thought it did not work the time.

Then a few seconds would go by. The Windows program would finally open up.

Does this sound familiar to you?

Lots of people think that if their computer is slow they need to get an one.

That is not always the case with Windows PCs.

Sometimes the problem is that there are many programs running when you start up your Windows PC.

Maybe your hard drive is almost full.

Maybe you have not updated your software in a while.

Maybe you just have too many tabs open, on your browser.

It could be that you have not done the basic things to take care of your Windows PC.I have learned that a few small changes can make an older computer feel more comfortable to use.

Here are 15 practical Windows tips that beginners can try.

1. Restart Your PC of Leaving It On Forever

This sounds almost too simple but restarting Windows can solve surprisingly many temporary problems.

If your computer has become slow after hours or days of use restart it.

A restart can clear temporary system activity. Give Windows a fresh start.

For example if Chrome is freezing File Explorer is responding slowly. An application refuses to open try restarting before searching for complicated solutions.

It takes a minute or two. Costs nothing. 2. Stop Unnecessary Programs From Starting With Windows

My old computer takes a time to start up. I think this is because many programs are trying to start at the same time as Windows.

When Windows starts a lot of programs try to launch. Some of these programs are useful. Windows and my computer need them to work properly. Others are not useful. Just slow down my computer.

To see what programs are starting with Windows I need to open the Task Manager. I do this by pressing Ctrl + Shift + Esc. Then I look for the Startup apps section.

In this section I see a lot of programs that I do not use often. These include messaging apps, launchers, update assistants, cloud-storage tools and other programs.

If I do not need a program to start up away I can usually turn off its startup feature. However I have to be careful.

I should not turn off any Windows system components or hardware-related software if I am not sure what they do. Windows and my computer need these programs to work correctly. I do not want to make any mistakes and cause problems, with my computer. 3. Keep Some Free Space on Your Drive

A computer does not like living with a completely full storage drive.

If your C: drive is almost full, Windows may have less room for temporary files, updates, caches, and other system operations.

Open File Explorer and check your storage.

If the drive is nearly full, remove things you genuinely do not need.

Start with obvious items:

Old downloads.

Duplicate videos.

Unused installers.

Temporary files.

Programs you no longer use.

Large files that you have already backed up.

One mistake beginners often make is deleting random folders from the Windows directory.

Don’t do that.

Free up space safely rather than experimenting with system files. 4. Uninstall Programs You Never Use

My computer is like a storage room.

I get a program to do one thing.

Then I forget I even have it.

After a while I have a lot of programs I never use.

I should go through all the programs on my computer. Uninstall the ones I do not need anymore.

This will not make my old hard drive fast like a new solid state drive but it will make my computer a little better.

I will have clutter and it will be easier to find what I need.

And there is another thing, about uninstalling programs I never use: I will have fewer programs running in the background that I do not want.

Uninstalling Programs You Never Use is an idea because it helps my computer and it helps me.

I will have Programs You Never Use on my computer. 5. If You Have a Hard Drive Consider a Solid State Drive

This is one of the improvements you can make to an old computer.

It can make a difference.

A Hard Drive uses spinning disks with magnets.

A Solid State Drive uses memory. Does not have any moving parts.

The difference is really big.

An old computer with an amount of memory and a Hard Drive can take a long time to start up.

It can be very slow when you are starting Windows.

If you replace the Hard Drive with a Solid State Drive Windows will start up quicker and things will feel much faster.

This is very useful for desktop computers and laptops.

For someone who just uses their computer for things like looking at websites working on documents taking online classes watching YouTube and doing basic work a Solid State Drive can make an old computer feel like a new one.

A Solid State Drive can make a difference, in how your computer works.

You can use your computer for all the simple things you need to do and it will feel like you have a new computer.

This is because a Solid State Drive makes your computer start up faster and makes everything feel faster.

So if you have a Hard Drive you should think about getting a Solid State Drive. 6. Do Not Automatically Blame The RAM

People often say:

“My computer is slow. I need RAM.”

Sometimes they are right.

Sometimes they are not right.

If your computer has 4GB of RAM and you regularly run a browser with tabs, video editing software, games and other applications all at the same time then more RAM can certainly help your computer.

If your computer is slow because Windows is running from an old mechanical hard drive then adding more RAM alone may not solve the main problem with your computer.

You should think about the system of your computer.

The RAM, the storage, the processor, the graphics, the Windows configuration and your workload all matter when it comes to the RAM and the speed of your computer. 7. Cut Down On The Number Of Browser Tabs

I was really surprised to see how memory my browser was using.

Modern browsers use a lot of memory.

If I have thirty or forty browser tabs open because I do not want to lose them my computer gets really slow.

So I try to bookmark the pages I want to look at

Then I close the browser tabs I do not need anymore.

My browser also has a feature that makes inactive browser tabs sleep or become less active.

This is really helpful on computers that do not have a lot of memory.

Browser tabs are a problem for computers, with limited memory.

So I think it is an idea to close browser tabs when I am not using them.

It is a thing to do and it can save my computers resources without me having to buy anything new.

I just need to get into the habit of closing browser tabs when I am done with them. 8. Use Windows Storage Cleanup Tools

Windows has tools that can help get rid of files.

Look for Disk Cleanup in Windows. Use the storage settings that come with your version of Windows.

You might see files, stored data, old files, from updates and other things that are not needed anymore.

Check the categories before you delete anything.

The aim is not to throw everything.

The aim is to get rid of unneeded mess. 9.Keep Windows and Important Drivers Updated

Updates are not, about adding new features.

They can also include security improvements, bug fixes, compatibility changes and performance improvements.

Keep Windows updated when it is possible.

Also make sure important hardware drivers are working properly.

If your Wi-Fi suddenly stops working your graphics display behaves strangely or audio disappears a driver problem may be the cause.

Avoid downloading drivers from random websites.

Whenever it is possible use Windows Update or the official website of your PC or hardware manufacturer. 10. Be Careful With “PC Cleaner” Programs

This is a mistake many beginners make.

They see an advertisement saying:

“Your PC has 2,347 errors!”

Then they download a mysterious cleaner.

Suddenly, the software wants money to fix everything.

Be skeptical.

Not every “PC optimizer” is useful, and some may create more problems than they solve.

You do not need five different cleaning applications running in the background.

Windows already provides several maintenance and storage tools.

For basic maintenance, simple is usually better. 11. Protect Your Computer From Bad Programs

A computer that works fast is not really useful if it has programs on it.

Your computer can get these programs if you are not careful.

Be careful when you get software from websites you do not know.

Do not open email attachments that look strange.

Try not to use programs that people have copied illegally and programs that have been changed in a way.

A lot of people who’re new, to computers make a mistake when they get a free program from a website they found by searching.

They think the website is okay just because it showed up first in the search results.

This is not an idea.

Before you put software on your computer check where it came from.

Use security software that you trust and make sure it is updated.

Your Windows computer also has some built-in security features that can help keep you safe from programs. 12. Turn Off Apps That Are Running in the Background When You Don’t Need Them

Some apps keep working even when you are not using them.

Cloud synchronization, launchers, messaging apps, update tools and other programs can use CPU, memory, network speed or battery power.

Look at which apps are running in the background.

If something is not needed, try closing it or changing how it works.

This can make a difference on low-end computers.

For example someone, with a computer that has 4GB of RAM might see a change just by having fewer apps running at the same time. 13. Learn Some Basic Windows Keyboard Shortcuts

You do not have to remember a lot of shortcuts.

Start with a few Windows keyboard shortcuts.

Windows keyboard shortcuts, like Windows + E will open File Explorer.

Windows. I will open Settings on your computer.

If you want to switch between applications you can use Alt + Tab.

To open Task Manager you can use Ctrl + Shift + Esc.

When you need to lock your computer you can use Windows + L.

If you want to copy something you can use Ctrl + C.

Then you can paste it using Ctrl + V.

If you make a mistake you can use Ctrl + Z to undo your action.

These Windows keyboard shortcuts may seem like a thing but they can really save you a lot of time.

After you use these Windows keyboard shortcuts for a weeks using them will become automatic and you will use Windows keyboard shortcuts all the time. 14. Don’t Keep Your Desktop Full of Everything

I have seen computers where the desktop looked like a storage warehouse.

Documents.

Videos.

Installers.

Folders.

Screenshots.

Random files.

The desktop is not a replacement for organized storage.

Create a simple folder structure.

For example:

Documents

Photos

Videos

Projects

Downloads

Important Files

Then move files into the appropriate folders.

A cleaner desktop makes it easier to find what you need. 15. Learn to Diagnose the Problem Before Fixing It

This is probably the useful thing to know when you use Windows.

When your computer gets slow do not immediately try to make it faster with some kind of “speed booster.”

You need to ask yourself what exactly is slow.

Does it take a time for Windows to start up?

Does one particular program freeze all the time?

Is your internet connection slow?

Does the whole computer freeze sometimes?

Does your computer get slow when you have a lot of tabs open?

Is the drive always busy?

Does your computer get really hot?

Different problems can have different causes.

The Task Manager can help you figure out what is going on.

You can open it by pressing Ctrl + Shift + Esc and look at how much of your CPU, Memory, Disk and Network’re being used.

For example if your memory is always almost full when you are working maybe you need RAM.

If your old hard drive is always being used a lot maybe that is part of the problem.

If one program makes your CPU usage go up to 100% you should take a look at that program.

The idea is simple:

First you need to figure out what the problem is.

Then you can try to fix it.

A Small Story About a PC

Imagine someone in Pakistan who is using an old desktop computer to learn online.

The computer has 4GB of RAM and a regular hard drive.

It takes minutes for Windows to be ready to use.

The owner thinks the processor is bad and starts looking for a computer.

Instead of spending a lot of money right away they check the computer.

They find out that there are a lot of programs starting up when the computer turns on the hard drive is almost full there are programs they do not need. The hard drive is old.

They clean up the drive remove the programs that start up automatically and eventually replace the old hard drive with a new SSD.

The computer is still old.

It works much better now.

This kind of thing can happen to anyone, not people in Pakistan.

Someone in the UK, United States, Canada, India, Bangladesh or anywhere else can have the problem.

The technology may be different. The basic idea is the same:

Sometimes you do not need a new computer.

You just need to understand the computer you already have.

Windows 10 vs Windows 11: Should You Upgrade?

This is another question that a lot of people ask when they are just starting out.

The answer depends on your computers hardware.

Windows 11 needs hardware to work so an old computer might not be able to run it.

If your computer is running Windows 10 do not just assume that you should upgrade to Windows 11 even if it is not supported.

First you need to check your processor, RAM, hard drive security features and compatibility.

Remember that what operating systems are supported can change over time.

If you are using a computer you might need to think about upgrading the hardware getting a new computer or choosing a different operating system that works with your machine.

The Cheapest Upgrade Isn’t Always the Best Upgrade

Lets say you have $50 to spend on a computer.

Should you buy RAM?

Should you buy an SSD?

Should you replace something

There is no one answer that works for everyone.

If your computer does not have RAM and always runs out of memory maybe more RAM is the best upgrade.

If your computer has RAM but the hard drive is really slow an SSD might make a bigger difference.

If your processor is really old and you need to do things like edit videos or play games neither of these upgrades might be enough.

The smart thing to do is to figure out what the problem is first.

Three Habits That Can Keep Your PC Healthy

You do not need to be a computer expert.

Just do three things.

First make sure to back up your files.

Second be careful when you install software.

Third try to figure out what is wrong with your computer of just downloading programs that claim to fix everything.

These habits can save you from losing files getting malware spending money you do not need to and being really frustrated.

Final Thoughts

When your Windows computer is slow it can be really frustrating.

Do not immediately think that you need to buy a new computer.

Start with the basics.

Check what programs start up when you turn on your computer.

Clean up files you do not need.

Uninstall software you do not use.

Make sure you have free space on your hard drive.

Do not have many tabs open in your browser.

Check the Task Manager.

Keep Windows and your security tools up, to date.

If you are still using an old hard drive you should really think about getting an SSD.

The most valuable upgrade is not always a new piece of hardware.

It is knowledge.

Once you understand why your computer is slow you can stop guessing.

When you stop guessing you can start fixing problems.

That is when an old computer can become useful again.

source
4
Microsoft confirms WMIC will be completely removed from Windows 11 26H2, ending support for the decades-old command-line utility.

Windows Management Instrumentation Command-line (WMIC) is a utility that was bundled with Windows XP back in 2001, enabling IT admins to interact with Windows Management Instrumentation (WMI) to manage different components of the PC's hardware and software ecosystem. We have often used it in our guides to check the PC's motherboard model and the product key. Microsoft announced its deprecation a few years back, and it has now formally confirmed that it is removing WMIC in the next feature update for Windows 11.

WMIC has been around for a couple of decades, but its relevance has slowly faded over the years as more advanced tools have shown up with similar or better functionality, such as PowerShell. Microsoft deprecated it in Windows Server back in 2016, followed by Windows 10 in 2021, and then disabled it by default in Windows 11. Although it was available as a Feature on Demand (FoD) despite being disabled on new installs of both Windows 10 and Windows 11, Microsoft made it clear that it would not be present in the next-gen version of Windows.

A couple of days ago, Microsoft rolled out Release Preview builds 26100.9267 and 26200.9267 are for Windows 11 24H2 and 25H2 Insiders, respectively, under KB5120998. Although it packs a long feature list, a note towards the end some may have missed confirmed that WMIC will not be included in Windows 11 after August 2026. Since this is a Release Preview build that will eventually be flighted in general availability channels as Windows 11 version 26H2, this confirms that WMIC will not be bundled in that version and won't be available as an FoD either.

It's likely that many IT admins and casual users relying on WMIC scripts have already moved away from the tool since Microsoft has been slowly deprecating it over the past decade. An obvious alternative is Windows PowerShell for WMI, but Microsoft also highlighted some other workarounds here.

source
5


Everyone occasionally has problems with unusual file formats. Maybe you're a Windows and Android user who encounters an HEIC file on the internet, downloads an image expecting a JPG only to get a WebP, or simply needs a PNG converted into a JPG.

Whatever the specific case, usually converting an image requires using another program—often Microsoft Paint—or a converter on the web. At best, it is annoying, especially if you have to do it multiple times throughout your work day. If you use an online converter, it could be worse; it could expose sensitive information to a third party.

File Converter replaces that entire process with a right-click menu option that converts your files locally. I've had it installed on my PC for so long now that it feels like Windows is missing something without it.

File Converter mixes a few open-source projects
FFmpeg, ImageMagick, and Ghostscript to the rescue



File Converter isn't the kind of application that you can open and manipulate in its own window, like Firefox or Google Chrome. Rather, it is a Windows Explorer context menu extension that connects your right-click menu to a few different back ends that handle converting specific types of files.

   • FFmpeg — Handles the conversion of video files

   • ImageMagick — Handles converting image files

   • Ghostscript — Ghostscript handles PDF-related conversions.

Because it relies on very common back ends, you can convert almost any audio, video, image, and document file you're likely to encounter. However, it does more than just change extensions. You can use the menu to compress files, resize images, rotate them, or extract the audio track from a video file without ever opening a media editor.

You also won't find ads, telemetry, account requirements, or paid tiers.

It beats cloud-based converters on multiple fronts
Nothing uploads to the internet



The most immediate advantage is privacy. When you use a browser-based converter, you are trusting a third party with your data. If you are handling tax documents, medical scans, or confidential client footage, those files should never leave your machine. By keeping the conversion process local, you eliminate that risk entirely.

In 2025, the FBI warned that malicious web-based converters have been used to deliver malware to unsuspecting visitors. I've been avoiding them completely since then, and I'd recommend that you do the same.

It is always accessible and there are no file limits

Beyond privacy, there is the matter of practicality. You no longer have to deal with upload wait times, download queues, or daily conversion limits. If you need to handle fifty files at once, you can just select them all and right-click once to convert the entire batch. This works regardless of where the files are stored—whether they are on your local C drive, an external USB drive, or a network location. It also works entirely offline, which is critical when you're dealing with flaky connections or restricted networks. If your PC is up and running, File Converter is too.



Installing and setting up File Converter
Configure your presets once, then forget the application exists



To get started, download the current release from the project's page and run the installer. Once installed, I'd recommend that you open the settings window to customize how File Converter behaves.

I personally found the default list a bit busy, so I typically remove the options that I don't use, like the resize options. If you leave every option enabled, your right-click menu becomes even more cluttered.

You can also specify filename patterns or output folder rules to keep your directories organized. Before you run a massive batch on important archives, verify your settings with a disposable file to ensure the quality and format are what you expect.



File Converter makes the tedious trivial

The only real downside to File Converter is the new Windows right-click context menu. Windows won't show extensions in the "Show more options" menu if they're using the legacy API, which means you can't right-click once to access them. You can bypass it by holding Shift while you right-click, or you can use a registry to tweak the classic context menu permanently.

If you find yourself converting files more than a few times per month—especially if they're sensitive or personal—File Converter is more than worth the setup time. It doesn't offer anything completely unique, but it does make those regular tasks much more convenient. I installed it more than a year ago, and I've been glad to have it every single day.

source
6

Windows 11's biggest update this month is a dozen of small fixes

Microsoft has started rolling out the August 2026 Patch Tuesday update for Windows 11, and after going through the full changelog and testing everything, I feel there is no headline feature this time. It is a quality-of-life update with dozens of small fixes and refinements.

The update ships as Windows 11 KB5121003 (OS build 26200.9165 and 26100.9165) for Windows 11 version 25H2 and 24H2, and takes everything from the July 28 optional preview, KB5101684, and adds it into the mandatory August security release.



Voice Access gets its biggest upgrade in a while, File Explorer finally shows file sizes properly, Windows Hello adds support for external fingerprint readers, and there is a long list of smaller reliability work across the taskbar, Start menu, networking, and power settings.

Like every recent release, and I feel like a broken record here, this update also arrives in two phases. A gradual rollout hands features to devices over time through Microsoft’s Controlled Feature Rollout system, so some of what is listed below may take extra days to show up after you install. A normal rollout goes to every eligible device at once and covers the security-critical pieces, including Secure Boot.

Speaking of which, Microsoft confirms that Secure Boot certificates from 2011 keep expiring in stages through 2026, and that PCs still waiting on the newer 2023 certificates will keep booting and updating normally in the meantime. If you have not checked your Secure Boot status recently, it is worth a look.



Windows 11 version 24H2 Home and Pro reach end of updates on October 13, 2026, with Enterprise and Education supported until October 2027. 24H2 is already on the list of 15 products Microsoft is retiring in 2026, and Microsoft is force-installing 25H2 on eligible Home devices to keep them up-to-date.

What’s new in the Windows 11 August 2026 Patch Tuesday update

Here is a quick list of everything coming to your PC with the mandatory August update:

   • Voice Access adds Voice Isolation, Korean language support, and more reliable startup.

   • File Explorer shows file sizes in KB, MB, or GB instead of everything in KB.

   • Middle-click now opens a folder in a new tab from the address bar and Home page.

   • Windows Hello Enhanced Sign-in Security works with external, plug-in fingerprint readers.

   • Touchpad gestures add adjustable scroll and zoom speed, plus accelerated scrolling.

   • Taskbar notification badges switch from red to your Windows accent color.

   • You can now remove the Image Generation AI component from supported Copilot+ PCs.

   • Windows Search gets better at handling typos and partial app names.

   • Power and battery settings apply more consistently across sleep, hibernate, and lid-close.

   • Secure Boot certificate rollout keeps expanding to more eligible devices.

Voice Access gets its biggest upgrade in a while with Voice Isolation

The only “big” new change this month is on Voice Access, and it is part of Microsoft’s focus on voice as a priority area for 2026. Voice Access now has three speech recognition modes under Voice Access settings > Improve speech recognition:

1. Voice Isolation filters out other speakers and background noise, though it needs a one-time voice setup first by going to Voice Access settings > Improve speech recognition and selecting Voice Isolation.



2. Remove background noise only cuts out non-speech sounds like typing or a door closing, with no setup required.

3. No filtering keeps the default microphone input untouched.

I tried Voice Isolation with a podcast playing in the background, and the difference over the default mode was noticeable. Voice Access didn’t pick up any unwanted words from the audio, which had been a real problem before this update.

Voice Access also adds Korean language support, and Microsoft also improved the reliability of starting Voice Access. Interestingly, Windows chief Pavan Davuluri wrote in his July update on Windows quality that voice was one of the areas the team has been focused on since March.

File Explorer finally shows file sizes in the right units

File Explorer’s Details view has shown every file size in kilobytes for years, regardless of whether the file was 10KB or 10GB, and all of us have gotten used to it by now.

Anyway, with the August Patch Tuesday update, file sizes display using appropriate units, KB, MB, or GB, based on the size of the file, so a 10MB file no longer shows as 10,000KB.


File Explorer details view size now show appropriate file size

I have always found this oddly frustrating given how basic a fix it is, since converting kilobytes to gigabytes in your head while browsing a drive is not something we want to waste our brain tokens on!

The feature is rolling out gradually, so it may not be immediately visible.

Address bar navigation is also improved. Middle-click now opens a folder in a new tab from both the address bar and the File Explorer Home page, matching how tabbed browsing works elsewhere in Windows.

Microsoft also fixed a grey flash on load and unexpected scrolling to the top of the Home page in certain cases, and file thumbnails in the Recommended section are now crisper.

Windows Search gets better at handling typos for apps

The August update brings forward Search improvements Microsoft has been testing for months. App search now better handles typos, dropped letters, extra characters, and partial names, so a misspelled app name is more likely to show the app you meant to search for.



Searching Windows Settings also improves here, meaning more useful settings should appear higher in the results list.

We first saw the typo-tolerant search behavior in an Insider Experimental build back in June, where searching “pwerp” correctly returned PowerPoint. It is good to see that work reach all PCs now.



Windows Hello Enhanced Sign-in Security now works with external fingerprint readers

Windows Hello Enhanced Sign-in Security, or ESS, previously required a built-in fingerprint sensor. The August update extends ESS to peripheral fingerprint sensors, so desktops and other Windows 11 PCs without a built-in reader, including Copilot+ PCs, can use this more secure sign-in method too.

To set it up, plug in a supported ESS fingerprint reader, go to Settings > Accounts > Sign in options, and follow the enrollment prompts.



Microsoft first disclosed this feature back in January 2026 through KB5074105, and it is only now beginning to roll out to all PCs.

Touchpad gestures add adjustable scroll speed and accelerated scrolling

New gesture controls for precision touchpads come under Settings > Bluetooth & devices > Touchpad. You can adjust the baseline speed for scroll and zoom gestures, and there is a new accelerated scrolling option that speeds up scrolling the more you repeat the gesture, so long documents move faster the longer you keep scrolling.



I did not expect to care about this one, but after using accelerated scrolling on a lengthy PDF I had downloaded, it turned out to be one of the more surprisingly useful small additions in this update. It is the kind of change you only appreciate once you have used it.

You can now remove the Image Generation AI component from Copilot+ PCs

Supported Copilot+ PCs can now uninstall the Image Generation AI component where it is installed, giving users who do not use the feature a way to reclaim the space it takes up. Microsoft has slowly made AI components optional after pushback over disk space and unwanted defaults.

Widgets and Start menu pick up smaller refinements

Taskbar notification badges switch from red to match your Windows accent color, which is a smaller version of the badge changes Microsoft already rolled out for Insiders earlier this year when they turned off the MSN feed and ads in Widgets by default.



New users also see a simpler Lock screen, with Weather as the only widget shown by default instead of a cluttered set of cards.

Start menu view preferences are now retained more reliably, so your chosen layout won’t get reset spontaneously. Keyboard navigation also improves when focus is set to the apps list within the Start menu.



Also, the Start menu’s account control flyout gets a design refresh and now shows a badge for your subscription status, which you can view by selecting your account picture in the lower-left corner. It is limited to users signed in with a Microsoft account, and availability varies by device and market.

Accessibility, input, and windowing improvements

Magnifier on touch-enabled devices gets a fix for the horizontal and vertical touch bars used to pan the magnified view. These are now off by default so they no longer obstruct magnified content, though you can turn them back on in Settings > Accessibility > Magnifier if you use touch panning.



Fluid dictation for Voice Typing is now off by default for new users, with a teaching tip shown the first time the feature is used. Mouse cursor size now persists more reliably between sessions, and system dialogs open at the appropriate size on small tablets.

Power, Windows Update, and networking reliability improvements

With the latest Windows 11 update, Power and battery settings apply more consistently now. Changes you make in Settings, covering display, sleep, hibernate, the power button, the sleep button, and lid-close behavior, now apply across all power plans instead of just the active one.

Microsoft also restored the ability to set a threshold for when Energy Saver turns on, under Settings > System > Power & Battery.



Windows Update gets two minor fixes. Update progress calculation in Windows Update Settings is more accurate now, and update clean-up logic has changed to improve system performance right after an update finishes installing.

On networking, DHCP renewal reliability improves in a few scenarios, particularly when a device receives a NACK from the DHCP server, and on devices using Modern Standby.

Print performance also improves for IPPS printers, so pages should print faster on secure Internet Printing Protocol connections.

Clipboard reliability improves in some Remote Desktop and Azure Virtual Desktop scenarios too.

General reliability improvements across explorer.exe and sign-in

Microsoft continues chasing explorer.exe stability. The August update improves reliability when opening Jump Lists and recent files, when sharing files and folders, and when using Task View and multiple desktops. It also improves the reliability of the Windows sign-in and lock screens, especially when system memory is low, and improves Start menu and taskbar reliability during startup.



System sounds are more consistent when using Windows in dark mode, and you wonder how sounds and dark mode are even related!.

Time zone change detection is more accurate, and daylight saving time data has been corrected for Middle East Standard Time in Beirut, Morocco Standard Time in Casablanca, Israel Standard Time in Jerusalem, and Greenland Standard Time in Nuuk.

Fonts get attention too, with restored support for Unicode variation sequences in the Myanmar Text font and improved character shaping for the Mongolian Baiti font. The taskbar’s system tray area also loads more reliably on touch devices used in tablet mode.

And an important feature for parents, Windows Setup now shows a parental controls notice highlighting available family safety features during setup.

Secure Boot certificate rollout continues in the normal phase

Unlike most of the changes above, Secure Boot updates ship in the normal rollout phase, so it applies as soon as you install the update. The release adds more high-confidence device targeting data, expanding the pool of devices eligible to automatically receive the 2023 Secure Boot certificates. Certificate deployment through Windows Update keeps continuing across supported PCs and non-managed business devices over the coming months.



Microsoft has been clear that devices still waiting on the new certificates are not at any immediate risk. Standard Windows updates keep installing normally, and the certificates will arrive automatically once a device shows enough successful update signals. If you want to check your own status, open Windows Security > Device Security, and look under Secure Boot for a green checkmark, yellow warning, or red alert.

Other fixes shipping in the normal rollout

Office applications running in virtualized environments are more stable, both while in use and when closing.

File Explorer no longer incorrectly marks files on a DFS mapped drive as originating from the internet after a device starts offline and later reconnects, which had been triggering a false “this file could harm your computer” warning in the Preview Pane along with an unexpected Mark of the Web on copied files.

File History backups to network shares over SMB are fixed too. Backups were failing with a false “invalid credentials” error even when the credentials were correct, and that is resolved now.

AI components are updated in the background

The August update refreshes the internal AI components Windows 11 uses across the system to version 1.2607.840.0, covering Image Search, Content Extraction, Semantic Analysis, and the Settings Model. These update silently and do not need any action from you.

Servicing stack update and known issues

Microsoft is shipping servicing stack update KB5101711 (build 26100.8962) alongside this release, which improves the reliability of the Windows update installation process itself.

As of this writing, Microsoft says it is not aware of any known issues with this update, a welcome change after July’s update briefly caused shutdown and overheating problems on some Dell PCs before Microsoft shipped an emergency fix.

How to install the August 2026 Patch Tuesday update

Go to Settings > Windows Update > Check for updates to grab it. Your PC moves to build 26200.9165 if you are on 25H2, or 26100.9165 on 24H2, once installed. Turning on “Get the latest updates as soon as they’re available” can help it appear sooner.



Given how much of this update is gradual, do not be surprised if some of the smaller items above, particularly the File Explorer file size change or the touchpad gestures, take a few days to show up even after installing. Yes, this isn’t a feature-rich update, but if Microsoft keeps shipping quality fixes like this every month, Windows 11 ends up a noticeably stable OS by the end of the year.

source
7


It's the second Tuesday of the month, which means it's Patch Tuesday time again. As such, today, Microsoft is rolling out the monthly security update (also called "B release") for August 2026 on Windows 10 under the Extended Security Updates (ESU) program.

The new updates are being distributed under KB5120249, bumping up the builds to and . You can find standalone links to download the new update on the Microsoft Update Catalog at this link.

source
8
Windows 11 / Admins unhappy as Microsoft found installing new "OneDrive Photos" app
« Last post by javajolt on August 11, 2026, 09:21:22 PM »
After a lot of criticism recently, Microsoft has been trying to do some real good work. For example, the company recently announced a couple of new tools which will use AI to improve Windows 11 performance optimization. And it's not just general users; Microsoft recently released a new utility for IT admins that has been described by some as a "game changer".

However, despite those positives, the company manages to do a lot of things wrong. The latest such case happens to be the installation of a new OneDrive feature on enterprise PCs without any caution or warning, and as such, this has angered some system administrators.

That is because Microsoft appears to be quietly rolling out a new OneDrive Photos app to Windows 11 PCs. The biggest problem, however, is that admins say they were not informed about the rollout, with some claiming that they could not find any mention of the app in Microsoft's roadmap, Message Center or similar such documentation.

If you are wondering why this is a big deal, the app is reportedly showing up even on Windows 11 Enterprise machines, despite apparently being a beta application aimed at consumer functionality. One admin questioned why a beta app was appearing on an Enterprise SKU in the first place, while another described the situation as yet another consumer-oriented feature being forced onto corporate PCs.

Things get even more frustrating for IT departments because there does not appear to be a straightforward Microsoft-provided way to disable the app. Instead, one community member created a Remediation script for Intune that can remove OneDrive Photos from managed devices, while others suggested scheduling the script to run regularly in case Microsoft installs the app again. You can find it at the source link below.

And this is arguably the biggest issue here. Enterprise administrators generally need to know what is being installed on their managed devices, particularly when a software is labeled as beta. Quietly adding another application and leaving admins to clean it up themselves is therefore unlikely to win Microsoft many fans, despite all the good deeds it has been trying to do recently.

Update 18:03 ET: We reached out to Microsoft and a spokesperson provided the following statement:

Quote
“We are incubating a new photos experience in OneDrive that went more broadly than it should have in Windows. We’re fixing that. Windows Photos will always give you the option of local and cloud photos and the choice to use OneDrive or not.”

Beyond that Microsoft did not have anything more to share.

source
9


The Android RAT’s official operation is surrounded by cheaper resellers, alleged source-code vendors, independent server owners, and possible impersonators.

BTMOB has been covered by several cybersecurity publications, primarily through technical analyses of the malware and its capabilities, but much less has been reported about the ecosystem that has developed around it.

Activity observed by Flare researchers in underground forums and chat platforms reveals another story: a criminal software business that appears to have become increasingly difficult for its original operator to control.

Posts reviewed by Flare show the channel presenting itself as BTMOB’s official outlet continuing to release new versions and sell access, private infrastructure, and source code. Around it, other actors advertise cheaper subscriptions, reseller panels, purported source files, and versions carrying the BTMOB name.

To understand how this ecosystem developed, the research examined thousands of posts from forums and chat platforms, following BTMOB’s underground activity from its early stages in 2025 through the present.

The material includes announcements from the apparent official operation, alongside activity by resellers, source-code vendors, and other actors using the BTMOB name.

Key points

■ BTMOB developed from a centrally operated malware service into a broader ecosystem involving private servers, source-code buyers, custom versions, and independent administrators.

■ The official operator repeatedly reduced the price, while third parties advertised alleged access and source files at substantially lower prices.

■ The BTMOB name is now used by coordinated reseller campaigns and accounts that imply an official connection, although the authenticity of many offers cannot be verified.

■ The official BTMOB operation remained active as a secondary market developed around it, continuing to release new versions and advertise access, private infrastructure, and server code.

What is BTMOB?

BTMOB is primarily an Android remote access trojan where its malicious application is installed on a victim’s phone to steal information and provide remote control. It is sold as a malware-as-a-service package that includes droppers, a payload builder, a Windows-based operator panel, server infrastructure, and tools for phishing and credential-stealing.

BTMOB attracts actors because it provides both the malware and much of what is needed to operate it. Customers can use a software tool to configure and create malicious Android applications without developing them from scratch.

Depending on the package purchased, they may also receive access to server infrastructure, customized versions, and technical support.



Infrastructure problems became a sales opportunity

In January 2025, the official channel advertised BTMOB V2 for $700 a month, $3,000 for a lifetime license, or $5,000 plus monthly payments for private infrastructure and support.

Less than a month later, it acknowledged server errors. The operator claimed that more than 4,000 mobile devices were connected but could not determine whether heavy traffic represented customer activity or a DDoS attack. See screenshots below: 





Screenshots taken from Flare platform showing BTMOB acknowledging server availability issues.
Sign up for the free trial to access if you aren’t already a customer.

Although these claims could not be verified, the announcement provides insight into how BTMOB operated at the early stages, with the apparent official operator managing its shared infrastructure and customer communications.

Selling the code behind the service

In May 2025, the channel offered complete BTMOB source code and setup tutorials for $20,000. The package included its PHP and Node.js server components, VB.NET control panel, and Java Android code. See screenshot below: 



Screenshot taken from Flare platform showing BTMOB’s offering the full source code for $20,000.
Sign up for the free trial to access if you aren’t already a customer.

The operator later explained that source sales would generate profit, let customers inspect the code, and enable custom or alternative versions without ending the development of the original service.



Screenshot taken from BTMOB Telegram channel,
showing a BTMOB administrator explaining the decision to sell its source code.


At the same time, the organization showed signs of fragmentation. A Spanish- and Portuguese-language support channel announced that servers were temporarily offline during a dispute with two former administrators. It suspended sales and accused them of acting in bad faith.

In July, the main channel said its administrators would begin operating independently, becoming responsible for their own clients and reputations. It also said a Brazilian administrator had purchased the source and was maintaining a separate version.

The advertised source-code price subsequently fell to $10,000. When BTMOB V4 arrived in December, the public offer emphasized lifetime access, private servers, custom versions, and recurring fees.

Customers were also told that migration from V3 required contacting the operator.

A cheaper secondary market

During the same period, a coordinated Telegram campaign offered BTMOB V4.1.2 and V4.2 access. One representative advertisement priced lifetime access at $500 and “RAT and server file source code” at $1,500, directing buyers to @thebtmobadmin and @btmobportal.

The advertisement was repeatedly distributed across multiple Telegram groups by several accounts using substantially the same wording, prices, and contacts. A later variation promoted purported V4.5.4 access at similar prices but used another contact handle.

The timing is notable, although it does not prove that the official warning referred to these particular sellers. On April 26, the main BTMOB channel said it had only one official channel and denied responsibility for other accounts claiming to represent the project. See screenshot below:



Screenshot taken from Flare platform showing BTMOB’s channel warning about impersonators and scam accounts.
Sign up for the free trial to access if you aren’t already a customer.

Other actors advertised even lower prices of the different options. One offered several BTMOB versions through weekly, monthly, and lifetime plans, including purported source code. Another invited customers to become BTMOB sellers by purchasing inexpensive user or administrator panels.

Substantially similar source-code and reseller-panel advertisements appeared across numerous sites, frequently pointing to the same contact and website. Separate posts offered free trials and an $800 lifetime license, custom branding, and alleged free source downloads.

None of these advertisements proves that the files are authentic. Some may represent genuine reselling or modified versions while others may involve repackaged software, nonfunctional files, or scams.

Official development continued in 2026

The main channel released BTMOB V4.1 in February 2026 and V4.5 in April. The V4.5 offered a $1,200 lifetime account, a $3,000 private server with multiple accounts, or server source code for $7,000.

This may indicate that infrastructure-level code sales remained part of the official business, although the offer had become narrower and cheaper than the complete package promoted in 2025.

V4.5 also introduced several server locations and a central page for managing multiple servers.

From a single service to a fragmented market

When the creator of a successful product sells its recipe, others can reproduce it without bearing the original development costs. Cheaper versions emerge, but their quality varies: some may improve on the original, while others are unstable, poorly supported or even fraudulent.

This appears to be what happened with BTMOB. We do not know what prompted the source-code sale or the dispute between its administrators.

However, what began as an established MaaS operation seems to have developed into a mixture of independently managed versions, cheaper copies, competing sales channels and offers of uncertain legitimacy.

As a result, the BTMOB name no longer identifies a single operator, infrastructure or level of service.

In this fragmented market, buyers must evaluate not only the software but also the seller’s reputation, technical support and evidence that the service actually works.

source
10
Microsoft / Microsoft denies Windows 11 is spying on desktop PCs,
« Last post by javajolt on August 04, 2026, 12:18:59 PM »
Reveals what the service actually does.


Microsoft shuts down a viral rumor claiming Windows 11 secretly added a tracking service

A viral X post claiming Microsoft secretly added a new background service to spy on Windows 11 desktop PCs has racked up over 110,000 views since Friday. But the account behind it sells a paid PC optimization service to gamers.

A couple of sharp-eyed users commented that the service is over a year old and fully documented in public builds. Eventually, the post got a Community Note, and finally, to put matters to rest, Microsoft’s Scott Hanselman stepped in.



However, most of the damage was already done because Windows 11 has earned a reputation for feeling slower and bloated, so a post like this fits right where people expect it to. Microsoft does run a service as the one described, but once you look at what it does, it isn’t the problem people assumed it was.

Windows Health and Optimized Experiences Properties in a misunderstood feature

X user Xilly posted in all caps that Microsoft “ADDED A NEW BACKGROUND SERVICE TO YOUR PC IN WINDOWS 11” called Windows Health and Optimized Experiences, framing it as a laptop battery tool that does nothing but run in the background on desktop gaming PCs while quietly sending data to Microsoft every 15 minutes. Yes, that sounds dystopian and very much like Microsoft, but fortunately, this claim is false.



Note that Xilly runs a paid PC tuning business that manually adjusts BIOS, Windows settings, and hardware parameters for gamers chasing lower input lag and higher FPS. In a reply to their own post, Xilly wrote that most background services “do not affect gaming performance as much as people like to believe,” an odd thing to admit while implying this particular one is worth panicking over.

Commenters were tech-savvy enough to catch Xilly in the act. The service, known internally as whesvc, first showed up in a Windows 11 Canary build back in May 2025, where developer Albacore flagged it as a Lua-driven component tucked inside whesvc_assets.dll.



Windows Latest broke down the service’s code at the time and found it runs a script called ecp.v2.lua, sandboxed with disable_global_variables(), sampling metrics like CPU load, thermals, brightness, and battery percentage through environment variables such as WINDIAG_ECP_EVAL_SEC and WINDIAG_ECP_TELEMETRY_FREQUENCY_MINUTES. The “every 15 minutes” figure people are quoting today is about that May 2025 code analysis.



X eventually added a Community Note to Xilly’s post, and Albacore’s original 2025 post was cited directly as the source proving the service wasn’t new.

It’s also not a secret. Windows 11 documented builds show whesvc now powers Adaptive Energy Saver, a real, working feature that automatically dials in battery-saving settings, which is a strange thing for a service supposedly built to do nothing useful on your PC.

How to disable Windows Health and Optimized Experiences Properties

Disabling it, if you want to, is easy. Open Services (services.msc), find Windows Health and Optimized Experiences, and set its startup type to Disabled, or run sc stop whesvc and sc config whesvc start=disabled from an elevated terminal.



Of course, like with any negative post about Microsoft, this rumor too was already hard-etched as a reality in users’ minds. But the person who finished it off was Scott Hanselman, VP and member of technical staff at Microsoft.

Senior Microsoft VP shuts down rumours of a new viral Windows 11 tracking tool that reduces PC performance

The service was added in 2025 for performance-diagnostic capture. When Windows detects sluggish behavior, it can record targeted performance traces locally under %SystemRoot%\Temp\DiagOutputDir\Whesvc, which get bundled into a Feedback Hub report only if you choose to file one under the Desktop > System Sluggishness category.



The traces stay on your machine unless you actively submit feedback; they aren’t silently phoned home on a schedule the way the viral post implied. Hanselman also directly rejected the false claim that this was laptop-only, confirming the service isn’t battery-specific and instead falls under Windows’ diagnostics stack along with tools like Windows Performance Counters, the same built-in mechanism Windows has used for years to track CPU, memory, disk, and network behavior across both desktops and laptops.

When one commenter asked what specifically counts as “sluggish” if raw hardware usage numbers don’t tell the whole story, Hanselman clarified that the service works off Windows performance counters instead of anything resource-heavy like screen recording, which actually addressed a fair technical question that had nothing to do with the induced panic from the original post.



It’s not always that we see senior Microsoft staff shutting down fake rumours like this, and there is good reason. Scott Hanselman is aware of this, as he rightfully said, “SAYING THINGS IN ALL CAPS FOR DRAMA DOESN’T MAKE THEM DRAMATIC.”

People believe rumors like this because Windows 11 gave them reasons to

If Apple quietly shipped the same diagnostic service, most people wouldn’t blink. Windows 11 doesn’t get that benefit of the doubt anymore, and Microsoft largely did this to themselves.

As Windows Latest’s Mayank Parmar replied: “hating Windows for absolutely stupid reasons is the new gig economy for these so called X ‘independent’ creators.”

Several people asked why the service’s official description just says “Monitors the device for a better user experience” instead of something closer to what Hanselman explained in the thread. He agreed and said he’d ask for the description to be expanded.

Now, this is where Apple differs from Microsoft. California cares too much about how users perceive their brand, and it has largely worked in their favour, except for the times when they have to announce a new product, and it’s almost always the same one from last year.

Also, multiple users said some version of “just make Windows faster,” and mentioned their real, lived experience of a sluggish Windows 11 as the reason a vague rumor felt believable in the first place.

Windows Latest has been tracking this closely, from Windows 11’s rough run of update problems through 2025 to how the Task Manager creator had to publicly correct a claim about a different tracking identifier just last week. Distrust like this doesn’t come from nowhere.



Microsoft is trying to earn that trust back

Windows 11 became one of the most criticized versions of Windows for real reasons, and Redmond has been working to reverse that since March, when the company committed to fixing Windows 11’s quality and fundamentals.

Satya Nadella reinforced that commitment on Microsoft’s most recent earnings call, telling investors the company is investing directly in Windows 11’s quality this year.

That said, the years of bloat, forced upsells, and confusing background services that got Windows 11 here don’t just go away because of one good week. But the next viral rumor about a “secret” Windows service deserves a beat of skepticism, especially when the person posting it happens to sell the fix.

source
Pages: [1] 2 3 ... 10