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:
Getting it now.

1762884323703.webp
 

My Computer

System One

  • OS
    Windows 11 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    N/A
    CPU
    AMD 9950X3d2
    Motherboard
    Asus x870E Extreme
    Memory
    64GB Corsair vengeance DDR5 (6000 MHz) CL30
    Graphics Card(s)
    AMD 9070XT
    Sound Card
    Realtek
    Monitor(s) Displays
    N/A
    Screen Resolution
    1440p
    PSU
    Thermaltake 1200w
    Case
    Asus View 71 TG RGB
    Cooling
    Custom Cooling loop With an Alphacool 13339 VPP Apex Pump and EK Quantum surface radiator
    Internet Speed
    Xfinity 2300 mbps
    Antivirus
    Norton
Here it comes. Downloading and installing.
1762884373928.webp

1762884403114.webp

Done:

Edition Windows 11 Pro
Version 25H2
Installed on ‎8/‎29/‎2025
OS build 26200.7171
Experience Windows Feature Experience Pack 1000.26100.265.0
 

My Computer

System One

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

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP
    Memory
    15GB RAM
    Hard Drives
    SSD 1TB
    Browser
    Chrome
I am grabbing these updates now too.
for v25H2
 

My Computers

System One System Two

  • OS
    Windows 11 Pro (x64)(v25H2)(26200.8524)
    Computer type
    PC/Desktop
    Manufacturer/Model
    [Self-built](custom-build)(June 2020)
    CPU
    AMD Ryzen 9 3900X 12-Core/24-threads
    Motherboard
    Asus PRIME X570-PRO (BIOS_r5044 [01/04/2026])
    Memory
    64GB, 2x G.Skill 32GB (PC3200)(DDR4-2137)
    Graphics Card(s)
    ASUS PRIME GeForce RTX 5070 12GB OC Edition, GPU by NVIDIA.
    Sound Card
    Realtek® ALC1220A 8-Channel High Definition Audio CODEC
    Monitor(s) Displays
    24" DELL Gaming Monitor - G2422HS - DisplayPort used
    Screen Resolution
    1920x1080p at 165Hz (16:9 Aspect Ratio)
    Hard Drives
    2TB Samsung 980 Pro (NVMe)(SSD)
    4TB Samsung 990 Pro (NVMe)(SSD)
    2TB Samsung 870 EVO (SSD)

    NVMe 2TB
    -- OS(Win11 Pro x64),
    -- programs,
    -- programming(MS Visual Studios 2022 Community Ed.),
    -- music

    NVMe 4TB
    video game installs.

    #3 FILE Server!
    PSU
    Thermaltake TOUGHPOWER DPS G RGB Titanium Certified 1250Watt
    Case
    Corsair Graphite Series 780T Full Tower PC Case
    Cooling
    AMD Wraith cooler (stock) & 3x Corsair case fans
    Keyboard
    Redragon K580 VATA RGB LED Backlit Mechanical Gaming Keyboard (brown switches).
    Mouse
    Redragon M602 RGB Wired USB Gaming mouse
    Internet Speed
    2,100Mbps Download, 300Mbps Upload
    Browser
    Firefox & Google Chrome
    Antivirus
    n/a aka "ABOVE TOP SECRET!" lol ;)
    Other Info
    My System is the ULTIMATE GAMING RIG ^_^
    TP-Link BE9300 Tri-Band Wi-Fi 7 Wireless 2.5Gigabit Router
    Model Archer BE550 (v1.0)
    Arris S34 Cable Modem
    Nvidia GFX Drivers: (v596.49)
    Realtek UAD Drivers: (v6.0.9977.1)
    Realtek LAN Drivers:(v1125.29.50.202)(2026-04-19)
    Intel LAN Drivers: (v14.01.24.00)(2025-10-03)
  • Operating System
    Windows 11 Pro x64
    Computer type
    Laptop
    Manufacturer/Model
    DELL G15 Ryzen edition, model 5515
    CPU
    AMD Ryzen 7 5800H
    Motherboard
    DELL G15 Ryzen edition
    Memory
    32GB GSkill DDR4 2x 16GB sticks
    Graphics card(s)
    Ryzen 7 5800H integrated AMD Radeon Graphics and Nvidia GeForce 3060 6GB
    Sound Card
    Realtek ALC3254 with Nahimic 3D Audio for Gamers
    Monitor(s) Displays
    built-in
    Screen Resolution
    1920x1080
    Hard Drives
    512GB NVMe SSD, 1TB Samsung 970 EVO NVMe SSD
    PSU
    unknown
    Case
    laptop
    Keyboard
    built-in
    Mouse
    Logitech B100 USB
    Internet Speed
    2,100Mbps download, 300Mbps upload
    Browser
    Firefox & Google Chrome
Update worked properly for a change, on my ARM laptop.
My Desktop is now on Linux.
 

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
They're calling it a Security Update instead of a Cumulative Update.
 

