Chipp.in Tech News and Reviews

Windows, Security & Privacy, Open Source and more

Menu
  • Home
  • Windows
  • Security & Privacy
  • Gaming
  • Guides
  • Windows 11 Book
  • Contact
  • RSS Feed
Menu

Category: Software

Don’t Bother with Windows 11’s new Speedtest feature

Posted on March 2, 2026March 2, 2026 by Martin Brinkmann

How fast is the Internet connection of your Windows 11 PC? It may surprise you that you may give two answers to that question: the maximum speed of the line or the actual speed of the device.

Speedtests help test this. They are useful for troubleshooting connection-related issues, and may also help you get a partial refund from your Internet Service Provider, if the advertised speed does not match the actual speed you get.

Most Internet users run tests in browsers. Go to a site like speedtest.net, fast.com, or Cloudflare Speed, and you get information about the download and upload speed and the ping.

There are also some apps that you can run locally, which may offer better results as they eliminate the browser bottleneck. Lastly, there are also some command line solutions, but these may require the installation of extra packages.

For example, to install Speedtest CLI, which enables you to run tests from the command prompt, you would first install the module with the command winget install Ookla.Speedtest.CLI. Once done, you’d run a basic test from the command prompt with the command speedtest. You can also use parameters, which allow you to test the speed against specific servers or write the output to a json file.

The Windows 11 Speed test

Microsoft released preview updates for Windows 11 about a week ago. These add several new features, including a new speedtest.

Here is how Microsoft describes the feature:

A built‑in network speed test is now available from the taskbar. You can open it from the Wi‑Fi or Cellular Quick Settings, or by right-clicking the network icon in the system tray. The speed test opens in the default browser and measures Ethernet, Wi‑Fi, and cellular connections. This feature helps check network performance and troubleshoot issues.

This sounds like a useful addition to Windows. Instead of having to open a test in a browser, run an app or a command, you’d simply run the test from the taskbar.

However, when you test the feature, you may realize that this is not a fully integrated speedtest in Windows 11. When you select the option, for instance by right-clicking on a network icon on the Windows taskbar, you are taken to the speedtest.net website.

In other words, Microsoft has implemented a shortcut to the website instead of implementing its own solution.

Is it still useful? Well, it may save you a click or two and it may expose the option to some users who did not know such tests existed in first place.

However, if you have used a device with Internet connectivity for a while, you may not be that impressed by this new feature.

Now it is your turn: have you used speed tests in the past to test your Internet speed?

“If your printer works today, it will continue to work”: Microsoft corrects previous announcement

Posted on February 26, 2026February 26, 2026 by Martin Brinkmann

Last month, Microsoft made a statement regarding printer support on Windows that caused confusion. Back then, Microsoft wrote: “January 2026, Windows will no longer support V3 and V4 printer drivers. These older driver models were announced as deprecated in September 2023”.

Turns out, this was not really what the company meant. Windows Central claims to have received a statement by Microsoft that confirms that support for legacy printer drivers is not ending after all on Windows.

If that would be the case, millions of printers would stop working. Here is the full statement as reported by the site:

Windows has not ended support for legacy printer drivers. If your printer works with Windows today, it will continue to work, and no action is required [..] an update to the Windows Roadmap stated that Windows will no longer support V3 and V4 printer drivers—this update was inaccurate and has since been removed

Here is what Microsoft actually meant: new legacy printer drivers will only be accepted on a case-by-case basis. This does not affect existing printer drivers and users may still download and install the updates from third-party sources.

The core changes

  • The Microsoft IPP Class Driver: Instead of downloading a specific driver for every printer model (e.g., an HP driver, a Brother driver, a Canon driver), Windows 11 is shifting to the Internet Printing Protocol (IPP) and the Mopria standard. This allows Windows to use a single, built-in inbox driver that works seamlessly with almost any modern printer.
  • Windows Protected Print Mode (WPP): Introduced in the Windows 11 24H2 update, this is an optional security feature that entirely disables third-party printer drivers. When enabled, your PC only uses the Microsoft IPP Class Driver. While it’s currently turned off by default, Microsoft’s long-term goal is to make WPP the standard.
  • Print Support Apps (PSAs): Instead of bundling advanced features (like watermarks, stapling, or deep color management) into a heavy driver package, manufacturers are being pushed to offer these features through lightweight Print Support Apps downloaded directly from the Microsoft Store.

