Win Update KB5068861 Windows 11 Cumulative Update build 26100.7171 (24H2) and 26200.7171 (25H2) - Nov. 11


UPDATE 12/01:


 Microsoft Support:

November 11, 2025 - KB5068861 (OS Builds 26200.7171 and 26100.7171)​

This cumulative update for Windows 11, version 25H2 and 24H2 (KB5068861), includes the latest security fixes and improvements, along with non-security updates from last month’s optional preview release. To learn more about differences between security updates, optional non-security preview updates, out-of-band (OOB) updates, and continuous innovation, see Windows monthly updates explained. For information on Windows update terminology, see the different types of Windows software updates.

To view the latest updates about this release, visit the Windows release health dashboard or the update history page for Windows 11, version 25H2 and 24H2.

Announcements and messages

This section provides key notifications related to this release, including announcements, change logs, and end-of-support notices.

Simplified Windows update titles​

A new, standardized title format makes Windows updates easier to read and understand. It improves clarity by removing unnecessary technical elements like platform architecture. Key identifiers such as date prefixes, the KB number, and build or version are retained to help you quickly recognize each update.

For more details, see Simplified Windows Update titles or its accompanying blog post.

December servicing update schedule​

Due to reduced operations during the Western holidays in December and New Year's Day, Microsoft will not release a non-security preview update in December 2025. The monthly security update will still be available as scheduled. Regular monthly servicing, including both security updates and non-security preview updates, will resume in January 2026.

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.


Microsoft Store apps updates​

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 a 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 KB5067036 (released October 28, 2025). The following summary outlines key issues addressed by this update. Also, included are available new features. The bold text within the brackets indicates the item or area of the change.
  • [Gaming]
    • Fixed: This update addresses an issue that affects gaming handheld devices. These devices were unable to stay in low-power states, which caused faster battery drain.
    • Fixed: This update addresses an issue on some handheld gaming devices where after signing in using the built-in Gamepad, the controller might not respond in apps for about five seconds, causing a delay. After you submit your password or PIN, the touch keyboard on the sign-in screen hides automatically.
  • [Storage] Fixed: This update addresses an issue that could cause some Storage Spaces to become inaccessible or Storage Spaces Direct to fail when creating a storage cluster.
  • [System utilities (known issue)] Fixed: This update addresses an issue where closing Task Manager with the Close button didn’t fully end the process, leaving background instances that could slow performance over time. This might occur after installing KB5067036.
  • [Voice Access] Fixed: This update addresses an issue where Voice Access failed during initial setup if no microphone was connected and the voice model wasn’t installed.
  • [Window management] Fixed: This update addresses an issue where selecting the desktop could unexpectedly open Task View.
  • [Networking] Fixed: This update fixes an issue in the HTTP.sys request parser, a Windows component that reads and processes HTTP requests. The parser allowed a single line break within HTTP/1.1 chunk extensions, where the RFC 9112 standard requires a carriage return and line feed (CRLF) sequence to terminate each chunk. This can cause a parsing discrepancy when front end proxies are a part of the setup.

    To turn off strict parsing, use the following registry key:

    Registry Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Http\Parameters]
    Registry value: "HttpAllowLenientChunkExtParsing"=dword:00000001
    Data to be set: 1
If you've already installed previous updates, your device will download and install only the new updates included in this package.

For more information about security vulnerabilities, see the Security Update Guide website and the November 2025 Security Updates.

AI Components

This release updates the following AI components:

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

Windows 11 servicing stack update (KB5067035)- 26100.7010

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 Password icon might be missing or invisible in the lock screen sign-in options

Symptoms

After installing the August 2025 non-security preview update (KB5064081) or later updates, you might notice that the password icon is not visible in the sign-in options on the lock screen. If you hover over the space where the icon should appear, you’ll see that the password button is still available. Select this placeholder to open the password text box and enter your password. After entering your password, you can sign in normally.

Workaround

Microsoft is working to resolve this issue and will provide information when it’s available.

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 KB5068861 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-KB5068861-x64.msu

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

Add-WindowsPackage -Online -PackagePath "c:\packages\Windows11.0-KB5068861-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-KB5068861-x64.msu

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

Add-WindowsPackage -Path "c:\offline" -PackagePath "Windows11.0-KB5068861-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-kb5068861-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 5068861.

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



 Source:



Check Windows Updates


ISO or USB from Microsoft Media Creation Tool (MCT):



UUP Dump:

64-bit ISO download:

ARM64 ISO download:

 
Last edited:

My Computers My Computers

  • At a glance

    Windows 11 25H2Intel Core Ultra 9 275HX (24-Core)64GB DDR5 6400MT/sNVIDIA GeForce RTX 5080 and Intel UHD Graphics
    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
  • At a glance

    Windows 11 25H2Qualcomm Snapdragon X Elite (12 Core) ARM bas...16GB LPDDR5Qualcomm Adreno X1-85
    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
