Win Update KB5063878 Windows 11 Cumulative Update build 26100.4946 (24H2) - Aug. 12


UPDATE 8/29:


 Microsoft Support:

August 12, 2025 - KB5063878 (OS Build 26100.4946)​

Windows Secure Boot certificate expiration

Important:
Secure Boot certificates used by most Windows devices are set to expire starting in June 2026. This might affect the ability of certain personal and business devices to boot securely if not updated in time. To avoid disruption, we recommend reviewing the guidance and taking action to update certificates in advance. For details and preparation steps, see Windows Secure Boot certificate expiration and CA updates.

To learn more about Windows update terminology, see types of Windows updates and monthly quality update types. For an overview, see the update history page for Windows 11, version 24H2.

Stay informed! Follow @WindowsUpdate for the latest updates from the Windows release health dashboard.

Windows Updates do not include updates for Microsoft Store apps.
If you're an enterprise user, see Microsoft Store apps - Configuration Manager.
If you're an consumer user, see Get updates for apps and games in Microsoft Store.


Highlights

  • This update addresses security issues for your Windows operating system.

Improvements

This security update contains fixes and quality improvements from KB5062660 (released July 22, 2025). The following summary outlines key issues addressed by the KB update after you install it. Also, included are available new features. The bold text within the brackets indicates the item or area of the change.
  • [Authentication] Fixed: This update addresses an issue that caused delays during sign-in on new devices. The delay was due to certain preinstalled packages.
If you installed earlier updates, your device downloads and installs only the new updates contained in this package.

For more information about security vulnerabilities, please refer to the Security Update Guide website and the August 2025 Security Updates.

AI Components

This release updates the following AI components:

AI ComponentVersion
Image Search1.2507.793.0
Content Extraction1.2507.793.0
Semantic Analysis1.2507.793.0
Settings Model1.2507.793.0

Windows 11 servicing stack update (KB5065381)- 26100.4933​

This update makes quality improvements to the servicing stack, which is the component that installs Windows updates. Servicing stack updates (SSU) ensure that you have a robust and reliable servicing stack so that your devices can receive and install Microsoft updates. To learn more about SSUs, see Simplifying on-premises deployment of servicing stack updates.

Known issues in this update

1 Error events are logged for CertificateServicesClient

Symptoms

After installing the July 2025 Windows non-security preview update (KB5062600) or a later update, including the August 2025 Windows security update, you might see the following error in Event Viewer related to CertificateServicesClient (CertEnroll):

The "Microsoft Pluton Cryptographic Provider" provider was not loaded because initialization failed.

This event appears with Error ID 57 and is logged every time the device restarts. It does not indicate a problem with any active Windows component. The event is related to a feature that is currently in development.

There is no impact to Windows functionality, and no action is required.

Workaround

This issue is addressed in KB5064081.

2 Install error with error code 0x80240069

Symptoms

The August 2025 security update (KB5063878) might fail to install with error code 0x80240069 when deployed through Windows Server Update Services (WSUS). WSUS enables servers with the WSUS role to defer, selectively approve, and schedule updates for specific devices or groups across an organization.

This issue is unlikely to affect home users, as WSUS is intended for use in business and enterprise environments.

Workaround

The issue affecting the Windows Update service for devices managed through Windows Server Update Services (WSUS) has been resolved. If you experienced this problem, refresh, and re-sync with WSUS to install this update.

A Group Policy had previously been released using Known Issue Rollback (KIR) to work around this issue. If you installed the special Group Policy, you could find it in Group Policy Management Editor under: Computer Configuration > Administrative Templates > Windows 11 24H2 and Windows Server 2025 KB5063878 250814_00551 Known Issue Rollback

Organizations no longer need to install and configure this Group Policy to address this issue.

3 Network Device Interface streaming performance issue

Symptoms

After installing the August 2025 Windows security update (KB5063878), you might experience delays or uneven audio and video performance when using Network Device Interface (NDI) to stream or transfer feeds between PCs.