The official timeline

  • January 15, 2026: Microsoft officially stopped accepting new v3 and v4 printer drivers onto Windows Update. From this point forward, new printers are expected to be IPP/Mopria compliant, but exceptions may be made case-by-case.
  • July 1, 2026: Windows will change its internal ranking system. If you plug in a new printer, Windows will default to the Microsoft IPP class driver instead of hunting for a manufacturer-specific driver.
  • July 1, 2027: Windows Update will stop distributing non-security updates for third-party legacy drivers. Only critical security patches will be allowed through.

Here is what the Windows UserChoice Protection Driver UCPD does

Posted on February 21, 2026February 21, 2026 by Martin Brinkmann

Have you ever heard of the Userchoice Protection Driver (UCPD.sys) that Microsoft added to its Windows 10 and Windows 11 operating systems in 2024? It is a protective driver designed to prevent third-party applications or scripts from making changes to Registry keys that fall into the UserChoice category. This includes system defaults, such as the web browser, PDF viewer, or widgets.

Before the introduction, apps or scripts could make changes to default settings on Windows by editing certain keys in the Registry directly. With UCPD active, Microsoft implemented a check that allows or disallows changes to these keys.

If the change comes from a legitimate Microsoft process, it is allowed. If the change comes from a non-Microsoft process,, it is not allowed.

So, using the Settings application works, while using a script to make the changes does not.

While Microsoft has not revealed much about the motivation behind the introduction of the driver, it was at least partially introduced to make hijacking of important user settings difficult.

Granted, this had the added effect that it would be harder for competitors to change the defaults, even when users wanted it to happen.

The Impact

Most users may never notice that Microsoft introduced the feature in the first place. Changing defaults via the Settings app is not prevented and so is not a direct edit to the Registry using the Registry Editor.

However, for system administrators and some advanced users, UCDP has been a major headache as it broke command line tools and scripts.

How to check if the driver is running

Here is one easy method to check if the driver is active on your Windows PC:

  1. Open the Start menu.
  2. Type cmd and press the Enter-key to load the Command Prompt.
  3. Type sc query ucpd.

If you see running next to state, then you have confirmation that the service is active.

Can you do something about it? (Should you?)

The short answer: yes, you can turn this off, but it is not as straightforward as you might want it to be.

Here are the required steps:

  • Run sc config UCPD start= disabled from an elevated command prompt window.
  • Open Task Scheduler, navigate to \Microsoft\Windows\AppxDeploymentClient, and disable the UCDP velocity task so that it does not turn the driver back on.
  • Reboot the system.

I suggest you check whether UCDP is running using the command prompt again to make sure.

Should you disable the feature? My advice: if you did not notice any issues so far, you might not need to disable it. If you have run into problems recently running scripts or apps, then you could consider it, especially if you run them regularly.

Keep in mind though that this is also blocking malicious scripts and apps from making those changes.

Mozilla ends support for Firefox on Windows 7 and 8/8.1

Posted on February 18, 2026February 18, 2026 by Martin Brinkmann

The digital clock has finally run out for holdouts clinging to the past, forcing a critical decision for millions of PC users worldwide.

Mozilla has confirmed that it will officially terminate security updates for Firefox on Windows 7, 8, and 8.1 by the end of February 2026.

The organization is the last major browser maker that still supports the discontinued Windows operating systems.

Windows 7 support ended in January 2020 officially, but Microsoft introduced Extended Security Updates for business customers. These allowed businesses to extend support for up to three years, for a price.

Windows 8 and 8.1 support ended in January 2023, which is also the month that Windows 7 ESU support ended officially.

While Mozilla continued to support Firefox on Windows 7 after January 2023, Microsoft ended support for its Edge browser in the same month. Google followed a month later, when it released Chrome 109, the last official version of the web browser that supported the two operating systems.

