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:
Hi everyone, KB5066835 and error 0x800f0983 me too. Tried EVERYTHING. Installed it without any problems on all Windows 11 24H2/25H2, but fails on two differents Windows Server 2025, with a complete different hardware ! When I write i tried everything I mean everything...I cleaned Windows Update folder, run all DISM commands,

Dism.exe /online /Cleanup-Image /CHECKHEALTH
Dism.exe /online /Cleanup-Image /ANALYZECOMPONENTSTORE
Dism.exe /online /Cleanup-Image /scanhealth
Dism.exe /online /Cleanup-Image /restorehealth
Dism.exe /online /Cleanup-Image /StartComponentCleanup
Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
Dism.exe /online /Cleanup-Image /SPSuperseded

sfc /scannow, checked filesystem, etc. etc.

Hope Microsoft will handle this problem soon enough !
the fix this reinstall on recovery and windowsupdate downloading repair version
 

My Computer

System One

  • OS
    WINDOWS11
    Computer type
    PC/Desktop
    CPU
    i9 10900X 5GHZ uncore 3.2ghz
    Motherboard
    ASUS RAMPAGE VI EXTREME X299
    Memory
    CORSAIR DOMINATOR PLATINUM 3000MHZ QUAD CHANNEL 32GB O.C 3600MHZ
    Graphics Card(s)
    ASUS TUF RTX 3090
    Monitor(s) Displays
    NEMESIS NC27QGH
    Screen Resolution
    2560X1440
    Hard Drives
    SAMSUNG 970 EVO PLUS 500GB-RAID 0 HDD 8TB
    PSU
    THERMALTAKE GRAND TOUCHPOWER 1250W GOLD
    Case
    CM HAF 932 LIMITED EDITION
    Cooling
    BE QUIET PURE LOOP 360MM
    Mouse
    GLORIOUS MODEL O
    Internet Speed
    FIBER 100/10
there's a bug in the advanced startup screen of the 6899.

I tried it, and the Bluetooth mouse worked in the advanced startup screen on all versions except the 6899. Only in the 6899 version does the mouse not work on that screen, and then it does when I boot from USB (macrium mouse working no problem )

I didn't feel lazy and did a clean install from USB to try it out. While there were no issues with the recovery menu before the 6899, the issue reappeared with the 6899 update.

a819bd5ebc5bd9d5bc3bf4d57778d70c.png
I can confirm that this is happening to me with my wireless Keyboard + Mouse. I was trying to do a display driver clean uninstall, and I couldn't get past this screen.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom Build
    CPU
    Ryzen 9 5900X
    Motherboard
    ASUS ROG STRIX B550-A GAMING
    Memory
    G.Skill F4-3600C16D Ripjaws V 32GB (8GB x 4) DDR4 3600MHz
    Graphics Card(s)
    Gigabyte Nvidia GeForce RTX 3090 Eagle 24GB
    Sound Card
    Onboard
    Monitor(s) Displays
    Dell P3222QE 32" UHD 4K
    Screen Resolution
    4K (3840x2160)
    Hard Drives
    Mushkin Vortex 1TB PCIe 4.0 x4 NVMe M.2 2280 SSD (Primary)
    Seagate Barracuda 2TB HDD (Secondary)
    PSU
    Super Flower Leadex III ARGB Gold 850W 80 Plus Gold Fully Modular
    Case
    Phanteks Eclipse P300A Tempered Glass Black Steel ATX Mid Tower
    Cooling
    ID-Cooling FrostFlow X 240 Lite 240mm Liquid CPU Cooler
    Keyboard
    Logitech K520 Keyboard (Combo)
    Mouse
    Logitech K520 Mouse (Combo)
    Internet Speed
    100Mbps
    Browser
    Chrome, Firefox
    Antivirus
    Windows Defender
  • Operating System
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom Build
    CPU
    Ryzen 9 7900X
    Motherboard
    MSI X670E GAMING PLUS WIFI
    Memory
    G.Skill F5-6000J3040G32GX2-TZ5N Trident Z5 NEO 64GB (2x32GB)
    Graphics card(s)
    Palit GeForce RTX 3080 GamingPro LHR Edition
    Sound Card
    Onboard
    Monitor(s) Displays
    Dell G2724D 27" (x 2)
    Screen Resolution
    WQHD (2560x1440) 165Hz 1ms
    Hard Drives
    Samsung 990 PRO 2TB M.2 NVMe SSD (Primary)
    XPG GAMMIX S70 BLADE 2TB M.2 NVMe (Secondary)
    Seagate Ironwolf 4TB HDD (Tertiary)
    PSU
    Super Flower SF-1000F14PE Leadex VI Platinum Pro 1000W 80 Plus Platinum
    Case
    Montech AIR 903 MAX Black RGB
    Cooling
    ID-Cooling FX360 PRO 360mm + Case Fans
    Keyboard
    Redragon Devarajas K556 RGB Mechanical Gaming
    Mouse
    Redragon M810 Taipan Pro
    Internet Speed
    150Mbps
    Browser
    Chrome, Firefox
    Antivirus
    Windows Defender