An Error message appeared then went away after startup asked co piolet where I could find error, I found 7 total appears non big enough to take my laptop down. this why I have and will continue to block PREVIEW updates that last month took down BOTH my laptops
 

My Computer My Computer

At a glance

Win 11 HomeIntel Core Ultra7 Processor16gbIntel Arc
OS
Win 11 Home
Computer type
Laptop
Manufacturer/Model
Dell Inspiron i7640-7366BLU 2 in 1
CPU
Intel Core Ultra7 Processor
Memory
16gb
Graphics Card(s)
Intel Arc
Monitor(s) Displays
on laptop 1XHDMI 1.4
Screen Resolution
1920x1200 Full HD+
Hard Drives
1TB SSD
Keyboard
on laptop / on screen using as tablet
Mouse
Microsoft 3500
Internet Speed
800 mg
Browser
Edge
Antivirus
Defender
Of course
This is the difference on R.P. versus public Build.
If I enable this feature below on public build I get the same change for the battery.
MS is not rolling it out to the public build yet. 😂😂


1762996674072.webp
 

My Computer My Computer

At a glance

Windows 11 Pro 25H2Intel I9-9900K64GBNVIDIA RTX 2060
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
This is the difference on R.P. versus public Build.
If I enable this feature below on public build I get the same change for the battery.
MS is not rolling it out to the public build yet. 😂😂


View attachment 152692
Thus one of the perks of us being insiders lol. If I see a new exciting or useful feature I'm all for enabling it early to get an early start with it. I know not everyone wants to experiment but I guess I get a cheap thrill as long as it's not to extravagant.
 

My Computers My Computers

  • At a glance

    Windows 11 25H2Intel Core Ultra 9 275HX (24-Core)64GB DDR5 6400MT/sNVIDIA GeForce RTX 5080 and Intel UHD Graphics
    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
  • At a glance

    Windows 11 25H2Qualcomm Snapdragon X Elite (12 Core) ARM bas...16GB LPDDR5Qualcomm Adreno X1-85
    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
Thus one of the perks of us being insiders lol. If I see a new exciting or useful feature I'm all for enabling it early to get an early start with it. I know not everyone wants to experiment but I guess I get a cheap thrill as long as it's not to extravagant.
I usually experiment as a test and then turn it back.
I let MS decide when to enable it, I don't want to interfere with their experiment results.
Also, some IDs become invalid or obsolete and may cause some extra problems if left enabled by the users. 😵‍💫
 

My Computer My Computer

At a glance

Windows 11 Pro 25H2Intel I9-9900K64GBNVIDIA RTX 2060
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
Also, some IDs become invalid or obsolete and may cause some extra problems if left enabled by the users. 😵‍💫

I asked about that in the previous update thread but didn't get an answer. I mean, some of these Vivetool hacks mean changing like 8 settings, all cryptically named if named at all, uncertain in function and scope, and being binary, this means 2^8 or 256 potential combinations. Who knows what Microsoft will come along and do, and it seems there's the potential to leave the system in an undefined state WRT these settings. Registry and Group Policy hacks are relatively well-defined and limited in scope.
 

My Computer My Computer

At a glance

Windows 11
OS
Windows 11
Right, this is what I did to finally (?) fix the recurring issue of the last 3 or 4 cumulative and security updates failing...

My starting systems are all unsupported hardware, and were on Win 11 Pro 26200.6485

I tried most of the suggested solutions: sfc, DISM, cleaning-out the update caches, etc. With no luck - the updates just failed again when I retried.

Also, using the suggested System>Recovery>Fix problems using Windows Update>Reinstall Now failed, as the system was unsupported.

So I downloaded the latest Windows 11 ISO, using the Media Creation Tool, NOT the direct ISO download, as the MCT creates a more up to date version of the ISO (26200.6899), then created a bootable USB stick using Rufus, to bypass unsupported system checks.

Then I simply selected the newly created USB-stick, and clicked on the 'setup.exe' and followed the required steps to reinstall/update Windows. Make sure to have at least a 64GB system partition (I had to juggle/resize as I only had 40GB!).

Once the install was complete I was able to update to the latest version (26200.7171) without any further issues.

Cheers,

Mike.
 

My Computer My Computer

At a glance

Windows 11
OS
Windows 11
did scannow it found corrupt file and DISM found and is now fixing corruption
The DISM issue has been a major pain since 24H2. If restorehealth fails, then prepare to backup non-Windows files that are valuable, wipe OS drive and reinstall.

The SFC /scannow issue, is 99.9 percent just the "Bluetooth file bug", which existed since August, 2022 on 21H2, 22H2 and 23H2.
 