Mozilla has now confirmed that it won’t release new updates for Firefox 115 ESR, the last version to support Windows 7 and 8/8.1, after February 2026.

  • Firefox 115 is now the last version supported on Windows 7, 8 and 8.1.
  • Updates will be delivered through the ESR channel until the end of February 2026.

The organization recommends that users upgrade the operating system to a supported version to “continue receiving Firefox security and feature updates”.

However, this could be problematic for a number of reasons, at least when upgrades to newer versions of Windows are considered:

  • The next direct upgrade is Windows 10. Microsoft has ended support and ESU updates are only provided until October 2026 for Home and Pro editions. Mozilla plans to continue supporting Firefox on Windows 10 though.
  • Windows 11 is supported, but it has stricter system requirements. Systems that do not meet the requirements can’t be upgraded as easily, if at all (there are some that can’t be bypassed).

Affected users might consider switching to Linux. It is a daunting task, but things have improved significantly in this regard over the years. Yes, some apps or games are not available directly, others may not run, but the vast majority of apps and games should run on Linux.

Firefox 115 ESR will continue to work after February 2026, but Mozilla won’t release any new updates for the version of the open source browser.

Trading In Your Android? Here Are the Mandatory Steps to Follow

Posted on February 15, 2026February 15, 2026 by Martin Brinkmann

There are few feelings better than unboxing a brand-new smartphone, but that excitement can turn to frustration quickly if your trade-in gets rejected weeks later.

While most people remember to wipe their photos and messages, many overlook the invisible ‘digital locks’—like Factory Reset Protection—that can render a phone useless to a recycler and instantly drop your trade-in value to zero.

Before you seal that shipping box or head to the store, you need to do more than just a quick reset; you need to ensure your Android phone is completely unlocked, secure, and legitimately ready for its next owner.

The Pros and Cons of Trading in your old Android phone

The main benefit of trading in an old smartphone is that you get money for it. This is especially useful if you don’t need the old device anymore. Sometimes, merchants pay you extra when you trade in a device, even if the device is not worth as much anymore.

The downside is that you are giving away a device that you used in the past. Unless you are careful, it may be possible to access personal data or accounts.

Another issue is that you need to make sure that the device is not protected from being reset by the processing company or the new owner. If the trade-in company realizes that the phone is locked, it will reject it.

Here is a quick overview of the pros and cons:

ProsCons
Convenience and safety“Bill Credit” Trap
Inflated prices (sometimes)Low value without special promotions
Instant discountsGrading may sometimes disagree with your assessment
Environmental responsibleDelayed gratification

Note that I assume that you have moved the data from the old device to the new already. A good option for that is to connect both devices via an USB cable and start the transfer process this way.

The mandatory steps before sending the old device in

First, make sure that you back up all important data. This includes photos and videos, files, and anything else. It is a good idea to create a full phone backup, but you can also use internal features to create this backup. This ensures that you can restore the data, if the need arises.

Go to Settings > Google > Backup on the device. Note that this backs up essentials, such as contacts or device settings. The location may be different depending on the device manufacturer. Samsung device owners go to Settings > Accounts and backup, and select “back up data” there.

Backing up photos and videos is another story. You could back them up in the cloud, and Google is very pushy about this, or, and this is what I prefer, store them on a local computer instead.

Second, removing the Google account is essential. If you do not, you won’t disable Factory Reset Protection. This is designed to prevent the theft of devices, as the new owner needs the password of the previous owner to start using it.

Go to Settings > Passwords & accounts (or Users & accounts, or Manage accounts). Locate the Google account there and select the remove option. I suggest you do the same for any other account on the device, as this removes them all. The accounts on the new device are not affected by this.

Third, run a factory reset. This restores the original state of the Android device and removes all personal data from it. Go to Settings > System > Reset Options > Erase all Data. On Samsung, you find the setting under Settings > General management > Reset > Factory data reset.

Finally, remove any SIM-cards, eSIMs, or SD cards from the device.