This issue affects streaming apps such as OBS Studio (Open Broadcaster Software) and NDI Tools, especially when Display Capture is enabled on the source PC. The problem can even occur under low-bandwidth conditions.

Workaround

This issue is addressed in KB5065426.

4 Unexpected User Account Control (UAC) prompt when doing MSI repair operations

Symptoms

A security improvement was included in the August 2025 Windows security update and later updates to enforce the requirement that User Account Control (UAC) prompt for administrator credentials when performing Windows Installer (MSI) repair and related operations. This improvement addressed security vulnerability CVE-2025-50173.

After installing the update, standard users might see a User Account Control (UAC) prompt in several scenarios.
  • Running MSI repair commands (such as msiexec /fu).
  • Opening Autodesk apps, including some versions of AutoCAD, Civil 3D and Inventor CAM, or when installing an MSI file after a user signs into the app for the first time.
  • Installing apps that configure per user.
  • Running Windows Installer during Active Setup.
  • Deploying packages through Manager Configuration Manager (ConfigMgr) that rely on user-specific "advertising" configurations.
  • Enabling Secure Desktop.
If a non-admin user runs an app that initiates an MSI repair operation without displaying UI, it will fail with an error message. For example, installing and running Office Professional Plus 2010 as a standard user will fail with Error 1730 during the configuration process.

Workaround

This issue is addressed in KB5065426.

How to get this update

Before you install this update

Microsoft combines the latest servicing stack update (SSU) for your operating system with the latest cumulative update (LCU). For general information about SSUs, see Servicing stack updates and Servicing Stack Updates (SSU): Frequently Asked Questions.

Install this update

To install this update, use one of the following Windows and Microsoft release channels.

AvailableNext Step
Included
This update downloads and installs automatically from Windows Update and Microsoft Update.
Yes 1Before you install this update

To get the standalone package(s) for this update, go to the Microsoft

Update Catalog
website. This KB contains one or more MSU files that require installation in a specific order.

Install this update

Method 1: Install all MSU files together


Download all MSU files for KB5063878 from Microsoft Update Catalog and place them in the same folder (for example, C:/Packages). Use Deployment Image Servicing and Management (DISM.exe) to install the target update. DISM will use the folder specified in PackagePath to discover and install one or more prerequisite MSU files as needed.

Updating Windows PC

To apply this update to a running Windows PC, run the following command from an elevated Command Prompt:

DISM /Online /Add-Package /PackagePath:c:\packages\Windows11.0-KB5063878-x64.msu

Or, run the following command from an elevated Windows PowerShell prompt:

Add-WindowsPackage -Online -PackagePath "c:\packages\Windows11.0-KB5063878-x64.msu"

Or use Windows Update Standalone Installer to install the target update.

Updating Windows Installation media

To apply this update to Windows Installation media, see Update Windows installation media with Dynamic Update.

Note: When downloading other Dynamic Update packages, ensure they match the same month as this KB. If the SafeOS Dynamic Update or Setup Dynamic Update is not available for the same month as this KB, use the most recently published version of each.

To add this update to a mounted image, run the following command from an elevated Command Prompt:

DISM /Image:mountdir /Add-Package /PackagePath:Windows11.0-KB5063878-x64.msu

Or, run the following command from an elevated Windows PowerShell prompt:

Add-WindowsPackage -Path "c:\offline" -PackagePath "Windows11.0-KB5063878-x64.msu" -PreventPending

Method 2: Install each MSU file individually, in order

Download and install each MSU file individually either using DISM or Windows Update Standalone Installer in the following order:
  1. windows11.0-kb5043080-x64_953449672073f8fb99badb4cc6d5d7849b9c83e8.msu
  2. windows11.0-kb5063878-x64_199ed7806a74fe78e3b0ef4f2073760000f71972.msu
1 This latest cumulative update includes updates for AI components. Even though the AI component updates are included in the update, the AI components are only applicable to Windows Copilot+ PCs and will not install on Windows PC or Windows Server.

If you want to remove the LCU