For some reason I got the update again this morning when I turned on my PC. Nothing has changed though.🤷‍♂️🤷‍♂️
 

My Computers

System One System Two

  • OS
    Windows11 Pro 26200.8524
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Alienware Aurora R16
    CPU
    Intel Core i9 14900F (24 -Core, 68 MB Total Cache)
    Motherboard
    Dell Alienware
    Memory
    32GB DDR5
    Graphics Card(s)
    RTX 4080 Super w/581.95
    Sound Card
    Realtec
    Monitor(s) Displays
    Corsair XENEON 32QHD165
    Screen Resolution
    2560 X 1440
    Hard Drives
    1-2TB Samsung 990 Pro PCIe NVMe M2 SSD
    1-4TB Samsung 990 Pro PCIe NVMe M2 SSD
    PSU
    1000 Watt Platinum Dell
    Case
    Alienware
    Cooling
    Liquid Closed Loop
    Keyboard
    Logitech MK270 Wireless Keyboard
    Mouse
    Logitech MK270 Wireless
    Internet Speed
    100Gb's Down-20 Up
    Browser
    Firefox 151.0.2
    Antivirus
    Defender
    Other Info
    Very Quiet And Fast
    CyberPower UPS CP1500PFCLCD
  • Operating System
    PClinuxOS Mate (2025.7)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel
    CPU
    13th Gen Inter(R) Core(TM) i3-1315U
    Motherboard
    Intel
    Memory
    64 GB DDR4 @3200 MHz.
    Graphics card(s)
    Internal
    Sound Card
    None
    Monitor(s) Displays
    Dell 2419HGCF
    Screen Resolution
    1920 X 1080
    Hard Drives
    SAMSUNG 980 PRO SSD 2TB, PCIe 4.0 M.2 2280
    PSU
    Chicony 30 Watt
    Case
    Small
    Keyboard
    Dell
    Mouse
    Razor
    Internet Speed
    1GB
    Browser
    Slimjet
I can confirm that this is happening to me with my wireless Keyboard + Mouse. I was trying to do a display driver clean uninstall, and I couldn't get past this screen.

🤕 I'm glad I'm not the only one noticing this problem.

Whatever I tried, it didn't work.

I guess I think the winRE part is problematic

Repair install = same
Repair install + Local Reset = same
Fresh MCT install + 6899 update = same

🤕🤪😵‍💫🥴😝🥵🤬😡 = 💀 same 🤪
 

My Computer

System One

  • OS
    Windows 11 Home - 26200.8246 - 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei Matebook D15 Ryzen 5500U 8GB / 512 SSD, Windows 11 Home Single Language
    CPU
    Ryzen 5500U
    Keyboard
    Logitech K380, G15
    Mouse
    Logi m350, Everest SM-620, Logitech G9, Lecoo WS210
    Browser
    Chrome (Desktop), Vivaldi (Mobile)
    Antivirus
    Windows Security, (Alternative Eset)
After some unsuccessful attempts to install KB5066835 on Lenovo laptop (Windows 11 25H2), I eventually paused the automatic update for 4 weeks until the next November patch and installed the preview update KB5065789 manually using the downloaded msu file. While it took a lot of time, about a half of hour, I didn't have any problem during the initial installation and updating after restart. After all, 26200.6725 isn't bad :)
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo Legion 5-15ARH05
    CPU
    AMD Rysen 5 4600H
    Memory
    32 GB (2 x 16 GB Samsung SO-DIMM DDR4-3200)
    Graphics Card(s)
    GeForce GTX 1650 Ti, 4 GB GDDR6
    Screen Resolution
    1920x1080
    Hard Drives
    SSD M.2 512 GB SAMSUNG MZALQ512; SSD M.2 1 TB Seagate FireCuda 530
    Mouse
    Logitech M650L in Bluetooth mode
Here is how I solved the 0x800f0922 problem:

TL;DR (but read the full explanation below, to make sure you have the same problem that I encountered):
(1) go to HKLM/software/microsoft/windows/currentversion/winevt/channels, and delete "Microsoft-Windows-Store/Operational". Might be a good idea to save/export the key first, so you have a backup.
(2) go to HKLM/software/microsoft/windows/currentversion/winevt/channels/publishers and delete "{53e3d721-2aa0-4743-b2db-299d872b8e3d}".
(3) Reboot and retry the update.