Recommended Steps (good practice, but not mandatory for trading in)

Here is a quick list of tasks that you might want to consider as well:

  • Unpair any Bluetooth devices.
  • Remove any network connections.
  • De-register from chat services.
  • Save the phone’s IMEI number (dial *#06# to see it on the screen).
  • Charge the battery to at least 50 percent.
  • Document the phone’s condition with photos or video, also write down the information).

Ultimately, the difference between a successful trade-in and a rejected one often comes down to these few minutes of preparation. By ensuring your data is backed up and your Google account is fully removed, you’re not just protecting your privacy—you’re securing your payout.

The One Feature Everyone Missed is Reportedly Coming Back to Windows 11

Posted on February 13, 2026February 13, 2026 by Martin Brinkmann

When Windows 11 launched in 2021, it was defined as much by what was missing as by what was new, with a redesign that inexplicably stripped away the deep customization options power users had relied on for decades.

Microsoft locked and limited the taskbar in Windows 11 to the bottom of the screen. A big downgrade to how things were on the predecessor Windows 10.

Now, nearly five years after that controversial debut, Microsoft is finally preparing to right that wrong. According to new internal reports, the company is actively developing a fully movable and resizable taskbar that will allow users to dock their start menu to the top, left, or right of the screen once again, with the feature slated to arrive in a major update later in 2026.

Windows Central reports that Microsoft is working on bringing the functionality back, citing sources familiar with Microsoft’s plans.

If that sounds familiar, you may think of Mozilla. The Firefox maker started to bring back features and introduce features that Firefox enthusiasts wanted for years recently.

It could reflect how serious the situation is for Microsoft. Mozilla faces a declining user base, as it tries to juggle a user-first approach with the necessity of having the world’s largest advertising company finance operations.

Microsoft’s situation is different. Windows is still the dominating desktop operating system. Yes, there is Apple with macOS, but it does not really seem to be a focus of the company. Linux is gaining, but recent gains come down to a large degree on Valve’s Steam Deck, which runs Linux.

Still, Microsoft’s bet on AI and the first rush of integrating AI into everything seems to have backfired somewhat. It did not help that features such as Recall were not designed properly and seen as threats by many users instead of useful tools to help them in their day-to-day activities when using Windows.

Whether it is able to regain the trust of Windows users remains to be seen. A very good start would be to deal with the looming Windows 10 end of support situation for home users. Come October 2026, millions of Windows 10 devices that can’t be upgraded to Windows 11 officially won’t get any updates anymore.

Extending this to the three years that corporate customers get would show plenty of good will and would certainly help paint Microsoft’s image in a better light.

Windows updates

Six Zero-Days in the Wild: The February 2026 Windows Patch Tuesday Breakdown

Posted on February 11, 2026 by Martin Brinkmann

If January was the warm-up, February is the sprint.

Microsoft’s second Patch Tuesday of 2026 has arrived with significant urgency, addressing 59 vulnerabilities in total. While the total count is manageable, the severity is high, as it contains six zero-day vulnerabilities that are currently being exploited in the wild.

Here is the breakdown of what you need to know, what to patch first, and what might break.

The February 2026 Patch Day overview

Executive Summary

  • Release Date: February 10, 2026
  • Total Vulnerabilities: 59
  • Critical Vulnerabilities: 5
  • Zero-Days (Actively Exploited): 6 (Windows Shell, MSHTML, Word, DWM, RDP, Remote Access Connection Manager)
  • Key Action Item: Administrators must prioritize workstation patching immediately due to three “one-click” security bypasses (Shell, MSHTML, Word) that allow code execution without user confirmation. Simultaneously, restrict and patch RDP servers to prevent the active SYSTEM-level escalation exploit (CVE-2026-21533).

Important Patches

  • CVE-2026-21510 — Windows Shell Security Feature Bypass Vulnerability
  • CVE-2026-21513 — MSHTML Platform Security Feature Bypass Vulnerability
  • CVE-2026-21514 — Microsoft Office Word Security Feature Bypass Vulnerability
  • CVE-2026-21519 — Desktop Window Manager Elevation of Privilege Vulnerability
  • CVE-2026-21533 — Windows Remote Desktop Services Elevation of Privilege Vulnerability