To remove the LCU after installing the combined SSU and LCU package, use the DISM/Remove-Package command line option with the LCU package name as the argument. You can find the package name by using this command: DISM /online /get-packages.

Running Windows Update Standalone Installer (wusa.exe) with the /uninstall switch on the combined package will not work because the combined package contains the SSU. You cannot remove the SSU from the system after installation.

File information

For a list of the files provided in this update, download the file information for cumulative update 5063878.

For a list of the files provided in the servicing stack update, download the file information for the SSU (KB5065381) - version 26100.4933.


 Source:



Check Windows Updates


UUP Dump:

64-bit ISO download:

ARM64 ISO download:

 
Last edited:
Edition Windows 11 Pro
Version 24H2
Installed on ‎28.‎4.‎2025.
OS build 26100.4946
Experience Windows Feature Experience Pack 1000.26100.197.0
Not exactly flawless
View attachment 142065
99.9 percent, that's the "Bluetooth file bug", just like 23H2.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro x64 24H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 9 5900X
    Motherboard
    ASRock B550 PG Velocita (UEFI-BIOS 3.90)
    Memory
    64 GB G.Skill RipJaws V F4-3200C16D-64GVK
    Graphics Card(s)
    ASRock Steel Legend Arc B580 12 GB
    Monitor(s) Displays
    Alienware AW3423DWF OLED ultrawide
    Hard Drives
    Samsung 990 Pro 1 TB NVMe SSD
    PSU
    eVGA Supernova 750 G3
    Case
    Corsair 275R
    Internet Speed
    VTel FTTH 1 Gb down and 1 Gb up
  • Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3607)
    Memory
    32 GB (2x16 GB G.Skill TridentZ Neo)
    Graphics card(s)
    Sapphire Nitro+ Radeon RX 6750 XT
    Hard Drives
    Samsung 970 Pro 512 GB NVMe SSD
    PSU
    Corsair RM850x
    Case
    Fractal Focus G
@Zardoc @Scott any idea how to remove these errors or at least stop them from showing in event viewer?

Kinda annoying on every boot lol
 

My Computer

System One

  • OS
    windows 11 25h2
    Computer type
    PC/Desktop
    CPU
    14700KF
    Motherboard
    MSI MAG Z790 Tomahawk WiFi
    Memory
    32GB DDR5
    Graphics Card(s)
    MSI 4090 VENTUS 3X
    Monitor(s) Displays
    CORSAIR XENEON 27QHD240 OLED
    Screen Resolution
    1440p
    Hard Drives
    M.2 SSD
    PSU
    HX1000i 2023
    Case
    Corsair 4000D
    Cooling
    Noctua Nh-U12A
    Keyboard
    WOOTING HE Full
    Mouse
    Logitech G502 X Wired
Should I reinstall? Because this doesn't seem to happen when I update off of a clean install.
Am I good now? (The component store repair was actually successful this time)

CBS reported 1,366 corrupted files and repaired them, when using restorehealth
 

My Computers

System One System Two

  • OS
    Windows 11 Pro x64 24H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 9 5900X
    Motherboard
    ASRock B550 PG Velocita (UEFI-BIOS 3.90)
    Memory
    64 GB G.Skill RipJaws V F4-3200C16D-64GVK
    Graphics Card(s)
    ASRock Steel Legend Arc B580 12 GB
    Monitor(s) Displays
    Alienware AW3423DWF OLED ultrawide
    Hard Drives
    Samsung 990 Pro 1 TB NVMe SSD
    PSU
    eVGA Supernova 750 G3
    Case
    Corsair 275R
    Internet Speed
    VTel FTTH 1 Gb down and 1 Gb up
  • Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3607)
    Memory
    32 GB (2x16 GB G.Skill TridentZ Neo)
    Graphics card(s)
    Sapphire Nitro+ Radeon RX 6750 XT
    Hard Drives
    Samsung 970 Pro 512 GB NVMe SSD
    PSU
    Corsair RM850x
    Case
    Fractal Focus G
I get these on every boot - this was introduced in the last preview update for this CU.