Explanation: in C:\Windows\Logs\CBS\CBS.log, I saw an error message about a log being "declared by an existing provider" (search for that string in CBS.log), and that log was "Microsoft-Windows-Store/Operational". The GUID from #2 is from the corresponding error message.

After deleting both keys, the 0x800f0922 error was gone, and the log was re-created correctly (so I don't expect any subsequent problems from deleting those registry keys, because the log is now working correctly).

If you see similar errors, but for a different log, just modify steps #1 and #2 for the respective log names and GUID.

Hope this can help somebody :-)

- Uwe
IT WORKED !!!! BOTH THE TWO INSTALLATIONS !!!
THANK YOU SU MUCH !
 

My Computer

System One

  • OS
    Windows 10 / Windows 11 / Windows Server
    Computer type
    PC/Desktop
there's a bug in the advanced startup screen of the 6899.

I tried it, and the Bluetooth mouse worked in the advanced startup screen on all versions except the 6899. Only in the 6899 version does the mouse not work on that screen, and then it does when I boot from USB (macrium mouse working no problem )

I didn't feel lazy and did a clean install from USB to try it out. While there were no issues with the recovery menu before the 6899, the issue reappeared with the 6899 update.

a819bd5ebc5bd9d5bc3bf4d57778d70c.png
Same here. Thanks for this, thought it was a one-off when I tried to get onto BIOS from OS rather than via F10 keys when booting.

The other thing worth adding is that I started seeing this after each restart:

1760532714684.webp

For some reason AvailableUpdates key value under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot has been changed to 0x400 (and yes, I manually applied UEFI fixes to this PC earlier in the year).

Otherwise this CU installed okay and without the issues.
 

My Computer

System One

  • OS
    Windows 11 Home 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP OMEN 30L GT13-1056na
    CPU
    Intel Core i7-11700K
    Motherboard
    OasisOC (Z590)
    Memory
    HyperX XMP RGB 48GB (2x8GB, 2x16GB)
    Graphics Card(s)
    NVIDIA GeForce RTX 3070 Ti (8 GB)
    Sound Card
    ALC3866-CG (on-board)
    Monitor(s) Displays
    HP OMEN 32
    Screen Resolution
    QHD
    Hard Drives
    WD Black 1TB PCIe NVMe
    Samsung 980 Pro 1TB PCIe NVMe
    Seagate 2TB 7200
    PSU
    Internal 800 W
    Case
    30L
    Cooling
    120mm AIO liquid cooling system
    Keyboard
    Logitech Craft
    Mouse
    Logitech MX Master 2S
    Internet Speed
    FTTC
    Browser
    FireFox Quantum
    Antivirus
    Windows Defender
    Other Info
    Logitech MX Sound
    Logitech Spotlight
    WD My Book Home Edition 2TB (Caviard, WD2002FAEX-007BA0)
    Synology DS124 16TB (WD Red Pro, WD161KFGX-68AFPN0)
    WD My Cloud 8TB (WD Red Pro, WD8005FFBX-68CAKN0)
    WD My Cloud 4TB (WD Red, WD40EFRX-68WT0N0)
20251015_snap_1760533082.webp

Fails to update on Lenovo M920q I5-9500T
 

My Computers

System One System Two

  • OS
    Windows 10&11
  • Operating System
    Windows11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo
    CPU
    I5-9500T
    Memory
    16
    Graphics card(s)
    Integrated

My Computer

System One

  • OS
    WinDOS 25H2
    Computer type
    Laptop
    CPU
    Intel & AMD
    Memory
    SO-DIMM SK Hynix 15.8 GB Dual-Channel DDR4-2666 (2 x 8 GB) 1329MHz (19-19-19-43)
    Graphics Card(s)
    nVidia RTX 2060 6GB Mobile GPU (TU106M)
    Sound Card
    Onbord Realtek ALC1220
    Screen Resolution
    1920 x 1080
    Hard Drives
    1x Samsung PM981 NVMe PCIe M.2 512GB / 1x Seagate Expansion ST1000LM035 1TB
2 systems updated both had SFC errors
run DISM /restorehealth and restarted

run SFC again then had no errors.
best of luck Steve ..
That's 99.9 percent the "Bluetooth file bug". It still happens from time to time. This happened more consistently on 23H2, but at least, 23H2 never broke DISM /online /cleanup-image /restorehealth. 24H2 and later is more likely to have a failed DISM restore!
 

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
Once again, the elderly desktop installed the update with no problem, and the one-year old laptop failed to install with the same error that others are seeing here. I fixed the laptop by running the windows update repair. It took a long time, several restarts and removed a couple of customizations, but I now have the latest version and the important stuff (email and network links) are all working properly.
 