Cumulative Updates

Product, VersionKB ArticleNotes
Windows 10, Version 22H2KB5075912ESU Only. Security updates. Fixes the VSM shutdown/restart bug introduced in January.
Windows 11, Version 23H2KB5075941Security updates.
Windows 11, Version 24H2 / 25H2KB5077181Security updates and non-security changes. Adds “Cross-Device resume” and MIDI 2.0 support.

Deep Dive: The Critical Vulnerabilities

Microsoft confirmed that six already exploited zero-day vulnerabilities are fixed after installing the cumulative updates. Attackers may exploit the issues on unpatched systems to bypass protections and gain system-level access.

Here is the critical overview:

CVE-2026-21510 (Windows Shell Security Feature Bypass)

Allows attackers to craft malicious links or shortcut files to bypass Mark of the Web (MotW) and Windows SmartScreen prompts. As a result, malicious payloads may execute on unpatched systems without the usual “Are you sure” security warnings of SmartScreen.

CVE-2026-21513 (MSHTML Platform Security Feature Bypass):

Allows attackers to bypass security prompts using malicious HTML files, if the Internet Explorer engine (MSHTML) is used for rendering. The threat is similar to the Windows Shell issue described above, as it may be used to skip security screens to run malicious code on target systems.

CVE-2026-21514 (Microsoft Word Security Feature Bypass)

The third of the feature bypasses, this exploits an issue in Object Linking & Embedding (OLE) in Microsoft Office. Attackers may use it to run malicious Word documents and sidestep certain protections designed to block the execution of risky external content.

CVE-2026-21519 (Desktop Window Manager Elevation of Privilege)

The vulnerability is a type confusion flaw in the Desktop Windows Manager (DWM). Attackers need basic access for exploitation, but if they have, they may use the flaw to elevate their privileges to SYSTEM level, which allows them to take control of the system.

CVE-2026-21533 (Windows Remote Desktop Services Elevation of Privilege)

Describes an improper privilege management flaw in Remote Desktop Protocol. Exploitation opens another route to SYSTEM privileges on unpatched system. Especially problematic in Enterprise environments, which usually use RDP a lot.

CVE-2026-21525 (Windows Remote Access Connection Manager Denial of Service)

A null pointer dereference issue in the VPN / Dial-up manager. A local attacker, even with low privileges, may use the issue to crash the service repeatedly.

Significant Changes in the February 2026 updates

  • The Virtual Secure Mode (VSM) restart loop bug is fixed.
  • Cross-Device resume arrives in Windows 11. When a phone is paired with the Windows system, its recent activities are now displayed in Start. You can continue those. Requires the latest Link to Windows app.
  • Native MIDI 2.0 support. The new protocol is now supported, which creators and audio engineers may take advantage of.
  • The Secure Boot change is entering the targeting phase. In this phase, Windows can determine whether the device’s UEFI is compatible with the upcoming certificate rotation. If it is, it will be queued to receive the actual update in the coming months. No user action required.

First Steps: Your Patch Tuesday Strategy

  1. Patch the six zero-day vulnerabilities immediately. Start with user workstations.
  2. If you paused updates in January because of the VSM restart loop bug, deploy this month’s cumulative update to get it fixed.
Windows 11 is removing an option to bypass Microsoft account and internet during setup

Windows 11’s Mobile Moment: Bringing Smartphone-Style Privacy to the Desktop

Posted on February 10, 2026February 10, 2026 by Martin Brinkmann

Microsoft revealed recently that it plans to regain the trust of its users and focus in areas such as Windows stability and security. Yesterday, the company announced two new initiatives that it says will strengthen “Windows trust and security through user transparency and consent”.

The two features, Windows Baseline Security Mode and User Transparency and Consent, will make Windows more resilient according to Microsoft.