Pretty annoying. Any idea how I can disable these? My MB doesn't even support Pluton

(MSI MAG Z790 Tomahawk WiFi).

Cheers.
Unless you're having specific issues, chasing down errors like that are mostly a snipe hunt. I once took every error in the system event log and chased down the reason. Many you could rectify, but it made no observable difference in any operation. A few were known issues that simply weren't repaired, or network errors posted due to a resource not being available. After hours of tracking stuff down, I didn't really get anywhere. I never bothered to go through that exercise again.

The time to look at the event log is when you're having an actual problem, then there might be some clues in there. Otherwise, let sleeping dogs lie!
 

My Computers

System One System Two

  • OS
    Win 11 Pro 25H2, Build 26200.8524
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home Brew
    CPU
    Intel Core i5 14500
    Motherboard
    Gigabyte B760M G P WIFI
    Memory
    64GB DDR4
    Graphics Card(s)
    GeForce RTX 4060
    Sound Card
    Chipset Realtek
    Monitor(s) Displays
    LG 45" Ultragear, Acer 24" 1080p
    Screen Resolution
    5120x1440, 1920x1080
    Hard Drives
    Crucial P310 2TB 2280 PCIe Gen4 3D NAND NVMe M.2 SSD (O/S)
    Silicon Power 2TB US75 NVMe PCIe Gen4 M.2 2280 SSD (backup)
    Crucial BX500 2TB 3D NAND (2nd backup)
    Seagate 4TB Ironwolf, rotating HDD archive files
    External off-line backup Drives: 2 NVMe 4TB drives in external enclosures
    PSU
    Thermaltake Toughpower GF3 750W
    Case
    LIAN LI LANCOOL 216 E-ATX PC Case
    Cooling
    Lots of fans!
    Keyboard
    Microsoft Comfort Curve 2000
    Mouse
    Logitech G305
    Internet Speed
    Verizon FiOS 1GB
    Browser
    Firefox
    Antivirus
    Malware Bytes & Windows Defender Security
  • Operating System
    Win 11 Pro 25H2, Build 26200.8524
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home Brew
    CPU
    Intel Core i5 14400
    Motherboard
    Gigabyte B760M DS3H AX
    Memory
    32GB DDR5
    Graphics card(s)
    Intel 700 Embedded GPU
    Sound Card
    Realtek Embedded
    Monitor(s) Displays
    27" HP 1080p
    Screen Resolution
    1920x1080
    Hard Drives
    Crucial P310 2TB 2280 PCIe Gen4 eD NAND PCIe SSD
    Samsung EVO 990 2TB NVMe Gen4 SSD
    Samsung 2TB SATA SSD
    PSU
    Thermaltake Smart BM3 650W
    Case
    Okinos Micro ATX Case
    Cooling
    Fans
    Keyboard
    Microsoft Comfort Curve 2000
    Mouse
    Logitech G305
    Internet Speed
    Verizon FiOS 1GB
    Browser
    Firefox
    Antivirus
    Malware Bytes & Windows Defender Security

My Computer

System One

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell XPS 8930
    CPU
    Intel I9-9900K
    Memory
    64GB
    Graphics Card(s)
    NVIDIA RTX 2060
    Sound Card
    NVIDIA High Definition Audio
    Monitor(s) Displays
    4k Samsung
    Screen Resolution
    3840 x 2160
    Hard Drives
    512GB NVMe, ADATA SU 800, 2TB HDD
Mine appears to have updated just fine.

1755025971882.webp

After the update I checked the image and then did an SFC scan. Looks good to me.

1755025868494.webp
 

My Computers