My Computers

System One System Two

  • OS
    Linux Mint (22.3) and Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home built
    CPU
    Ryzen 3900x
    Motherboard
    Gigabyte Aorus Master x570 rel 1.0
    Memory
    32GB (2x16) @ 3600 MHz Corsair Vengeance LPX
    Graphics Card(s)
    Asus Geforce RTX 5060 Ti Dual OC 16 GB
    Sound Card
    No separate sound card.
    Monitor(s) Displays
    Dell U2718Q
    Screen Resolution
    3840x2160
    Hard Drives
    1TB WD-Black SN850; 1TB Samsung Sata 850 Evo; 4 TB WD Blue Sata SA510 2.5''; 4TB Samsung Sata SSD 870 EVO 2.5".
    PSU
    Be Quiet Dark Power Pro 11 750W
    Case
    Lian Li PC-8FIB
    Cooling
    CPU: Noctua NH-U12A; Case: BeQuiet + Lian Li fans.
    Keyboard
    Steelseries Apex 7 brown keys.
    Mouse
    Logitech (wired) G403
    Internet Speed
    940 Mb/s down; 105 Mb/s up
    Browser
    Firefox
    Other Info
    Pioneer blu-ray optical drive.
  • Operating System
    Windows 11 Home (ARM version) (latest update)
    Computer type
    Laptop
    Manufacturer/Model
    Samsung Galaxy Book4 Edge 14" Copilot+ PC
    CPU
    Qualcomm Snapdragon X Elite X1E-80-100
    Memory
    16 GB LPDDR5
    Graphics card(s)
    Qualcomm Adreno
    Monitor(s) Displays
    Touch screen 14" AMOLED monitor
    Screen Resolution
    2880x1800
    Hard Drives
    512 GB eUFS
    Internet Speed
    930 Mb/s (Wifi)
    Browser
    Firefox
    Antivirus
    Eset Internet Security
    Other Info
    NPU Qualcomm Hexagon
My Beelink MiniPC SER8 updated yesterday to 6899 without dism or SFC errors. A posting error: I was not attempting to quote Jumanji, but accidentally did.
 

My Computers