Baseline Security Mode is a new architectural safeguard designed to ensure that every application, regardless of its origin, operates within a set of “safe” boundaries by default. Only “properly signed apps, services and drivers” are allowed to run by default, but users and administrators may override the defaults to run apps, services or drivers that do not meet the new requirements.

User Transparency and Consent shifts the Windows experience toward a mobile-centric privacy model, giving users granular control over what their apps can access. This includes new real-time prompts by apps when they try to access sensitive data, such as the location, camera, or personal files, or install unintended software.

Microsoft plans to roll out the changes “through a phased approach”. It says that it is already working with partners and that the work has begun already. Next step is — probably — the integration in Insider builds for a first round of extended tests before the features will land eventually on stable machines.

It remains to be seen how these features are integrated. Run-time permission prompts sound useful, as they introduce much needed transparency to Windows for users. Baseline security mode could go either way. It might help protect machines, especially in corporate environments, but it could also become a nightmare for users who need to run something that is not signed or meeting Microsoft’s requirements. Especially, if there is no easy option to whitelist apps, drivers, or services.

It does not look as if this is coming soon, as Microsoft seems to have taken a cautious approach to introducing major new features to Windows. Slow, steady and stable could be the mantra of the year for Microsoft, especially after a rather frustrating first patch day in January 2026.

Copilot+ PCs for Gaming? Microsoft’s Controversial Advice

Posted on February 9, 2026February 9, 2026 by Martin Brinkmann

Ask any PC enthusiast what the most critical component for gaming is, and they will almost certainly say “the graphics card” — but Microsoft begs to differ.

In a controversial update to its official Windows Learning Center, the tech giant is now aggressively positioning its AI-centric Copilot+ PCs as the ‘ideal’ hardware for gamers, recommending a staggering 32GB of RAM and a neural processing unit (NPU) as the new standard for high performance.

Is this advice actually about achieving higher frame rates, or is Microsoft simply trying to upsell AI capabilities that most modern games don’t even use yet?

Microsoft’s Offload-Theory

Microsoft argues that the neural processing unit (NPU) is a game-changer. The logic goes something like this: Windows can delegate background AI tasks to the NPU, so that the processor and the graphics card have more resources available for rendering games.

This, according to Microsoft, results in smoother gameplay and higher frame rates compared to traditional Windows PCs without an NPU.

To support this claim, Microsoft has updated the specifications for gaming on Windows.

  • RAM: While 16 GB remains the minimum, Microsoft now strongly recommends 32 GB of RAM as the “sweet spot” for high-performance gaming.
  • Storage: A fast NVMe SSD with at least 512 GB to 1 TB of space to handle modern game file sizes and ensure fast load times.
  • Processor: A CPU with an NPU-chip (like the Snapdragon X series, AMD Ryzen AI 300, or Intel Core Ultra).

The company leans heavily on Auto Super Resolution (Auto SR) to hammer home its argument. It is an upscaling technology that is exclusive to Copilot+ PCs. Like other technologies of its kind, it is promising higher frame rates and thus a smoother gameplay experience.

This technology allows Copilot+ PCs, which are mostly light laptops without dedicated graphics cards, to run demanding games at acceptable frame rates, according to Microsoft.

Here is a critical breakdown of the arguments

Microsoft’s recommendation for 32 GB sounds good on paper, until you realize that Copilot+ PCs usually do not include a dedicated graphics card.

Traditional PCs have system RAM and dedicated video RAM (if they have a dedicated graphics adapter). Most Copilot+ PCs do not have the latter, which means that all components share the system memory.

If a modern game requires 8 GB of video memory, Copilot+ PCs have to use system RAM for that. Selling 32 GB as high performance is misleading therefore.

While offloading some tasks to the NPU may reduce CPU usage somewhat, it is highly doubtful that this is making big impacts on the performance of games.

Finally, Auto SR is a necessary feature as it boosts game resolutions and frames on laptops that would otherwise be too weak for higher resolutions or frame rates.

The feature competes directly against Nvidia DLSS and AMD FSR, two mature technologies that improve systems with dedicated graphics cards. Even mid-range dedicated video cards should provide better and smoother game plays than Auto SR on systems with NPU but no dedicated cards.