System One System Two

  • OS
    Win 11 Pro 25H2, Build 26200.8524
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home Brew
    CPU
    Intel Core i5 14500
    Motherboard
    Gigabyte B760M G P WIFI
    Memory
    64GB DDR4
    Graphics Card(s)
    GeForce RTX 4060
    Sound Card
    Chipset Realtek
    Monitor(s) Displays
    LG 45" Ultragear, Acer 24" 1080p
    Screen Resolution
    5120x1440, 1920x1080
    Hard Drives
    Crucial P310 2TB 2280 PCIe Gen4 3D NAND NVMe M.2 SSD (O/S)
    Silicon Power 2TB US75 NVMe PCIe Gen4 M.2 2280 SSD (backup)
    Crucial BX500 2TB 3D NAND (2nd backup)
    Seagate 4TB Ironwolf, rotating HDD archive files
    External off-line backup Drives: 2 NVMe 4TB drives in external enclosures
    PSU
    Thermaltake Toughpower GF3 750W
    Case
    LIAN LI LANCOOL 216 E-ATX PC Case
    Cooling
    Lots of fans!
    Keyboard
    Microsoft Comfort Curve 2000
    Mouse
    Logitech G305
    Internet Speed
    Verizon FiOS 1GB
    Browser
    Firefox
    Antivirus
    Malware Bytes & Windows Defender Security
  • Operating System
    Win 11 Pro 25H2, Build 26200.8524
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home Brew
    CPU
    Intel Core i5 14400
    Motherboard
    Gigabyte B760M DS3H AX
    Memory
    32GB DDR5
    Graphics card(s)
    Intel 700 Embedded GPU
    Sound Card
    Realtek Embedded
    Monitor(s) Displays
    27" HP 1080p
    Screen Resolution
    1920x1080
    Hard Drives
    Crucial P310 2TB 2280 PCIe Gen4 eD NAND PCIe SSD
    Samsung EVO 990 2TB NVMe Gen4 SSD
    Samsung 2TB SATA SSD
    PSU
    Thermaltake Smart BM3 650W
    Case
    Okinos Micro ATX Case
    Cooling
    Fans
    Keyboard
    Microsoft Comfort Curve 2000
    Mouse
    Logitech G305
    Internet Speed
    Verizon FiOS 1GB
    Browser
    Firefox
    Antivirus
    Malware Bytes & Windows Defender Security
Let’s create a lite version of this one too 🔥
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
So I notice running DISM component store cleanup on two machines with this build that they show 5 reclaimable packages two of which turn out to be unreclaimable packages again.
 

My Computers

System One System Two

  • OS
    Windows 11 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Alienware 18 Area-51
    CPU
    Intel Core Ultra 9 275HX (24-Core)
    Motherboard
    Alienware
    Memory
    64GB DDR5 6400MT/s
    Graphics Card(s)
    NVIDIA GeForce RTX 5080 and Intel UHD Graphics
    Sound Card
    Onboard, Realtek high-performance Audio chips (ALC3329 & ALC1708))
    Monitor(s) Displays
    300HZ 18-inch QHD 500 nit Comfort View+
    Screen Resolution
    2560 x 1600
    Hard Drives
    2TB NVMe M.2 PCIe Gen 5 SSD
    Case
    Magnesium Alloy
    Cooling
    Advanced Cryo-Tech Quad-Fan Cooling system & large vapor chamber
    Keyboard
    Cherry MX ultra low profile mechanical keyboard with per key AlienFX RGB lighting
    Mouse
    Logitech MX Master 4
    Browser
    Vivaldi (main), Firefox, Chrome, Edge
    Antivirus
    MS Defender and Malwarebytes Free
  • Operating System
    Windows 11 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Laptop 7
    CPU
    Qualcomm Snapdragon X Elite (12 Core) ARM based CPU
    Motherboard
    Microsoft Corp.
    Memory
    16GB LPDDR5
    Graphics card(s)
    Qualcomm Adreno X1-85
    Sound Card
    Omnisonic speakers with Dolby Atmos spatial sound
    Monitor(s) Displays
    120 Hz 13.8-inch 600 nit PixelSense Flow touchscreen
    Screen Resolution
    2304x1536
    Hard Drives
    1TB NVMe Gen 4 SSD
    Case
    Anodized Aluminum
    Cooling
    Traditional active cooling fan system
    Keyboard
    Mechanical QWERTY, backlit when in use
    Mouse
    Logitech MX Master 4 and Surface Arc Mouse
    Browser
    Vivaldi (main), Firefox, Chrome, Edge
    Antivirus
    MS Defender and Malwarebytes Free