My Computers My Computers

  • At a glance

    Windows 11 Pro x64 24H2Ryzen 9 5900X64 GB G.Skill RipJaws V F4-3200C16D-64GVKASRock Steel Legend Arc B580 12 GB
    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
  • At a glance

    Windows 11 Home x64 25H2Ryzen 7 5800X3D32 GB (2x16 GB G.Skill TridentZ Neo)Sapphire Nitro+ Radeon RX 6750 XT
    Operating System
    Windows 11 Home x64 25H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3636)
    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
Right, this is what I did to finally (?) fix the recurring issue of the last 3 or 4 cumulative and security updates failing...

My starting systems are all unsupported hardware, and were on Win 11 Pro 26200.6485

I tried most of the suggested solutions: sfc, DISM, cleaning-out the update caches, etc. With no luck - the updates just failed again when I retried.

Also, using the suggested System>Recovery>Fix problems using Windows Update>Reinstall Now failed, as the system was unsupported.

So I downloaded the latest Windows 11 ISO, using the Media Creation Tool, NOT the direct ISO download, as the MCT creates a more up to date version of the ISO (26200.6899), then created a bootable USB stick using Rufus, to bypass unsupported system checks.

Then I simply selected the newly created USB-stick, and clicked on the 'setup.exe' and followed the required steps to reinstall/update Windows. Make sure to have at least a 64GB system partition (I had to juggle/resize as I only had 40GB!).

Once the install was complete I was able to update to the latest version (26200.7171) without any further issues.

Cheers,

Mike.
Good for you that it worked out. 👍
 

My Computer My Computer

At a glance

Windows 11 Pro 25H2Intel I9-9900K64GBNVIDIA RTX 2060
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
but SFC took an hour + as did restorehealth.
Now that’s something I personally have never seen, at least not on my PC
SSD suspected of failing, check the SSD SMART!
 

My Computers My Computers

  • At a glance

    Windows 11 Pro x64 24H2Ryzen 9 5900X64 GB G.Skill RipJaws V F4-3200C16D-64GVKASRock Steel Legend Arc B580 12 GB
    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
  • At a glance

    Windows 11 Home x64 25H2Ryzen 7 5800X3D32 GB (2x16 GB G.Skill TridentZ Neo)Sapphire Nitro+ Radeon RX 6750 XT
    Operating System
    Windows 11 Home x64 25H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3636)
    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
The DISM issue has been a major pain since 24H2.

The SFC /scannow issue, is 99.9 percent just the "Bluetooth file bug", which existed since August, 2022 on 21H2, 22H2 and 23H2.
In my case, out of five machines, two found repairable and had to be fixed with /RESTOREHEALTH the other 3 did not find any repairable with /SCANHEALTH.

SFC /SCANNOW found the usual Bth files on 1 machine and nothing in the other 4. 😵‍💫🤷‍♂️

So much for consistency. 🤣🤣😝🤬🤷‍♂️
 

My Computer My Computer

At a glance

Windows 11 Pro 25H2Intel I9-9900K64GBNVIDIA RTX 2060
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
Also, some IDs become invalid or obsolete and may cause some extra problems if left enabled by the users. 😵‍💫

I have never had any problems due to manually enable CFR.:-)

Choosing the desired features will not affect your life.
 

My Computer My Computer

At a glance

Windows 11, version 25H2 (26200)AMD Ryzen 9 9950X 16-Core ProcessorDDR5-6000 (CL36) 64.0 GBNVIDIA GeForce RTX 4090
OS
Windows 11, version 25H2 (26200)
Computer type
PC/Desktop
CPU
AMD Ryzen 9 9950X 16-Core Processor
Motherboard
ASRock B650M PG Riptide
Memory
DDR5-6000 (CL36) 64.0 GB
Graphics Card(s)
NVIDIA GeForce RTX 4090
PSU
1200W
Case
Phanteks Enthoo Pro 2
Cooling
Noctua NH-D12L
In my case, out of five machines, two found repairable and had to be fixed with /RESTOREHEALTH the other 3 did not find any repairable with /SCANHEALTH.

SFC /SCANNOW found the usual Bth files
22H2 and 23H2 seemed to have the Bth file issue even more regularly. But, I never had to reinstall 22H2 or 23H2 due to that.

However, 24H2 introduced issue with the component store, and DISM can get borked, thus a reinstall being required.
24H2 introduced issue where /restorehealth has failed before, with error message about no sources found, where it never did with 22H2 or 23H2!
 

My Computers My Computers

  • At a glance

    Windows 11 Pro x64 24H2Ryzen 9 5900X64 GB G.Skill RipJaws V F4-3200C16D-64GVKASRock Steel Legend Arc B580 12 GB
    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
  • At a glance

    Windows 11 Home x64 25H2Ryzen 7 5800X3D32 GB (2x16 GB G.Skill TridentZ Neo)Sapphire Nitro+ Radeon RX 6750 XT
    Operating System
    Windows 11 Home x64 25H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3636)
    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 have never had any problems due to manually enable CFR.:-)