System One System Two

  • OS
    25H2 10.0.26200 26200.2584
    Computer type
    PC/Desktop
    Manufacturer/Model
    Beelink SER8 Mini
    CPU
    AMD Ryzen 7 8845HS
    Motherboard
    AZW SER8 AMD Promontory/Bixby FCH
    Memory
    DDR5-5600 / PC5-44800 DDR5 SDRAM SO-DIMM32G
    Graphics Card(s)
    AMD Radeon 780M
    Sound Card
    AMD Zen - Audio Processor - HD Audio Controller
    Monitor(s) Displays
    1 LG HDR 32"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Crucial NVMe
    2TB Crucial NVME
    WD 1TB SSD SATA to USB3
    1 Seagate BUP Slim 2TB SATA to USB3
    1 Seagate BUP Slim 4TB SATA to USB3
    Samsung SSD 1TB SATA to USB3
    Samsung 500G SATA to USB3
    500G Crucial SSD to USB3
    PSU
    Beelink Proprietary
    Case
    Beelink Proprietary
    Cooling
    Beelink Proprietary
    Keyboard
    Logitech Backlit USB
    Mouse
    Logitech M510
    Internet Speed
    T-Mobile 5G 500 T-Mobile Home Internet -Asus ZenWifi AX Mesh
    Browser
    Edge, Firefox, Chrome
    Antivirus
    Microsoft Security 1.451.235.0 version created 6-2-2026
    Other Info
    Macrium X Build 10.0.8843
    Minitool Pro Ultimate 13.6
    REVO Pro 5.5.0.0 Portable
    JAM Treesize 9.7.2.2203 Perpetual Outdated.
    JAM Ultrasearch Pro 4.9.1.1204 Perpetual Outdated.
    Malwarebytes Pro 5.5.7.255 Update 1.0.110434 Component 157.0.5633
    Screenpresso Pro 2.2.12.3 beta (.Net 4.8) 2026-5-026
    Hamrick Vue Scan Pro 9.8.51.13
    Visio 2021 Pro 2021 MSO (Version 2605 Build 16.0.20026.20076) 64-bit
    Droid Transfer-Android 26.2.26.0
    Thunderbird 151.0.1
    em Client 10.4.5326
    Affinity Suite 3.2.1
    Microsoft 365 MSO (Version 2605 Build 16.0.20026.20076) 64-bit
    Adobe Creative cloud Version 6911 Apps 6.9.0.618 CCLibrary 4.16.2 (Photo subscription)
    HXD Hex Editor Version 2.5.0.0
    DAW Software Reaper-Izotope Plugins
    TGRMN Software ViceVersa Pro Build 6015 and VVEngine 3 Build 3000
    ISOBuster Pro 5.8.0.0
    Microsoft Visio Pro 2021 Version 2605 Build 16.0.20026.20076
    Many Other free and paid applications
    WYSIWYG Web Builder 21.07
    Filezilla 3.70.5
    Putty .83 and Putty Gen .83
    System Informer 4.0.26144.416 Stable
    O&O Regedit Version12 Build 2172
    WINRAR 7.22
    Lockhunter 3.4.3.146. x64
    Advanced IP Scanner 2.5.1
    Epson Eco Tank Printers and Epson Scanners.
    Bluestacks for Ring Cameras
    PEAK DCA Transistor Graphical USB Interface for Viewing Transistor Operational Curves. Win 10 Version and has functioneded on Win11 perfectly. Version 1.1.1963.
    Games - Card Games -Microsoft FSX "Pro Gold Flight Sim with add ons. Still works perfectly.
    Still run a few older onese successfully on win11 as well with no graphic issue.
  • Operating System
    Win11 Pro OEM 25H2 OS Build 26200.7019
    Computer type
    PC/Desktop
    Manufacturer/Model
    Beelink
    CPU
    AMD Ryzen 7 8845HS
    Motherboard
    AMD
    Memory
    DDR5 32G
    Graphics card(s)
    Beelink SER7
    Sound Card
    Beelink SER7
    Monitor(s) Displays
    Dell
    Screen Resolution
    Native
    Hard Drives
    1TB Crucial NVMe SSD 2G SATA
    PSU
    Beelink Proprietary
    Case
    Beelink Proprietary
    Cooling
    Beelink Proprietary
    Keyboard
    gaming keyboard
    Mouse
    MS
    Internet Speed
    T-Mobile 5G
    Antivirus
    Defender Malwarebytes
    Other Info
    Microsoft 365 Family Office
    Macrium X Subscription1 Version 10
    Mini-Tool Ultimate 13.0 Lifetime
    Malwarebytes Premium w/VPN 5
    Revo Pro Portable Pro 5
    Roboform 9.7.7.
    Others. (All legit)
Here is how I solved the 0x800f0922 problem:

TL;DR (but read the full explanation below, to make sure you have the same problem that I encountered):
(1) go to HKLM/software/microsoft/windows/currentversion/winevt/channels, and delete "Microsoft-Windows-Store/Operational". Might be a good idea to save/export the key first, so you have a backup.
(2) go to HKLM/software/microsoft/windows/currentversion/winevt/channels/publishers and delete "{53e3d721-2aa0-4743-b2db-299d872b8e3d}".
(3) Reboot and retry the update.

Explanation: in C:\Windows\Logs\CBS\CBS.log, I saw an error message about a log being "declared by an existing provider" (search for that string in CBS.log), and that log was "Microsoft-Windows-Store/Operational". The GUID from #2 is from the corresponding error message.

After deleting both keys, the 0x800f0922 error was gone, and the log was re-created correctly (so I don't expect any subsequent problems from deleting those registry keys, because the log is now working correctly).

If you see similar errors, but for a different log, just modify steps #1 and #2 for the respective log names and GUID.

Hope this can help somebody :-)

- Uwe

Thank you very much! This worked for me. I had tried everything and made many attempts, but nothing had worked before..
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    ASUS
Done.

Captura de ecrã 2025-10-15 142945.webp
Captura de ecrã 2025-10-15 145221.webp
 
Last edited:

My Computers