Has anyone used uupdump to create iso file of this update? Any problems during image creation?
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
Installed earlier, no SFC issues
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP
    Memory
    15GB RAM
    Hard Drives
    SSD 1TB
    Browser
    Chrome
Ran DISM /Online /Cleanup-Image /CheckHealth, DISM /Online /Cleanup-Image /ScanHealth, DISM /Online /Cleanup-Image /AnalyzeComponentStore and SFC / Scannow no issues prior to install and no reclaimable packages.

After the updates were installed reran the same commands one reclaimable package detected and removed with DISM /Online /Cleanup-Image /StartComponentCleanup.
Ran Disk Clean - up and recovered about 600 MB.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Generic
    CPU
    AMD Ryzen 8700G
    Motherboard
    Gigabyte B650 UD AC
    Memory
    64 GB
    Graphics Card(s)
    Onboard
    Sound Card
    Onboard
    Monitor(s) Displays
    Del U2723QE
    Screen Resolution
    3840 x 2160
    Hard Drives
    Corsiar MP600 1TB
    PSU
    Silverstone 750 GOLD
    Case
    Silverstone FARA 513
Done! No issues.

1755028232712.webp
 

My Computer

System One

  • OS
    Windows 11 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    N/A
    CPU
    AMD 9950X3d2
    Motherboard
    Asus x870E Extreme
    Memory
    64GB Corsair vengeance DDR5 (6000 MHz) CL30
    Graphics Card(s)
    AMD 9070XT
    Sound Card
    Realtek
    Monitor(s) Displays
    N/A
    Screen Resolution
    1440p
    PSU
    Thermaltake 1200w
    Case
    Asus View 71 TG RGB
    Cooling
    Custom Cooling loop With an Alphacool 13339 VPP Apex Pump and EK Quantum surface radiator
    Internet Speed
    Xfinity 2300 mbps
    Antivirus
    Norton
Both PCs, the same 1,366 files that actually appeared to not even been copied, LOL. (When I checked CBS. log)
 

My Computers

System One System Two

  • OS
    Windows 11 Pro x64 24H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 9 5900X
    Motherboard
    ASRock B550 PG Velocita (UEFI-BIOS 3.90)
    Memory
    64 GB G.Skill RipJaws V F4-3200C16D-64GVK
    Graphics Card(s)
    ASRock Steel Legend Arc B580 12 GB
    Monitor(s) Displays
    Alienware AW3423DWF OLED ultrawide
    Hard Drives
    Samsung 990 Pro 1 TB NVMe SSD
    PSU
    eVGA Supernova 750 G3
    Case
    Corsair 275R
    Internet Speed
    VTel FTTH 1 Gb down and 1 Gb up
  • Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3607)
    Memory
    32 GB (2x16 GB G.Skill TridentZ Neo)
    Graphics card(s)
    Sapphire Nitro+ Radeon RX 6750 XT
    Hard Drives
    Samsung 970 Pro 512 GB NVMe SSD
    PSU
    Corsair RM850x
    Case
    Fractal Focus G
Unless you're having specific issues, chasing down errors like that are mostly a snipe hunt. I once took every error in the system event log and chased down the reason. Many you could rectify, but it made no observable difference in any operation. A few were known issues that simply weren't repaired, or network errors posted due to a resource not being available. After hours of tracking stuff down, I didn't really get anywhere. I never bothered to go through that exercise again.

The time to look at the event log is when you're having an actual problem, then there might be some clues in there. Otherwise, let sleeping dogs lie!

I get you, but I remember someone in the last CU preview thread saying you can remove these errors by taking ownership of the reg key and then deleting them. They shouldn’t be there because Pluton isn't available on my MB or CPU. MS is rolling out half baked features that don’t work as intended.

Just wondering if anyone knows how to do this because I didn’t quite understand the steps the person posted in that last CU preview thread.
 