My Computers

System One System Two

  • OS
    Windows 11 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    Coofun (MinisForum) UM700
    CPU
    AMD Ryzen 7 3750H
    Motherboard
    BESSTAR TECH LIMITED UM700
    Memory
    16GB
    Graphics Card(s)
    AMD Radeon RX Vega 10 (Picasso) [AMD]
    Monitor(s) Displays
    HP 22 uh; HP N223
    Screen Resolution
    1920x1080
    Hard Drives
    KINGSTON OM8PDP3512B-A01 500GB
    Samsung SSD 860 EVO 1000GB
    Other Info
    System 3 Specs
    OS: Windows 11 Pro
    Lenovo ThinkPad X1 Yoga Gen6
    11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz
    16GB RAM
    3840x2400 touch
    SKHynix_HFS512GD9TNI-L2B0B nVME SSD

    System 4 Specs
    OS: Windows 11 Pro
    Lenovo ThinkPad X1 Yoga Gen1
    6th Generation Intel® Core™ i7-6500U Processor(Core i7-6500U)
    16GB RAM
    2560x 1440 touch
    Samsung 512 GB SATA SSD

    System 5 Specs
    OS: Windows 11 Home
    HP Pavilion 23-p027c All-in-One
    4th Generation Intel® Core™ i5-4570T Processor
    16GB RAM
    1920 s 1080 touch
    Samsung SSD 860 EVO 500GB
  • Operating System
    Windows 11-Pro 64-bit
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkPad X1 Carbon Gen 6
    CPU
    Intel Core i7-8650U
    Motherboard
    Lenovo
    Memory
    16GB
    Screen Resolution
    2560 x 1440 WQHD
    Hard Drives
    Samsung 870 EVO Plus - 1TB
No new features as always... Why are they even giving me these updates
 

My Computer

System One

  • OS
    Windows 11
They're calling it a Security Update instead of a Cumulative Update.
I just noticed that too, that's probably going to cause slight confusion with the nearly-daily security intelligence updates for those not well aware
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP
    Memory
    15GB RAM
    Hard Drives
    SSD 1TB
    Browser
    Chrome
Got it. Installed fine. 0 issues.

1762885053268.webp
 

My Computer

System One

  • OS
    Windows 11 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    N/A
    CPU
    AMD 9950X3d2
    Motherboard
    Asus x870E Extreme
    Memory
    64GB Corsair vengeance DDR5 (6000 MHz) CL30
    Graphics Card(s)
    AMD 9070XT
    Sound Card
    Realtek
    Monitor(s) Displays
    N/A
    Screen Resolution
    1440p
    PSU
    Thermaltake 1200w
    Case
    Asus View 71 TG RGB
    Cooling
    Custom Cooling loop With an Alphacool 13339 VPP Apex Pump and EK Quantum surface radiator
    Internet Speed
    Xfinity 2300 mbps
    Antivirus
    Norton
This never-ending issue. 🤣

1762885200469.webp

1762885163262.webp
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell XPS 8930
    CPU
    Intel I9-9900K
    Memory
    64GB
    Graphics Card(s)
    NVIDIA RTX 2060
    Sound Card
    NVIDIA High Definition Audio
    Monitor(s) Displays
    4k Samsung
    Screen Resolution
    3840 x 2160
    Hard Drives
    512GB NVMe, ADATA SU 800, 2TB HDD
And this again. 😵‍💫
Hopefully it will complete /RESTOREHEALTH. 🤞

1762885513623.webp

Finally completed /RESTOREHEALTH.
1762886282935.webp
 
Last edited:

My Computer

System One

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

Now people who open TM hundreds of times during a Windows session won't have to worry about TM consuming lots of resources. ;-)
 

My Computers

System One System Two

  • OS
    Windows 11 26200.8116
    Computer type
    PC/Desktop
    Manufacturer/Model
    homebuilt
    CPU
    Amd Threadripper 7970X
    Motherboard
    Gigabyte TRX50 Aero D Rev. 1.0
    Memory
    128GB (4 X 32) G.Skill DDR5 6400 (RDIMM)
    Graphics Card(s)
    Gigabyte RTX 4090 OC
    Sound Card
    none (USB to speakers), Realtek
    Monitor(s) Displays
    Innocn 32" OLED
    Screen Resolution
    3840 X 2160 @ 60Hz
    Hard Drives
    Crucial T700 2TB M.2 NVME SSD
    WD 4TB Blue SATA SSD
    Seagate 18TB IronWolf Pro
    PSU
    BeQuiet! Straight Power 12 1500W
    Case
    Lian Li 011 Dynamic Evo XL
    Cooling
    SilverStone Technology XE360-TR5, with 3 Phanteks T30 fans
    Keyboard
    Cherry KC 500 MX LP (mechanical)
    Mouse
    Logitech M500s (wired)
    Internet Speed
    2000/250 Mbps (down/up)
    Other Info
    xFinity gateway
  • Operating System
    windows 11 26200.8116
    Computer type
    PC/Desktop
    Manufacturer/Model
    homebuilt
    CPU
    Intel I9-13900K
    Motherboard
    Asus RoG Strix Z690-E
    Memory
    64GB G.Skill DDR5-6000
    Graphics card(s)
    Gigabyte RTX 3090 ti
    Sound Card
    built in Realtek
    Monitor(s) Displays
    Philips 27E1N8900 27" OLED
    Screen Resolution
    3840 X 2160 @60Hz
    Hard Drives
    WDC SN850 1TB
    8TB Seagate Ironwolf
    4TB Seagate Ironwolf
    PSU
    eVGA SuperNOVA 1300 GT
    Case
    Lian Li 011 Dynamic Evo
    Cooling
    Corsair iCUE H150i ELITE CAPELLIX Liquid CPU Cooler
    Keyboard
    Cherry Streaming (wired)
    Mouse
    Logitech M500s (wired)