System One System Two

  • OS
    Windows 11 Pro 64-bits 25H2 26200-7922
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self built
    CPU
    AMD Ryzen 3 3200G with Radeon Vega Graphics 3.60 GHz
    Motherboard
    MSI B350 PC MATE
    Memory
    32,00 GB TeamGroup DDR4-2667
    Graphics Card(s)
    Nvidia GeForce GT 730 & Radeon™ Vega 8 Graphics
    Sound Card
    nVIDIA GK208 HDMI/DP High Definition Audio Controller
    Monitor(s) Displays
    AOC 27"
    Screen Resolution
    3840x2160
    Hard Drives
    SSD Team Group T-Force Cardea Zero Z440 1TB Gen4 M.2 NVMe (5000/4400MB/s), SSD Team Group CX2 512GB SATA III (530/470MB/s) and 2x Seagate 1TB BarraCuda 64MB 7200rpm SATA III 3.5 - ST1000DM010
    PSU
    LC-Power 650W V2.3
    Case
    ATX Nox Hummer ZS
    Cooling
    No cooling
    Keyboard
    Logitech K220
    Mouse
    Logitech
    Internet Speed
    1000/200
    Browser
    Firefox 148.0
    Antivirus
    Windows Defender
    Other Info
    Optical Drive ASUS DRW-24D5MT
  • Operating System
    Windows 11 Pro 64-bits 25H2 26200-7922
    Computer type
    Laptop
    Manufacturer/Model
    Dell Latitude 5400
    CPU
    Intel Core i5-8365U
    Motherboard
    Dell 03WM4C - Intel Cannon Lake-U PCH-LP Premium
    Memory
    16 GB
    Graphics card(s)
    Intel UHD Graphics 620 - Whiskey Lake-U GT2
    Sound Card
    Intel Cannon Lake-LP - cAVS (Audio, Voice, Speech) [D0]
    Monitor(s) Displays
    Dell NV14N4F
    Screen Resolution
    1920 x 1080
    Hard Drives
    Micron 2200S NVMe 256 GB
    PSU
    Dell X7XY03
    Internet Speed
    1000 Mbps / 200 MBps
    Browser
    Firefox 148.0
    Antivirus
    Microsoft Windows Defender
The only issue I encountered on three systems was on my laptop the download hung at 0%. I rebooted after about ten minutes and started it over, same thing. So, I left it sitting there overnight and when I checked this morning, the update has finished. I'm guessing that MSC throttles downloads if their servers get overloaded and my machine just had to wait it's turn. That was the last one in the queue, so all the systems updated successfully this time.
 

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
I can also report I have the same USB issue as reported by @erhanercan and others.
 

My Computers

System One System Two

  • OS
    25H2 10.0.26200 26200.2584
    Computer type
    PC/Desktop
    Manufacturer/Model
    Beelink SER8 Mini
    CPU
    AMD Ryzen 7 8845HS
    Motherboard
    AZW SER8 AMD Promontory/Bixby FCH
    Memory
    DDR5-5600 / PC5-44800 DDR5 SDRAM SO-DIMM32G
    Graphics Card(s)
    AMD Radeon 780M
    Sound Card
    AMD Zen - Audio Processor - HD Audio Controller
    Monitor(s) Displays
    1 LG HDR 32"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Crucial NVMe
    2TB Crucial NVME
    WD 1TB SSD SATA to USB3
    1 Seagate BUP Slim 2TB SATA to USB3
    1 Seagate BUP Slim 4TB SATA to USB3
    Samsung SSD 1TB SATA to USB3
    Samsung 500G SATA to USB3
    500G Crucial SSD to USB3
    PSU
    Beelink Proprietary
    Case
    Beelink Proprietary
    Cooling
    Beelink Proprietary
    Keyboard
    Logitech Backlit USB
    Mouse
    Logitech M510
    Internet Speed
    T-Mobile 5G 500 T-Mobile Home Internet -Asus ZenWifi AX Mesh
    Browser
    Edge, Firefox, Chrome
    Antivirus
    Microsoft Security 1.451.235.0 version created 6-2-2026
    Other Info
    Macrium X Build 10.0.8843
    Minitool Pro Ultimate 13.6
    REVO Pro 5.5.0.0 Portable
    JAM Treesize 9.7.2.2203 Perpetual Outdated.
    JAM Ultrasearch Pro 4.9.1.1204 Perpetual Outdated.
    Malwarebytes Pro 5.5.7.255 Update 1.0.110434 Component 157.0.5633
    Screenpresso Pro 2.2.12.3 beta (.Net 4.8) 2026-5-026
    Hamrick Vue Scan Pro 9.8.51.13
    Visio 2021 Pro 2021 MSO (Version 2605 Build 16.0.20026.20076) 64-bit
    Droid Transfer-Android 26.2.26.0
    Thunderbird 151.0.1
    em Client 10.4.5326
    Affinity Suite 3.2.1
    Microsoft 365 MSO (Version 2605 Build 16.0.20026.20076) 64-bit
    Adobe Creative cloud Version 6911 Apps 6.9.0.618 CCLibrary 4.16.2 (Photo subscription)
    HXD Hex Editor Version 2.5.0.0
    DAW Software Reaper-Izotope Plugins
    TGRMN Software ViceVersa Pro Build 6015 and VVEngine 3 Build 3000
    ISOBuster Pro 5.8.0.0
    Microsoft Visio Pro 2021 Version 2605 Build 16.0.20026.20076
    Many Other free and paid applications
    WYSIWYG Web Builder 21.07
    Filezilla 3.70.5
    Putty .83 and Putty Gen .83
    System Informer 4.0.26144.416 Stable
    O&O Regedit Version12 Build 2172
    WINRAR 7.22
    Lockhunter 3.4.3.146. x64
    Advanced IP Scanner 2.5.1
    Epson Eco Tank Printers and Epson Scanners.
    Bluestacks for Ring Cameras
    PEAK DCA Transistor Graphical USB Interface for Viewing Transistor Operational Curves. Win 10 Version and has functioneded on Win11 perfectly. Version 1.1.1963.
    Games - Card Games -Microsoft FSX "Pro Gold Flight Sim with add ons. Still works perfectly.
    Still run a few older onese successfully on win11 as well with no graphic issue.
  • Operating System
    Win11 Pro OEM 25H2 OS Build 26200.7019
    Computer type
    PC/Desktop
    Manufacturer/Model
    Beelink
    CPU
    AMD Ryzen 7 8845HS
    Motherboard
    AMD
    Memory
    DDR5 32G
    Graphics card(s)
    Beelink SER7
    Sound Card
    Beelink SER7
    Monitor(s) Displays
    Dell
    Screen Resolution
    Native
    Hard Drives
    1TB Crucial NVMe SSD 2G SATA
    PSU
    Beelink Proprietary
    Case
    Beelink Proprietary
    Cooling
    Beelink Proprietary
    Keyboard
    gaming keyboard
    Mouse
    MS
    Internet Speed
    T-Mobile 5G
    Antivirus
    Defender Malwarebytes
    Other Info
    Microsoft 365 Family Office
    Macrium X Subscription1 Version 10
    Mini-Tool Ultimate 13.0 Lifetime
    Malwarebytes Premium w/VPN 5
    Revo Pro Portable Pro 5
    Roboform 9.7.7.
    Others. (All legit)