My Computer

System One

  • OS
    windows 11 25h2
    Computer type
    PC/Desktop
    CPU
    14700KF
    Motherboard
    MSI MAG Z790 Tomahawk WiFi
    Memory
    32GB DDR5
    Graphics Card(s)
    MSI 4090 VENTUS 3X
    Monitor(s) Displays
    CORSAIR XENEON 27QHD240 OLED
    Screen Resolution
    1440p
    Hard Drives
    M.2 SSD
    PSU
    HX1000i 2023
    Case
    Corsair 4000D
    Cooling
    Noctua Nh-U12A
    Keyboard
    WOOTING HE Full
    Mouse
    Logitech G502 X Wired
So I notice running DISM component store cleanup on two machines with this build that they show 5 reclaimable packages two of which turn out to be unreclaimable packages again.
Hi FrancoDT

I fixed the two unreclaimable packages as per the thread in the link.
Cheers EBSXR6
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Generic
    CPU
    AMD Ryzen 8700G
    Motherboard
    Gigabyte B650 UD AC
    Memory
    64 GB
    Graphics Card(s)
    Onboard
    Sound Card
    Onboard
    Monitor(s) Displays
    Del U2723QE
    Screen Resolution
    3840 x 2160
    Hard Drives
    Corsiar MP600 1TB
    PSU
    Silverstone 750 GOLD
    Case
    Silverstone FARA 513
@drminer
If you don't have a Pluton processor installed on your system, you can fix this error by doing the following:
1. Take possession of the following key.
2. Give yourself full permissions.
3. Delete the key.
4. Reboot.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Cryptography\Providers\Microsoft Pluton Cryptographic Provider

Trouble is, I don’t fully understand how to do the above…
 

My Computer

System One

  • OS
    windows 11 25h2
    Computer type
    PC/Desktop
    CPU
    14700KF
    Motherboard
    MSI MAG Z790 Tomahawk WiFi
    Memory
    32GB DDR5
    Graphics Card(s)
    MSI 4090 VENTUS 3X
    Monitor(s) Displays
    CORSAIR XENEON 27QHD240 OLED
    Screen Resolution
    1440p
    Hard Drives
    M.2 SSD
    PSU
    HX1000i 2023
    Case
    Corsair 4000D
    Cooling
    Noctua Nh-U12A
    Keyboard
    WOOTING HE Full
    Mouse
    Logitech G502 X Wired
Should I reinstall? Because this doesn't seem to happen when I update off of a clean install.
Am I good now? (The component store repair was actually successful this time)

CBS reported 1,366 corrupted files and repaired them, when using restorehealth
That's alot!
 

My Computer

System One

  • OS
    Win 11 Insider Release Preview and Beta channels.
    Computer type
    Laptop
    Manufacturer/Model
    HP ENVY Bought: March 2017
    CPU
    i5 Core [email protected] (Unsupported for Win 11)
    Motherboard
    HP 81AD (U3E1)
    Memory
    12GB
    Graphics Card(s)
    Generic PnP Monitor (1920x1080@60Hz) Intel HD Graphics 620 (HP)
    Sound Card
    Conexant ISST audio
    Monitor(s) Displays
    Generic PnP Monitor
    Screen Resolution
    1536x864 pixels
    Hard Drives
    HGST HTS721010A9E630
    PSU
    Well...PSU you too!! What's this mean?
    Case
    HP ENVY SILVER
    Cooling
    A fan.
    Keyboard
    USA
    Mouse
    Logitec Anywhere 2
    Internet Speed
    Good enough for me! Fast!
    Browser
    Edge/Waterfox
    Antivirus
    Windows Defender
    Other Info
    No 'mo.
Hi FrancoDT

I fixed the two unreclaimable packages as per the thread in the link.
Cheers EBSXR6
Oh thanks, I already fixed them using the same fix and a modified version for the little ARM64 machine. I was just giving a heads up on it. No ideal why it happens every so often though.
 

My Computers