Well, would you look at that? It installed correctly this time. The last two updates (the preview and the out of bound update before that) both failed with the standard error code we've been seeing a lot lately. This one went on fine.

SFC/Scannow is clean
DISM /Online /Cleanup-Image /ScanHealth shows no corruption
DISM.exe /Online /Cleanup-Image /AnalyzeComponentStore shows 3 reclaimable packages (2 are the usual ones)
DISM.exe /Online /Cleanup-Image /StartComponentCleanup takes me back to the usual 2

Let's hope this is the norm going forward.

Oh, and I can confirm the task manager bug is fixed.
 

My Computer

System One

  • OS
    windows 11 25h2
    Computer type
    PC/Desktop
    CPU
    14700KF
    Motherboard
    MSI MAG Z790 Tomahawk WiFi
    Memory
    32GB DDR5
    Graphics Card(s)
    MSI 4090 VENTUS 3X
    Monitor(s) Displays
    CORSAIR XENEON 27QHD240 OLED
    Screen Resolution
    1440p
    Hard Drives
    M.2 SSD
    PSU
    HX1000i 2023
    Case
    Corsair 4000D
    Cooling
    Noctua Nh-U12A
    Keyboard
    WOOTING HE Full
    Mouse
    Logitech G502 X Wired
All installed fine. No DISM issues.

Apart from Eset Nod32 didn't run (I gave it 5-10 mins to kick in but it didn't) until I did a reboot.

Screenshot 2025-11-11 182917.webp
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2 26200.7922
    Computer type
    PC/Desktop
    Manufacturer/Model
    Local shop built (KC Computers Ltd)
    CPU
    Intel Core i9 13900F
    Motherboard
    Gigabyte Z690 Gaming X (rev. 1.0/1.1) - (BIOS: F32 09 18 2025)
    Memory
    2 x Kingston Fury 32gb DDR5 5600 Beast
    Graphics Card(s)
    Gigabyte Eagle (Nvidia) RTX 3060
    Sound Card
    Chord Async USB 44.1kHz - 384kHz 2Qute DAC
    Monitor(s) Displays
    Gigabyte AORUS FO32U2 32” OLED Flat Gaming Monitor, 0.03ms, KVM, 250 cd/m2, FreeSync Premium Pro, HDR True Black 400
    Screen Resolution
    3840 x 2160 (UHD), 240Hz
    Hard Drives
    1 x KINGSTON NVMe M.2 SSDSKC3000D2048G 2TB
    1 x Samsung SSD 870 EVO 250GB
    2 x Crucial CT4000MX500SSD1 4TB
    2 x Crucial CT2000MX500SSD1 2TB
    1 x Crucial CT250MX500SSD1 250.0 GB
    PSU
    Gigabyte 750w
    Case
    Fractal Torrent
    Cooling
    Stock Intel CPU, 2 x Fractal 180mm PWM (front), 3 x Fractal 140mm PWM (bottom)
    Keyboard
    Logitech MX Mechanical Wireless Illuminated Performance Keyboard
    Mouse
    Logitech MX Master 3S Wireless Performance Mouse
    Internet Speed
    900 Mbps/900 Mbps Trooli FTTP
    Browser
    Firefox
    Antivirus
    Eset Nod32
Oh man 26200.7171 updated without any problems :zany:
 

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)
Yes !! Finally without repairing and errors ..........went smooth and fast , Ok ! :wink:
 

My Computer

System One

  • OS
    Windows11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Asus
    CPU
    i7
    Motherboard
    z97k
    Memory
    32GB
    Graphics Card(s)
    nVidia
    Sound Card
    Realtek
    Hard Drives
    3
    Cooling
    air
    Browser
    Edge
    Antivirus
    ESET
No issues here
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP
    Memory
    15GB RAM
    Hard Drives
    SSD 1TB
    Browser
    Chrome
Back
Top Bottom