Here is how I solved the 0x800f0922 problem:

TL;DR (but read the full explanation below, to make sure you have the same problem that I encountered):
(1) go to HKLM/software/microsoft/windows/currentversion/winevt/channels, and delete "Microsoft-Windows-Store/Operational". Might be a good idea to save/export the key first, so you have a backup.
(2) go to HKLM/software/microsoft/windows/currentversion/winevt/channels/publishers and delete "{53e3d721-2aa0-4743-b2db-299d872b8e3d}".
(3) Reboot and retry the update.

Explanation: in C:\Windows\Logs\CBS\CBS.log, I saw an error message about a log being "declared by an existing provider" (search for that string in CBS.log), and that log was "Microsoft-Windows-Store/Operational". The GUID from #2 is from the corresponding error message.

After deleting both keys, the 0x800f0922 error was gone, and the log was re-created correctly (so I don't expect any subsequent problems from deleting those registry keys, because the log is now working correctly).

If you see similar errors, but for a different log, just modify steps #1 and #2 for the respective log names and GUID.

Hope this can help somebody :-)

- Uwe
Hi Uwe, thank you so much, it worked for me(y). Maybe you should pass this on to Microsoft;-).
By the way, I found key no. 2 slightly differing from your instructions in HKLM/software/microsoft/windows/currentversion/winevt/publishers .

Thanks, Chris
 

My Computer

System One

  • OS
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    Geekom GT 2 Mega
    CPU
    Intel Core Ultra 9 285H
    Memory
    32 GB DDR5
    Graphics Card(s)
    Intel Arc 140T
    Monitor(s) Displays
    Asus Rog Strix
    Screen Resolution
    2560 x 1440 (144 Hz)
    Hard Drives
    2 TB SSD
    PSU
    BSY 120 W
    Keyboard
    Logitech MX Keys S
    Mouse
    G Pro X Superlight 2
    Internet Speed
    500 Mbit/s
    Antivirus
    Microsoft Defender
Same here. Thanks for this, thought it was a one-off when I tried to get onto BIOS from OS rather than via F10 keys when booting.

The other thing worth adding is that I started seeing this after each restart:

View attachment 149060

For some reason AvailableUpdates key value under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot has been changed to 0x400 (and yes, I manually applied UEFI fixes to this PC earlier in the year).

Otherwise this CU installed okay and without the issues.

I was getting that exact same error and I went into my BIOS/UEFI and looked for the TPM (sometimes called PTT - Platform Trust Technology) setting.

I disable TPM and then 5 seconds later re-enabling it, to reset the configuration. I never got that error again.