System One System Two

  • OS
    Windows 11 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Alienware 18 Area-51
    CPU
    Intel Core Ultra 9 275HX (24-Core)
    Motherboard
    Alienware
    Memory
    64GB DDR5 6400MT/s
    Graphics Card(s)
    NVIDIA GeForce RTX 5080 and Intel UHD Graphics
    Sound Card
    Onboard, Realtek high-performance Audio chips (ALC3329 & ALC1708))
    Monitor(s) Displays
    300HZ 18-inch QHD 500 nit Comfort View+
    Screen Resolution
    2560 x 1600
    Hard Drives
    2TB NVMe M.2 PCIe Gen 5 SSD
    Case
    Magnesium Alloy
    Cooling
    Advanced Cryo-Tech Quad-Fan Cooling system & large vapor chamber
    Keyboard
    Cherry MX ultra low profile mechanical keyboard with per key AlienFX RGB lighting
    Mouse
    Logitech MX Master 4
    Browser
    Vivaldi (main), Firefox, Chrome, Edge
    Antivirus
    MS Defender and Malwarebytes Free
  • Operating System
    Windows 11 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Laptop 7
    CPU
    Qualcomm Snapdragon X Elite (12 Core) ARM based CPU
    Motherboard
    Microsoft Corp.
    Memory
    16GB LPDDR5
    Graphics card(s)
    Qualcomm Adreno X1-85
    Sound Card
    Omnisonic speakers with Dolby Atmos spatial sound
    Monitor(s) Displays
    120 Hz 13.8-inch 600 nit PixelSense Flow touchscreen
    Screen Resolution
    2304x1536
    Hard Drives
    1TB NVMe Gen 4 SSD
    Case
    Anodized Aluminum
    Cooling
    Traditional active cooling fan system
    Keyboard
    Mechanical QWERTY, backlit when in use
    Mouse
    Logitech MX Master 4 and Surface Arc Mouse
    Browser
    Vivaldi (main), Firefox, Chrome, Edge
    Antivirus
    MS Defender and Malwarebytes Free
Oh thanks, I already fixed them using the same fix and a modified version for the little ARM64 machine. I was just giving a heads up on it. No ideal why it happens every so often though.
Only one Win11 Machine here and touchwood it has been fine since I ran the fix as far as removing reclaimable packages.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Generic
    CPU
    AMD Ryzen 8700G
    Motherboard
    Gigabyte B650 UD AC
    Memory
    64 GB
    Graphics Card(s)
    Onboard
    Sound Card
    Onboard
    Monitor(s) Displays
    Del U2723QE
    Screen Resolution
    3840 x 2160
    Hard Drives
    Corsiar MP600 1TB
    PSU
    Silverstone 750 GOLD
    Case
    Silverstone FARA 513
All scans came up good here
 

My Computer

System One

  • OS
    Windows 11 pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    custom build
    CPU
    AMD Ryzen 7 5700X
    Motherboard
    AMD ROG STRIX B550-F
    Memory
    G.SKILL Ripjaws V Series (Intel XMP) DDR4 RAM 32GB (2x16GB)
    Graphics Card(s)
    ASUS Dual GeForce RTX™ 4060 White Edition
    Sound Card
    on-board
    Monitor(s) Displays
    SAMSUNG 32-Inch Odyssey G50D Series
    Screen Resolution
    2560 x 1440
    Hard Drives
    Samsung 990 EVO Plus 1TB, ssd INTEL SSD 730 series 240 GB, and Samsung 840 Evo ssd 500 GB.
    PSU
    CORSAIR - RMe Series 1000W 80 PLUS Gold Fully Modular ATX Power Supply
    Case
    Antec 900 Nine Hundred ATX Mid Tower Computer Gaming Case
    Cooling
    ID-COOLING SE-214-XT Black CPU Cooler All-Black Layout
    Keyboard
    Logitech 520
    Mouse
    Logitech 310
    Browser
    Google Chrome
    Antivirus
    Windows Defender

Latest Support Threads

Back
Top Bottom