Choosing the desired features will not affect your life.
I did, so I just delete them after I test them. 😂🤷‍♂️
 

My Computer My Computer

At a glance

Windows 11 Pro 25H2Intel I9-9900K64GBNVIDIA RTX 2060
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
Installed without issue. No obvious bugs or issue I have seen so far.
 

My Computer My Computer

At a glance

Windows 11 Home 25H2 26200.6901AMD 9800X3DPatriot ViperEVGA GeForce RTX 3070 Ti FTW3 ULTRA GAMING
OS
Windows 11 Home 25H2 26200.6901
Computer type
PC/Desktop
Manufacturer/Model
Custom
CPU
AMD 9800X3D
Motherboard
MSI B850 Gaming Plus Wifi
Memory
Patriot Viper
Graphics Card(s)
EVGA GeForce RTX 3070 Ti FTW3 ULTRA GAMING
Sound Card
Realtek 7.1 Surround Sound High Definition Audio CODEC (Built-in w/ Motherboard)
Monitor(s) Displays
ACER XG270HU
Screen Resolution
2560x1440 144hz
Hard Drives
Samsung 980 PRO NVMe M.2 PCI-E x4 SSD, 1TB for OS/Apps
Western Digital Blue Series 3D NAND SATA III 2.5in Solid State Drive, 2TB (Games)
PSU
Corsair RM White Series RM850 80+ Gold Modular ATX Power Supply, 850W
Case
NXZT H9 Flow
Cooling
Be Quiet Light Loop 360
Keyboard
Razer Cynosa V2
Mouse
Razer Naga Trinity
Internet Speed
Cable 934Mbps download 50Mbps Upload
Browser
Edge/Chrome
Antivirus
Windows Antivirus/Defender. Bitdefender when not Troubleshooting

My Computer My Computer

At a glance

26200.8037i5-11400F32GBGeforce GT-1030
OS
26200.8037
Computer type
PC/Desktop
CPU
i5-11400F
Motherboard
Gigabyte
Memory
32GB
Graphics Card(s)
Geforce GT-1030
Keyboard
Logitech K400
Mouse
Logitech M720
Internet Speed
600 Mb
Browser
Edge
Do you know how to enable it with CFR key ?
This below is the CFR key corresponding to the vivetool id [48697323] (Enable mobile side panel on Start Menu)

1763013574670.webp

1763014617651.webp
 
Last edited:

My Computer My Computer

At a glance

Windows 11 Pro 25H2Intel I9-9900K64GBNVIDIA RTX 2060
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
Do you know how to enable it with CFR key ?
You can also run StagingTool with this ViveTool ID, if you have one, and see the CFR key being applied.

StagingTool.webp

Menu.webp
 

My Computer My Computer

At a glance

Windows 11 Stable, Beta, Dev, CanaryAMD Ryzen 9 PRO 5950X128 GbIntel(R) Arc(TM) A380 Graphics (2 ГБ)
OS
Windows 11 Stable, Beta, Dev, Canary
Computer type
PC/Desktop
Manufacturer/Model
Micro-Star International Co., Ltd. MS-7D54
CPU
AMD Ryzen 9 PRO 5950X
Motherboard
MSI MAG X570S Tomahawk Max WiFi (MS-7D54) (2 PCI-E x1, 2 PCI-E x16, 2 M.2, 4 DDR4 DIMM, Audio, Video, 2.5GbE LAN, WiFi)
Memory
128 Gb
Graphics Card(s)
Intel(R) Arc(TM) A380 Graphics (2 ГБ)
Sound Card
Устройство с поддержкой High Definition Audio
Monitor(s) Displays
HP X34 [34" LCD] (6CM1300J5J) {2021}
Screen Resolution
3440x1440
Hard Drives
KINGSTON SFYRD2000G (2000 ГБ, PCI-E 4.0 x4)
PSU
Be Quiet! Dark Rock Pro 4
Case
Cooler Master HAF XB EVO
Internet Speed
1000 Mb/s
Browser
Chrome
Antivirus
Windows Defender

My Computer My Computer

At a glance

26200.8037i5-11400F32GBGeforce GT-1030
OS
26200.8037
Computer type
PC/Desktop
CPU
i5-11400F
Motherboard
Gigabyte
Memory
32GB
Graphics Card(s)
Geforce GT-1030
Keyboard
Logitech K400
Mouse
Logitech M720
Internet Speed
600 Mb
Browser
Edge

My Computer My Computer

At a glance

Windows 11 Pro 25H2Intel I9-9900K64GBNVIDIA RTX 2060
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
Back
Top Bottom