I can't say if doing that will help you, or is even good practice, (maybe others here can jump in with advice on how safe that is to do) but that did stop that 1796 Event Viewer error on my machine.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 26200.8457
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Tower Plus EBT2250, DOB: 06/15/2025
    CPU
    Intel® Core™ Ultra 7 265 1.8GHz to 5.3GHz (Arrow Lake)
    Motherboard
    Dell Inc. 02D3NT A00 (U3E1)
    Memory
    SK Hynix 32GB DDR5 5600 Desktop RAM UDIMM Non-ECC PC5-5600B
    Graphics Card(s)
    Dell NVIDIA® GeForce RTX™ 4060 8GB GDDR6 & (iGPU) Integrated Intel® UHD Graphics
    Sound Card
    Chipset Realtek High-Definition Audio with Dolby Atmos
    Monitor(s) Displays
    Dell Ultra Sharp U2515H 25-Inch Screen LED-Lit
    Screen Resolution
    2560 X 1440
    Hard Drives
    Samsung (NVMe PM9C1a 1024GB) M.2 PCIe NVMe Solid State Drive (OS), with Samsung Piccolo (S4LY022) 6-Core 4 Channel Controller.

    Samsung T7 500GB SSD, USB-C External Drive
    PSU
    Dell 460W
    Case
    Dell Tower Plus EBT 2250
    Cooling
    Fan
    Keyboard
    Dell Wired Keyboard - KB216
    Mouse
    Logitech M510
    Internet Speed
    Intel Killer E3100G 2.5 Gigabit Ethernet Controller
    Browser
    Microsoft Edge
    Antivirus
    Microsoft Windows Security
    Other Info
    The Samsung NVMe PM9C1a 1024GB SSD does not use a Phison NAND controller. Instead, it uses Samsung's in-house developed Piccolo (S4LY022) 6-Core 4 Channel Controller. The PM9C1a utilizes a controller built using Samsung's 5-nanometer process and seventh-generation V-NAND technology. 🤔
  • Operating System
    Windows 11 Pro 25H2 26200.8457
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 15 7000 (7591) 2-in-1, DOB: 11/30/2019
    CPU
    10th Generation Intel Core i7-10510U Processor (8MB Cache, up to 4.9 GHz) Comet Lake
    Motherboard
    Dell 0NNW5N
    Memory
    16GB DDR4 RAM
    Graphics card(s)
    NVIDIA® GeForce® MX250 with 2GB GDDR5 graphics memory
    Sound Card
    Chipset Realtek ALC3254 🤔🤣
    Monitor(s) Displays
    Dell 15.6-inch UHD Truelife Touch Narrow Border WVA Display with Active Pen support
    Screen Resolution
    3840 x 2160
    Hard Drives
    Intel NVME 512GB SSD with 32GB Intel Optane Memory, M.2 80mm PCIe 3.0 RAID

    SanDisk 256GB Extreme microSDXC UHS-I Memory Card
    PSU
    Dell 4-Cell Battery, 68 Whr (Integrated), 90 Watt AC Adapter
    Case
    Dell Inspiron 15 7000 2-in-1 (7591)
    Cooling
    Standard Dell Case Fan & Havit HV-F2056 USB Powered (3 Fans) Laptop Cooling Pad.
    Keyboard
    Dell
    Mouse
    Logitech Wireless Mouse M650L
    Internet Speed
    Wireless/Wired connectivity (WiFi 6 - 802.11 ax)
    Browser
    Microsoft Edge
    Antivirus
    Microsoft Windows Security
    Other Info
    From Dell: 512GB NVME Solid State Drive accelerated by 32GB Intel Optane Memory are the fastest as compared to NAND SSDs. Intel Optane H10 with SSD offers speedy storage and accelerates opening your programs.
i wont get this patch then i guess
When that happens I sometimes just ignore it for a while and it comes back in the future and installs ok :-) Maybe not the best technical advice!
 

My Computers

System One System Two

  • OS
    Windows 11 Home 25H2
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavilion 14-ce3606sa
    CPU
    Core i5-1035G1
    Memory
    32gb
    Hard Drives
    Samsung 870 evo sata ssd
    Cooling
    Could be better
    Internet Speed
    50 mbps Starlink
    Browser
    Firefox
    Other Info
    Originally came installed with a 500gb H10 Optane ssd
  • Operating System
    Windows 11 Home
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavilion ce3606sa
    CPU
    Intel Core i5-1035G1
    Memory
    16gb
    Hard Drives
    Hynix Gold P31 2TB
    Internet Speed
    200mbps Starlink
    Browser
    Firefox
    Antivirus
    Defender
Downloading the update and doing a manual update is always an option, it has worked for me several times in the past.

 

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
Back
Top Bottom