Closing Words

Most gamers won’t buy a Copilot+ PC at this time, unless it comes with a dedicated graphics card. Traditional systems with video cards will outperform Copilot+ PCs without one in gaming, there is little doubt about that. This may change once Copilot+ PCs and laptops with dedicated video cards become available on scale. For now, Microsoft is making a recommendation that is not in the best interest of most Windows gamers.

While many games do run on ARM already, there are still holdouts, including many popular multiplayer games that run anti-cheat software on the system.

KB5074105 Changes Storage Settings: Why You Should Go Back to the Legacy Disk Cleanup Tool

Posted on February 8, 2026February 8, 2026 by Martin Brinkmann

If you have installed the preview update (KB5074105) for Windows 11’s February update, you may have noticed that something is amiss. Opening the Storage part in the Settings app fires an UAC prompt now and some options seem to have been removed.

Microsoft says the security prompt is introduced to “ensure that only authorized Windows users can access system files”. An unelevated process scans and displays only the folders that the current user account has permission to see.

The move has four objectives for Microsoft:

  • Preventing the unauthorized enumeration of system files.
  • Reducing accidental system damage, for instance when a user deletes the previous Windows installation, as Windows can’t be rolled back anymore in that case.
  • Reducing local attack vectors.
  • Alignment with the least privilege security model.

Some cleanup options are AWOL

The Temporary files cleaner in Settings / Storage has fewer options after installing the Windows update.

Is it a bug or a feature? While the newly introduced UAC prompt for the Storage part of the Settings app seems to work just fine, users noted that some cleanup options were missing.

Options such as Windows Update Cleanup or Device Driver Packages do not appear anymore when you select the Temporary files option on the Storage page.

Microsoft has not confirmed this as an issue and at this moment, it is unclear whether this is intentional or a bug that will get fixed eventually.

The Disk Cleanup tool has the missing options.

The solution: While Storage in Settings fails to provide users with elevated rights with the proper cleanup options, the legacy Disk Cleanup tool continues to show these options.

Just open the run box with the shortcut Windows-R, type cleanmgr.exe, and press the Enter-key to get started. Make sure you select “clean up system files” after the initial scan to see all options.

Alternatively, you could give third-party programs like BleachBit a try, which support extensive cleanups of temporary files.

Summary: The update didn’t just add a security prompt; it seemingly broke the logic that populates the list in the modern Settings app, forcing users to go back to the old Windows 98-era “Disk Cleanup” tool to do a proper system scrub.

It remains to be seen whether the cumulative updates for Windows 11, which Microsoft will release on February 10, 2026, will correct the issue.

  • 1
  • 2
  • 3
  • 4
  • …
  • 31
  • Next

Support This Site

If you like what I do please support me!

Any tip is appreciated. Thanks!
  • March 2, 2026 by Martin Brinkmann Don't Bother with Windows 11's new Speedtest feature
  • February 27, 2026 by Martin Brinkmann Warning! That laptop on Amazon? It comes with temporary storage
  • February 26, 2026 by Martin Brinkmann "If your printer works today, it will continue to work": Microsoft corrects previous announcement
  • February 25, 2026 by Martin Brinkmann YouTube Premium Lite subscribers get background playback and downloads with a big "but"
  • February 24, 2026 by Martin Brinkmann Firefox 148.0 is out with its AI kill switch and support for Windows 7 and 8.1 comes to an end

About

We talk, write and dream about Technology 24/7 here at Chipp.in. The site, created by Martin Brinkmann in 2023, focuses on well-researched tech news, reviews, guides, help and more.

Legal Notice

Our commitment

Many websites write about tech, but chipp.in is special in several ways. All of our guides are unique, and we will never just rehash news that you find elsewhere.

Read the About page for additional information on the site and its founder and author.

Support Us

We don't run advertisement on this site that tracks users. If you see ads, they are static links. Ads, including affiliate links, never affect our writing on this site.

Here is a link to our privacy policy

©2026 Chipp.in Tech News and Reviews