Win Update KB5066835 Windows 11 Cumulative Update build 26100.6899 (24H2) and 26200.6899 (25H2) - Oct. 14


UPDATE 10/28:


 Microsoft Support:

October 14, 2025 - KB5066835 (OS Builds 26200.6899 and 26100.6899)​

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 and version 25H2.

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 a consumer user, see Get updates for apps and games in Microsoft Store.


Change Log

Change date​
Change description​
October 22, 2025
October 19, 2025
  • Added the following new improvement included in this update:

    [Cryptography] This update enforces a security hardening improvement by requiring use of Key Storage Provider (KSP) instead of Cryptographic Service Provider {CSP) for RSA-based smart card certificates. If you experience problems with smart card authentication as a result of this design change, see the Windows Release Health site for resolution steps. For additional details, see CVE-2024-30098.

Highlights

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

Improvements

This security update contains fixes and quality improvements from KB5065789 (released September 29, 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.
  • [Browser] Fixed: This update addresses an issue that caused the print preview screen to stop responding in Chromium-based browsers.
  • [Gaming] Fixed: An issue occurred when users signed in to a Windows device using only a Gamepad at the lock screen. If no other input methods—such as touch or fingerprint—were used during sign-in, apps and games did not respond to input afterward.
  • [PowerShell]
    • Fixed: This update addresses an issue that affects PowerShell Remoting and Windows Remote Management (WinRM), where commands might time out after 10 minutes.
    • Fixed: This update addresses an issue that prevented an audit event from being logged.
  • [Windows Hello] Fixed: This update addresses an issue that affects the setup process for Windows Hello face recognition when using USB infrared camera modules. Users were unable to complete setup due to a persistent error message, such as “Make sure your face is centered in the frame.”
  • [Compatibility] This update removes the ltmdm64.sys driver. Fax modem hardware dependent on this specific driver will no longer work in Windows.
  • [Cryptography] This update enforces a security hardening improvement by requiring use of Key Storage Provider (KSP) instead of Cryptographic Service Provider {CSP) for RSA-based smart card certificates. If you experience problems with smart card authentication as a result of this design change, see the Windows Release Health site for resolution steps. For additional details, see CVE-2024-30098.
  • [File Explorer] After installing this update, File Explorer automatically disables the preview feature for files downloaded from the internet. This change is designed to enhance security by preventing a vulnerability when users preview potentially unsafe files. For details, including steps to unblock files, see File Explorer automatically disables the preview feature for files downloaded from the internet.
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 October 2025 Security Updates.

AI Components

This release updates the following AI components:

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

Windows 11 servicing stack update (KB5067360)- 26100.6893

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 Problems playing protected content in some BluRay/DVD/Digital TV apps

Symptoms
Some Digital TV and Blu-ray/DVD apps might not play protected content as expected after installing the August 29, 2025, Windows non-security preview update (KB5064081), or later updates.

Apps that use Enhanced Video Renderer with HDCP enforcement or Digital Rights Management (DRM) for digital audio might show copyright protection errors, frequent playback interruptions, unexpected stops, or black screens.

Streaming services are not affected.

Workaround
This issue is partially resolved. Problems affecting certain applications that use Enhanced Video Renderer with HDCP enforcement have been addressed in the September 2025 Windows preview update (KB5065789) and later updates.

We recommend installing the latest update for your device. It includes important improvements and fixes, including a resolution for this issue.

However, some apps that use DRM for digital audio might still experience problems.

We’re investigating a long-term solution for affected apps and will share more information when it's available.

2 USB mouse and keyboard not working in the Windows Recovery Environment

Symptoms
After installing October 2025 security update (KB5066835), USB devices, such as keyboards and mice, do not function in the Windows Recovery Environment (WinRE). This issue prevents navigation of any of the recovery options within WinRE. Note that the USB keyboard and mouse continue to work normally within the Windows operating system.

Workaround
This issue is addressed in KB5070773.

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

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

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

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

Add-WindowsPackage -Path "c:\offline" -PackagePath "Windows11.0-KB5066835-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-kb5066835-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 5066835.

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


 Source:



Check Windows Updates


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



UUP Dump:

64-bit ISO download:

ARM64 ISO download:

 
Last edited:
I'm still on 24H2 and in no hurry to upgrade to 25H2. I usually watch these update threads for a couple of days to check for any issues and delay updating if any. As this Update and others going forward covers both 24H2 and 25H2 if there are any problems for those on 25H2 will the same issues be applicable to 24H2 or are they different? Thanks.
 

My Computer

System One

  • OS
    Windows 11 Home
Both updates went fine with DISM CMDs
 

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
Other updates went fine, but the CU for Windows KB5066835 has given an Install error - 0x800f0983 repeatedly. I ran DISM and SFC, both ok, restarted and still get the error. Any ideas?
 

My Computers

System One System Two

  • OS
    Windows 11 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Tower Plus EBT2250
    CPU
    Intel Core Ultra 7 265
    Memory
    32GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3050 6GB
    Monitor(s) Displays
    2x Dell U2419H
    Hard Drives
    NVMe Phison 521GB SSD
    Seagate 2TB HDD
    (Dell installed them RAID enabled using Intel VMD)
  • Operating System
    Windows 11 25H2
    Computer type
    Laptop
    Manufacturer/Model
    HP
    CPU
    Intel Core i5-1334U
    Motherboard
    HP 8DD7 - Intel Alder Lake-P PCH
    Memory
    8 GB
    Graphics card(s)
    Intel Raptor Lake-U - Integrated Graphics
    Hard Drives
    512 GB
KB5066835 installed without any problems.
 

My Computer

System One

  • OS
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    Self Built
    CPU
    AMD Ryzen 9 7950X
    Motherboard
    ROG STRIX X870E-E GAMING WIFi
    Memory
    32 GB DDR5
    Graphics Card(s)
    XFX RX 7900XT
    Monitor(s) Displays
    LG 32GK850F-B 32 Inch UltraGear™ QHD
    Browser
    Firefox
No issues here, both DISM and SFC

Still no new Start menu 😂
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2 (RP channel)
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI
    CPU
    AMD Ryzen 7 9800X3D 8-core
    Motherboard
    MEG X870E Godlike
    Memory
    64GB Corsair Titanium 6000/CL30
    Graphics Card(s)
    MSI Suprim 5080 SOC
    Sound Card
    Soundblaster AE-9
    Monitor(s) Displays
    ASUS TUF Gaming VG289Q
    Screen Resolution
    3840x2160
    Hard Drives
    Samsung 9100 Pro 4TB (gen 5 x4, system drive/games)
    Samsung 990 Pro 2TB
    Samsung 980 Pro 2TB
    Samsung 870 Evo 4TB
    Samsung 870 Evo 2TB
    Samsung T9 4TB
    PSU
    Seasonic PX-2200
    Case
    Bequiet! Dark Base Pro 901
    Cooling
    Noctua NH-D15S Chromax black
    Keyboard
    Logitech G915 X (wired)
    Mouse
    Logitech G903 with PowerPlay charger
    Internet Speed
    900Mb/sec
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
I'm still on 24H2 and in no hurry to upgrade to 25H2. I usually watch these update threads for a couple of days to check for any issues and delay updating if any. As this Update and others going forward covers both 24H2 and 25H2 if there are any problems for those on 25H2 will the same issues be applicable to 24H2 or are they different? Thanks.
I have Macrium Reflect X images going back daily for 30 days. I have no problem doing the updates as I can always restore my system to the day before any update. What's your backup strategy?
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell XPS 16 DA16260
    CPU
    Intel Series 3 Core Ultra X9 388H
    Memory
    64GB LPDDR5x 9600 MT/s
    Graphics Card(s)
    Intel Arc graphics B390 Panther Lake
    Monitor(s) Displays
    16" 3.2K Tandem OLED Infinity Edge
    Screen Resolution
    3200 x 2000 16:10 236 PPI
    Hard Drives
    1 Terabyte M.2 PCIe NVMe SSD
    Case
    Black Anodized Aluminum
    Cooling
    Vapor Chamber Cooling
    Mouse
    None
    Internet Speed
    942 Mbps Netgear Mesh + 2 Satellites
    Browser
    Microsoft Edge (Chromium)
    Antivirus
    Windows Security (Defender)
    Other Info
    NPU delivering 67 TOPS
    Microsoft 365 subscription
    Microsoft OneDrive 1TB Cloud
    Microsoft Visual Studio
    Microsoft Visual Studio Code
    Microsoft Sysinternals Suite
    Microsoft BitLocker
    Microsoft Copilot
    Dell Support Assist
    Dell Command | Update
    Macrium Reflect X subscription
    1Password Password Manager
    Amazon Kindle for PC
    Lightroom/Photoshop subscription
    Interactive Brokers Trader Workstation
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Laptop 7
    CPU
    Snapdragon® X Elite (12 Core) with Hexagon NPU delivering 45 TOPS
    Memory
    32GB LPDDR5x 8448 MT/s
    Graphics card(s)
    Integrated Adreno GPU
    Sound Card
    Omnisonic speakers with Dolby Atmos spatial sound
    Monitor(s) Displays
    13.8″ PixelSense Flow touchscreen 120 Hz 600 NIT
    Screen Resolution
    2304 × 1536 (201 PPI), 3:2 aspect ratio
    Hard Drives
    1 TB PCIe NVMe Gen 4 SSD
    Case
    Black Anodized Aluminum
    Cooling
    Vapor Chamber Cooling
    Mouse
    None
    Internet Speed
    942 Mbps Netgear Mesh + 2 Satellites
    Browser
    Microsoft Edge (Chromium)
    Antivirus
    Windows Security (Defender)
    Other Info
    Microsoft 365 subscription (Office)
    Microsoft OneDrive 1TB Cloud
    Microsoft Visual Studio 2026
    Microsoft Visual Studio Code
    Interactive Brokers Trader Workstation
    Lightroom/Photoshop subscription
    1Password Password Manager
    Microsoft Sysinternals
    Amazon Kindle for PC
    Microsoft BitLocker
    Microsoft Copilot
Hi TraderGary. I use Macrium v8 (paid) and do a full image before updating and one after a successful update. I'm just wary of patch Tuesday updates and go cautiously. Thanks again.
 

My Computer

System One

  • OS
    Windows 11 Home
wont install KB5066835 :(
 

My Computer

System One

  • OS
    11
    Computer type
    PC/Desktop
    Manufacturer/Model
    to be filled by o.e.m
    CPU
    amd ryzen 5 5600x
    Motherboard
    asrock
    Memory
    ddr4
    Graphics Card(s)
    nvidia
    Monitor(s) Displays
    lg
    Screen Resolution
    1920x1080
    Hard Drives
    wd blue sa510 2.5 2tb
    wd blue sa510 2.5 1tb
    Keyboard
    razor
    Antivirus
    windows defender
Other updates went fine, but the CU for Windows KB5066835 has given an Install error - 0x800f0983 repeatedly. I ran DISM and SFC, both ok, restarted and still get the error. Any ideas?
same issue i am having
 

My Computer

System One

  • OS
    11
    Computer type
    PC/Desktop
    Manufacturer/Model
    to be filled by o.e.m
    CPU
    amd ryzen 5 5600x
    Motherboard
    asrock
    Memory
    ddr4
    Graphics Card(s)
    nvidia
    Monitor(s) Displays
    lg
    Screen Resolution
    1920x1080
    Hard Drives
    wd blue sa510 2.5 2tb
    wd blue sa510 2.5 1tb
    Keyboard
    razor
    Antivirus
    windows defender

My Computers

System One System Two

  • OS
    Win 11 Home ♦♦♦26200.8457 ♦♦♦♦♦♦♦25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® [May 2020]
    CPU
    AMD Ryzen 7 3700X
    Motherboard
    Asus Pro WS X570-ACE (BIOS 5302)
    Memory
    G.Skill (F4-3200C14D-16GTZKW)
    Graphics Card(s)
    EVGA RTX 2070 (08G-P4-2171-KR)
    Sound Card
    Realtek ALC1220P / ALC S1220A
    Monitor(s) Displays
    Dell U3011 30"
    Screen Resolution
    2560 x 1600
    Hard Drives
    2x Samsung 860 EVO 500GB,
    WD 4TB Black FZBX - SATA III,
    WD 8TB Black FZBX - SATA III,
    DRW-24B1ST CD/DVD Burner
    PSU
    PC Power & Cooling 750W Quad EPS12V
    Case
    Cooler Master ATCS 840 Tower
    Cooling
    CM Hyper 212 EVO (push/pull)
    Keyboard
    Ducky DK9008 Shine II Blue LED
    Mouse
    Logitech Optical M-100
    Internet Speed
    300/300
    Browser
    Firefox (latest)
    Antivirus
    Bitdefender Total Security
    Other Info
    Speakers: Klipsch Pro Media 2.1
  • Operating System
    Windows XP Pro 32bit w/SP3
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® (not in use)
    CPU
    AMD Athlon 64 X2 5000+ (OC'd @ 3.2Ghz)
    Motherboard
    ASUS M2N32-SLI Deluxe Wireless Edition
    Memory
    TWIN2X2048-6400C4DHX (2 x 1GB, DDR2 800)
    Graphics card(s)
    EVGA 256-P2-N758-TR GeForce 8600GT SSC
    Sound Card
    Onboard
    Monitor(s) Displays
    ViewSonic G90FB Black 19" Professional (CRT)
    Screen Resolution
    up to 2048 x 1536
    Hard Drives
    WD 36GB 10,000rpm Raptor SATA
    Seagate 80GB 7200rpm SATA
    Lite-On LTR-52246S CD/RW
    Lite-On LH-18A1P CD/DVD Burner
    PSU
    PC Power & Cooling Silencer 750 Quad EPS12V
    Case
    Generic Beige case, 80mm fans
    Cooling
    ZALMAN 9500A 92mm CPU Cooler
    Keyboard
    Logitech Classic Keybooard 200
    Mouse
    Logitech Optical M-BT96a
    Internet Speed
    300/300
    Browser
    Firefox 3.x ??
    Antivirus
    Symantec (Norton)
    Other Info
    Still assembled, still runs. Haven't turned it on for 15 years?
You are maybe seeing Ox800f0983 because of corrupted system files or something else.

If you search about it online then there's multiple suggestions what to check and do.

If running "sfc /scannow" and "DISM.exe /Online /Cleanup-Image /RestoreHealth" and restart isn't able to fix anything, then try doing in-place upgrade / fix or download latest *.ISO to install Windows again, if you picked correct language when downloading image file then setup should give you option to keep files and everything else.
 

My Computer

System One

  • OS
    Windows 11 25H2
    Computer type
    PC/Desktop
    CPU
    AMD 5700G
    Motherboard
    ASROCK B550 Steel Legend
    Memory
    G.Skill Flare X 32GB (2x16GB) 3200MHz CL14
    Graphics Card(s)
    CPU Integrated
    Monitor(s) Displays
    ASUS ProART HDR
    Screen Resolution
    2K
    Hard Drives
    SSD Samsung 860 240GB
    PSU
    CoolerMaster V550

My Computers

System One System Two

  • OS
    Win 11 Home ♦♦♦26200.8457 ♦♦♦♦♦♦♦25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® [May 2020]
    CPU
    AMD Ryzen 7 3700X
    Motherboard
    Asus Pro WS X570-ACE (BIOS 5302)
    Memory
    G.Skill (F4-3200C14D-16GTZKW)
    Graphics Card(s)
    EVGA RTX 2070 (08G-P4-2171-KR)
    Sound Card
    Realtek ALC1220P / ALC S1220A
    Monitor(s) Displays
    Dell U3011 30"
    Screen Resolution
    2560 x 1600
    Hard Drives
    2x Samsung 860 EVO 500GB,
    WD 4TB Black FZBX - SATA III,
    WD 8TB Black FZBX - SATA III,
    DRW-24B1ST CD/DVD Burner
    PSU
    PC Power & Cooling 750W Quad EPS12V
    Case
    Cooler Master ATCS 840 Tower
    Cooling
    CM Hyper 212 EVO (push/pull)
    Keyboard
    Ducky DK9008 Shine II Blue LED
    Mouse
    Logitech Optical M-100
    Internet Speed
    300/300
    Browser
    Firefox (latest)
    Antivirus
    Bitdefender Total Security
    Other Info
    Speakers: Klipsch Pro Media 2.1
  • Operating System
    Windows XP Pro 32bit w/SP3
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® (not in use)
    CPU
    AMD Athlon 64 X2 5000+ (OC'd @ 3.2Ghz)
    Motherboard
    ASUS M2N32-SLI Deluxe Wireless Edition
    Memory
    TWIN2X2048-6400C4DHX (2 x 1GB, DDR2 800)
    Graphics card(s)
    EVGA 256-P2-N758-TR GeForce 8600GT SSC
    Sound Card
    Onboard
    Monitor(s) Displays
    ViewSonic G90FB Black 19" Professional (CRT)
    Screen Resolution
    up to 2048 x 1536
    Hard Drives
    WD 36GB 10,000rpm Raptor SATA
    Seagate 80GB 7200rpm SATA
    Lite-On LTR-52246S CD/RW
    Lite-On LH-18A1P CD/DVD Burner
    PSU
    PC Power & Cooling Silencer 750 Quad EPS12V
    Case
    Generic Beige case, 80mm fans
    Cooling
    ZALMAN 9500A 92mm CPU Cooler
    Keyboard
    Logitech Classic Keybooard 200
    Mouse
    Logitech Optical M-BT96a
    Internet Speed
    300/300
    Browser
    Firefox 3.x ??
    Antivirus
    Symantec (Norton)
    Other Info
    Still assembled, still runs. Haven't turned it on for 15 years?
Installed fine. No DISM or SFC errors.
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Skytech / Central Computers
    CPU
    AMD Ryzen 9 9950X3D 16-Core Processor
    Motherboard
    Gigabyte X870E AORUS PRO ICE
    Memory
    64GB Corsair DDR5 RAM @ 6000 MT/s
    Graphics Card(s)
    ASUS TUF Gaming GeForce RTX 4090 OC Edition 24GB GDDR6X
    Sound Card
    Sound Blaster Audigy Fx V2
    Monitor(s) Displays
    Sony SDMU27M90 (DP HDR), Acer KA272, ASUS VG328QA1A
    Screen Resolution
    3840x2160 HDR
    Hard Drives
    Samsung SSD 990 PRO 4TB, Samsung SSD 860 EVO 1TB, Seagate ST8000DM004-2CX88 8TB
    Case
    Fractal Meshify 2
    Cooling
    Arctic Freezer III 360mm
You are maybe seeing Ox800f0983 because of corrupted system files or something else.

If you search about it online then there's multiple suggestions what to check and do.

If running "sfc /scannow" and "DISM.exe /Online /Cleanup-Image /RestoreHealth" and restart isn't able to fix anything, then try doing in-place upgrade / fix or download latest *.ISO to install Windows again, if you picked correct language when downloading image file then setup should give you option to keep files and everything else.


Ten points, for filling out your computer specs. :-)
 

My Computers

System One System Two

  • OS
    Win 11 Home ♦♦♦26200.8457 ♦♦♦♦♦♦♦25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® [May 2020]
    CPU
    AMD Ryzen 7 3700X
    Motherboard
    Asus Pro WS X570-ACE (BIOS 5302)
    Memory
    G.Skill (F4-3200C14D-16GTZKW)
    Graphics Card(s)
    EVGA RTX 2070 (08G-P4-2171-KR)
    Sound Card
    Realtek ALC1220P / ALC S1220A
    Monitor(s) Displays
    Dell U3011 30"
    Screen Resolution
    2560 x 1600
    Hard Drives
    2x Samsung 860 EVO 500GB,
    WD 4TB Black FZBX - SATA III,
    WD 8TB Black FZBX - SATA III,
    DRW-24B1ST CD/DVD Burner
    PSU
    PC Power & Cooling 750W Quad EPS12V
    Case
    Cooler Master ATCS 840 Tower
    Cooling
    CM Hyper 212 EVO (push/pull)
    Keyboard
    Ducky DK9008 Shine II Blue LED
    Mouse
    Logitech Optical M-100
    Internet Speed
    300/300
    Browser
    Firefox (latest)
    Antivirus
    Bitdefender Total Security
    Other Info
    Speakers: Klipsch Pro Media 2.1
  • Operating System
    Windows XP Pro 32bit w/SP3
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® (not in use)
    CPU
    AMD Athlon 64 X2 5000+ (OC'd @ 3.2Ghz)
    Motherboard
    ASUS M2N32-SLI Deluxe Wireless Edition
    Memory
    TWIN2X2048-6400C4DHX (2 x 1GB, DDR2 800)
    Graphics card(s)
    EVGA 256-P2-N758-TR GeForce 8600GT SSC
    Sound Card
    Onboard
    Monitor(s) Displays
    ViewSonic G90FB Black 19" Professional (CRT)
    Screen Resolution
    up to 2048 x 1536
    Hard Drives
    WD 36GB 10,000rpm Raptor SATA
    Seagate 80GB 7200rpm SATA
    Lite-On LTR-52246S CD/RW
    Lite-On LH-18A1P CD/DVD Burner
    PSU
    PC Power & Cooling Silencer 750 Quad EPS12V
    Case
    Generic Beige case, 80mm fans
    Cooling
    ZALMAN 9500A 92mm CPU Cooler
    Keyboard
    Logitech Classic Keybooard 200
    Mouse
    Logitech Optical M-BT96a
    Internet Speed
    300/300
    Browser
    Firefox 3.x ??
    Antivirus
    Symantec (Norton)
    Other Info
    Still assembled, still runs. Haven't turned it on for 15 years?
So both my 26200.6899 updates went very smoothly on two machines with no scan errors afterwards. However after one machine updated I discovered pressing the Start button on it now brings up this dumb Click to Do bar and screen that I never set. How do I disable that nonsense?
 

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
i wont get this patch then i guess
 

My Computer

System One

  • OS
    11
    Computer type
    PC/Desktop
    Manufacturer/Model
    to be filled by o.e.m
    CPU
    amd ryzen 5 5600x
    Motherboard
    asrock
    Memory
    ddr4
    Graphics Card(s)
    nvidia
    Monitor(s) Displays
    lg
    Screen Resolution
    1920x1080
    Hard Drives
    wd blue sa510 2.5 2tb
    wd blue sa510 2.5 1tb
    Keyboard
    razor
    Antivirus
    windows defender
i wont get this patch then i guess
Try doing a repair install, go into settings, system/recovery and select Fix Problems using Windows Update and hit the reinstall now button. It should update you to this latest build and will preserve all your apps, settings, and customizations. Be prepared to wait a while though as it's time consuming.
 

Attachments

  • Screenshot 2025-10-14 112159.webp
    Screenshot 2025-10-14 112159.webp
    40.1 KB · Views: 2

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
Ran update today for 24H2. I'm taking my time before migrating to 25H2. Still getting TPM-WMI error event ID 1796 and Netwtw warning event ID 6062 in the event viewer. Other than that, SFC and DISM found no errors. Like anything else; only time will tell it this was a clean update. :cool:
 

My Computer

System One

  • OS
    Windows 11 25H2 Home
    Computer type
    Laptop
    Manufacturer/Model
    HP ENVY Laptop 17m-ch1xxx
    CPU
    11th Generation Intel Core i7
    Memory
    12GB
    Monitor(s) Displays
    17.3” FHD Display
last update, I think it was 26200.6725, there was 190 mb remain of Windows update cleanup in Disk cleanup tool.
Now with this build there are still 380 mb in the Windows update cleanup. Look like it can not be deleted? must be a bug?

1760466410326.webp
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    ASUS ExpertCenter PN53
    CPU
    Ryzen 7 6800H
    Motherboard
    ASUS PN53
    Memory
    Kingston Fury Impact DDR5 32GB
    Graphics Card(s)
    AMD Radeon 680M (AMD Rembrandt - Internal GPU)
    Sound Card
    SoundBlaster Play! 3
    Monitor(s) Displays
    Dell U3223QE
    Screen Resolution
    4K (3840x2160)
    Hard Drives
    Samsung NVMe SSD 990 Pro 1 TB
    Samsung NVMe SSD 980 Pro 1 TB
    PSU
    External power supply 150W
    Case
    Mini PC
    Cooling
    Build-in fan (speed 1600 RPM Quiet mode)
    Keyboard
    Logitech MX Keys Mini (graphite)
    Mouse
    Logitech M705
    Internet Speed
    1000/1000 Mbit
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
Try doing a repair install, go into settings, system/recovery and select Fix Problems using Windows Update and hit the reinstall now button. It should update you to this latest build and will preserve all your apps, settings, and customizations. Be prepared to wait a while though as it's time consuming.
will i lose my games?
 

My Computer

System One

  • OS
    11
    Computer type
    PC/Desktop
    Manufacturer/Model
    to be filled by o.e.m
    CPU
    amd ryzen 5 5600x
    Motherboard
    asrock
    Memory
    ddr4
    Graphics Card(s)
    nvidia
    Monitor(s) Displays
    lg
    Screen Resolution
    1920x1080
    Hard Drives
    wd blue sa510 2.5 2tb
    wd blue sa510 2.5 1tb
    Keyboard
    razor
    Antivirus
    windows defender
Back
Top Bottom