Windows 10 Updates won't install

Ficzko

New Member
Joined
Sep 28, 2025
Messages
9
Hi I've been unable to install updates for a while now, I've had little bit of a luck and had 2 of them installed by doing a "Delete staged packages and clean up corrupted tasks", but now I'm stuck. Ive tried:
  • dism /online /cleanup-image /restorehealth
  • Clean boot
  • Delete staged packages and clean up corrupted tasks
  • Installing updates manually
I'm currently on:

Edition Windows 10 Pro
Version 2009
Installed on ‎2025-‎02-‎20
OS Build 19045.5859

My last log:

I've attached my update history.
Thanks in advance!

 

Attachments

  • windows update history.webp
    windows update history.webp
    74.7 KB · Views: 0
Thanks — good detail and the screenshot helps. Error 0x800f0922 usually points to either (A) not enough space in the System/EFI (boot) partition, (B) .NET / component-store problems, or (C) a connectivity/VPN/BitLocker problem that prevents the update from finishing. I’ll give a short checklist of checks/fixes (safe → more advanced), how to collect the useful logs, and a final fallback (repair install). Please stop at any step you don’t feel comfortable with and tell me what the results are.
Quick questions before we start
  • Are you using a VPN or custom proxy right now? (Yes / No)
  • Do you have BitLocker enabled on the system drive? (Yes / No)
  • Do you have any third‑party antivirus that you can temporarily disable?
  • Can you confirm the failing KB is KB5065429 (from your screenshot) and the failure dates: Sep 11 and Sep 27, 2025?
Important: make a backup / restore point before changing partitions or doing an in-place repair.
Step 1 — Basic checks (fast)
  1. Check free space on C:
    • Open File Explorer → This PC. How much free space on C:?
  2. Temporarily disable any third‑party AV and disconnect VPNs / proxies. Reboot and try the update again.
Step 2 — Run the standard troubleshooters & scans
  1. Open Settings → Update & Security → Troubleshoot → Additional troubleshooters → Windows Update → Run.
  2. Open an elevated Command Prompt (Run as Administrator) and run:
    • sfc /scannow
    • DISM /Online /Cleanup-Image /StartComponentCleanup
      (You already ran /RestoreHealth — good. Do StartComponentCleanup too.)
Step 3 — Reset Windows Update components (manual)
If the troubleshooter didn’t help, run these in an elevated CMD (copy/paste whole block):
  • net stop wuauserv
  • net stop cryptSvc
  • net stop bits
  • net stop msiserver
  • ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
  • ren C:\Windows\System32\catroot2 catroot2.old
  • net start wuauserv
  • net start cryptSvc
  • net start bits
  • net start msiserver
Then reboot and try the update.
Step 4 — Check the System/EFI (boot) partition (very common cause of 0x800f0922)
0x800f0922 is frequently caused by the System Reserved (BIOS) or EFI System Partition (UEFI) being too small to update boot files.
  1. Open an elevated PowerShell and run:
    • Get-Partition | Format-Table -AutoSize
    • Get-Volume | Format-Table -AutoSize
      Look for a small partition (about 100–550 MB) marked System or EFI. Tell me its size.
  2. If that partition is small (100 MB or similar), two safe approaches:
    • Preferred: Use a partition tool (example: Windows built‑in Disk Management may not allow increasing it — use a third‑party tool like MiniTool Partition Wizard or Macrium Reflect partitioning tools) to enlarge the EFI/System partition by ~300–500 MB (requires shrinking the adjacent partition). This is the clean solution.
    • Quick (less invasive) attempt to rebuild/copy boot files (run only if you are comfortable):
      a) In elevated CMD run diskpart and assign a temporary drive letter to the EFI/System partition:
      • diskpart
      • list disk
      • select disk 0 (replace 0 if your system disk is different)
      • list partition
      • select partition X (replace X with the number of the small System/EFI partition)
      • assign letter=S
      • exit
        b) Then run (assuming Windows installed on C:):
      • bcdboot C:\Windows /s S: /f UEFI
        (If your system is BIOS/Legacy, use /f ALL or check docs.)
        c) Remove the letter (optional) with diskpart:
      • diskpart -> select disk 0 -> select partition X -> remove letter=S -> exit
      Warning: messing with the wrong partition can make the system unbootable. If you’re not comfortable, stop and I’ll walk you through or recommend a safer partition-resize option.
Step 5 — .NET-specific fixes (if the failing update is a .NET or feature update)
If the failing KB is .NET related, enable the .NET optional features and run the Microsoft .NET Repair Tool:
  • Control Panel → Programs and Features → Turn Windows features on/off → make sure .NET 3.5 and 4.x are enabled if required.
  • Run the Microsoft .NET Framework Repair Tool (download from Microsoft) and reboot.
Step 6 — Manual install via Microsoft Update Catalog
If Windows Update keeps failing, download the exact MSU/CAB for your OS build 19045 (x64) from the Microsoft Update Catalog and try to install it offline. If you already tried manual install, tell me which KB file you downloaded and what error the installer gave.
Step 7 — Collect logs (if the above doesn’t fix it)
If the update still fails, I’ll need the update logs to see the exact failure. Please provide one of these:
Option A — WindowsUpdate.log (recommended)
Open elevated PowerShell and run:
  • Get-WindowsUpdateLog -LogPath "$env:UserProfile\Desktop\WindowsUpdate.log"
    This will create WindowsUpdate.log on your desktop. Upload that file or paste the last ~200 lines around the failure time (Sep 27, 2025).
Option B — CBS log
Compress and upload:
  • C:\Windows\Logs\CBS\CBS.log
    If large, open it in Notepad and paste the last ~200 lines containing “Error” or the timestamp around the failed install.
If you prefer I can parse the paste for you — paste the relevant log excerpt here or upload the files/zip.
Final fallback — In-place repair upgrade (keeps apps and files)
If nothing works, an in-place repair install using the Windows 10 Media Creation Tool will refresh system files and usually fixes Windows Update problems. Steps:
  • Download the Media Creation Tool from Microsoft (choose the Windows 10 matching build), run it, choose “Upgrade this PC now” then “Keep personal files and apps.” This takes ~30–90 minutes. Make a backup first.
What I recommend you try now (in this order)
  1. Disable VPN/AV, reboot, try update.
  2. Run Windows Update Troubleshooter + sfc /scannow + DISM StartComponentCleanup.
  3. Reset SoftwareDistribution/catroot2 (Step 3).
  4. Check EFI/System partition size (Step 4). Tell me the partition size output from Get-Partition / Get-Volume or paste a screenshot of Disk Management.
  5. If comfortable, either enlarge the partition (preferred) or run the bcdboot sequence (careful).
  6. If still failing, collect WindowsUpdate.log (Get-WindowsUpdateLog) and paste/upload the last ~200 lines or the pastebin link contents.
If you want, paste the pastebin ID you posted (x8hVRnYq) here as a full URL or paste the contents of that paste into a reply — I couldn’t fetch it from my side. Once I can see the exact error lines from the log I’ll give the precise next fix.
Tell me:
  • VPN / BitLocker / AV status
  • Result of Get-Partition or Disk Management (size of small System/EFI partition)
  • Whether you want to attempt the bcdboot quick fix or would prefer step-by-step resizing guidance
I’ll guide you through the safest next step.
 

I tried every steps I didn't already do to no avail.
Yes this is update KB5065429.
My C: drive has over 750 GB free
The System partition has a size of 547 MB
It is not a .NET Update and I have those installed already.
uploading the log on next post
 

Thanks — that’s helpful. Short summary of what you told me and what it means:
  • You confirmed the failing update is KB5065429 and C: has plenty of free space.
  • Your EFI/System partition is 547 MB (that’s at the high end of typical ESP sizes, so it’s unlikely to be the classic “ESP too small” case but still possible in rare servicing states).
  • You already ran DISM /RestoreHealth and other standard cleanup steps, and it’s not a .NET issue. Good troubleshooting so far.
A few quick checks I still need from you before deeper steps
  1. Is BitLocker enabled on the system drive? (Yes / No)
  2. Are you connected to a VPN or WSUS / proxy, or using a corporate update server? (Yes / No)
  3. Do you have Hyper‑V, Windows Sandbox, or other virtualization features enabled? (Yes / No — I’ll show how to check if you’re unsure)
  4. When you upload the log, please attach either the generated WindowsUpdate.log (Get-WindowsUpdateLog) or the CBS.log (C:\Windows\Logs\CBS\CBS.log). That will let me see the exact failure lines.
Why KB5065429 can fail (high‑probability causes)
  • Servicing/SSU sequencing or a bundled SSU+LCU can make certain machines fail until a follow‑up servicing/preview/SSU is applied. Community/field reports for the recent September rollups show these package-ordering issues and recommend checking for a later servicing preview that fixes regressions.
  • Third‑party AV, VPNs, virtualization (Hyper‑V / Sandbox), or network/proxy/WSUS interception can block servicing operations or file replacement. Disable those temporarily while testing.
Next recommended actions (ordered, with commands)
1) Temporarily disable common blockers
  • Disconnect VPN, disable third‑party AV, and, if present, disable Hyper‑V / Windows Sandbox:
    • Control Panel → Programs and Features → Turn Windows features on or off → uncheck Hyper-V and Windows Sandbox → reboot.
2) Check installed servicing packages & SSU (give me the output)
  • Open an elevated Command Prompt and run:
    • dism /online /get-packages > "%userprofile%\desktop\Packages.txt"
  • Attach the Packages.txt file here or paste the lines that include any Servicing Stack Update (SSU) KB numbers and any recent KB5065xxx entries.
3) Try the manual DISM install (bypasses wusa / Windows Update service)
  • Download the KB5065429 MSU from the Microsoft Update Catalog and save it somewhere like C:\Downloads. Then run (elevated):
    • dism /online /add-package /packagepath:"C:\Downloads\windows10.0-kb5065429-x64.msu"
  • If that fails, capture the final error lines and the MSU log (wusa creates a log if you run wusa with /log or check Event Viewer → Setup). Manual DISM install is often recommended for these stubborn servicing packages.
4) If manual install fails — try applying the follow‑up/release preview fix first
  • Community and forum reports indicate a Release Preview/preview rollup (example KB5066198) was published to address regressions related to the September rollups; installing that (or the latest SSU/preview) before retrying the LCU has resolved the problem for many users. If you can find KB5066198 (or whatever the latest preview/SSU is for your 19045 build) in the Microsoft Update Catalog, install it first, reboot, then retry KB5065429.
5) Rebuild boot files (safe-ish) — only if other items fail
  • Because your ESP is 547 MB (normally enough), resizing is NOT the first thing I’d do. But if the logs show a boot-file write failure, you can try the conservative bcdboot repair (this only rewrites boot files, does not resize partitions). In an elevated CMD:
    • diskpart
    • list disk
    • select disk 0 (change if different)
    • list partition
    • select partition X (the 547 MB EFI partition)
    • assign letter=S
    • exit
    • bcdboot C:\Windows /s S: /f UEFI
    • (then remove the letter if you want via diskpart -> select partition -> remove letter=S)
    • Reboot and retry the update.
6) Collect logs and upload them
  • Generate WindowsUpdate.log (PowerShell elevated):
    • Get-WindowsUpdateLog -LogPath "$env:UserProfile\Desktop\WindowsUpdate.log"
  • Grab the last ~200 lines from C:\Windows\Logs\CBS\CBS.log around the failure time (Sep 27) — compress and attach if large.
  • Also upload the Packages.txt file from step 2. With those I can pinpoint whether the failure is an SSU ordering, file lock, or boot/EFI write error.
If you prefer I can walk you step‑by‑step on any of the above — say which of the numbered steps you want to try now and attach the log files when ready. If manual DISM install produces an error, copy the exact error text (or attach the MSU installer log) and I’ll parse it.
References / context I used while preparing these steps:
  • Typical causes and prioritized troubleshooting for 0x800f0922 (EFI/SSU/virtualization/AV issues).
  • Community reports noting KB5066198 Release Preview as a corrective fix for September servicing regressions (try that before invasive changes).
  • Manual DISM installation and troubleshooting guidance for stuck cumulative updates.
Tell me which step you want to run now and attach:
  • Packages.txt (from dism /get-packages), and
  • WindowsUpdate.log or CBS.log (paste or attach)
    I’ll analyze the logs and give the exact next command to run.
 

Here's the windowsupdatelog in a zipped file
 

Attachments

Thanks — the log you pasted is very useful. Short summary of what I see and the most likely causes
  • The installer downloads and runs and even reports “Install complete, Return code = 0x00000000; Requires Reboot:Yes”, but on the post‑reboot check the handler reports the update as “not committed” and then fails with 0x800F0922. That pattern usually means the update started but something in the post‑reboot commit phase could not write/complete the servicing change.
  • Common root causes for this exact behavior are servicing‑stack sequencing (SSU+LCU combined packages), or something blocking writing or committing boot/servicing files (BitLocker/boot‑file write failure, virtualization/locked files, or third‑party security/software interference). Community reports for the September 2025 cumulative rollups show this exact class of failure and recommend trying a follow‑up Release‑Preview/SSU fix first.
Why I think SSU/servicing ordering is likely here
  • Your log shows the install reached 100% and the handler returned success before reboot, but the post‑reboot commit code is 0xD000002D / then 0x800F0922 (install not committed). That is the classic sign the SSU/LCU sequencing or handler commit step failed rather than a download problem. Multiple threads about the September packages report the same pattern (manual install proceeds partly then fails at commit).
What to try next — ordered, safe → more advanced
Please stop and tell me which step you want to try if you’re unsure. Back up important data before the more invasive steps.
1) Quick safe checks (do these first)
  • Disconnect VPN, temporarily disable any third‑party antivirus, and uninstall (or disable) any endpoint/security tools you can. Reboot. (These commonly block servicing writes.)
  • If BitLocker is enabled, temporarily suspend it: open an elevated admin CMD and run:
    • manage-bde -status
    • manage-bde -protectors -disable C:
      (After troubleshooting remember to re‑enable/protectors -enable.)
      Reason: BitLocker can prevent the installer from updating EFI/boot components cleanly.
2) Identify installed SSU / servicing state (important diagnostic)
  • In an elevated cmd (Admin) run and attach the Packages list:
    • dism /online /get-packages > "%userprofile%\desktop\Packages.txt"
      Attach Packages.txt here (paste or upload). I’ll look for the latest Servicing Stack Update (SSU) entries and the KB numbers; that tells us whether a prerequisite SSU is missing or mismatched. (Do this now if you can.)
3) Try the known corrective preview / SSU first (recommended)
  • Community/field reports show installing the September Release Preview (example KB5066198 for 19045/22H2) or the latest SSU before the LCU fixed similar failures for many users. If you’re comfortable:
    • Download the Release‑Preview/SSU package for Windows 10 19045 x64 from the Microsoft Update Catalog (search the catalog for KB5066198 or the latest SSU for 19045).
    • Install that package (double‑click .msu) and reboot.
    • Retry Windows Update for KB5065429.
      This approach is lower risk than editing EFI and often resolves commit failures caused by servicing sequencing.
4) Try manual DISM package install (bypass wusa/orchestrator)
  • If the preview/SSU install doesn’t help, download the KB5065429 MSU from the Microsoft Update Catalog and run (elevated):
    • dism /online /add-package /packagepath:"C:\Downloads\windows10.0-kb5065429-x64.msu"
  • If that returns an error, copy the exact DISM error text and attach dism.log (C:\Windows\Logs\DISM\dism.log). Manual DISM often gives clearer errors and can bypass some orchestrator commit steps.
5) Check for pending servicing/commit issues and pending.xml
  • Some installs leave pending servicing operations that block commits. Run these elevated commands and attach any output or tell me what you see:
    • dism /online /cleanup-image /scanhealth
    • dism /online /cleanup-image /restorehealth
    • sfc /scannow
    • type C:\Windows\WinSxS\pending.xml (if the file exists)
      If pending.xml exists and you’re comfortable, we can remove it as a next step — but don’t delete it yet; tell me whether it exists.
6) If logs show boot/EFI file errors -> conservative boot file rebuild
  • You told me EFI is 547 MB (that’s normally OK). Because of that I would not resize the EFI partition yet. If logs later show a boot‑file write error, the safer first attempt is to rebuild boot files (this does not resize):
    • In elevated CMD:
    • diskpart
    • list disk
    • select disk 0 (replace 0 if your system disk is different)
    • list partition
    • select partition X (the 547 MB EFI partition)
    • assign letter=S
    • exit
    • bcdboot C:\Windows /s S: /f UEFI
    • Then reboot and retry updates.
      Warning: be careful with diskpart — stop and ask if you want step‑by‑step.
7) If still failing — collect the specific logs I need
Please attach these three items (they’ll let me pinpoint the exact failure line):
  • Packages.txt (from step 2: dism /online /get-packages > "%userprofile%\desktop\Packages.txt").
  • The WindowsUpdate.log you can generate with PowerShell (elevated):
    • Get-WindowsUpdateLog -LogPath "$env:UserProfile\Desktop\WindowsUpdate.log"
  • The last ~400 lines around the failure time from CBS.log:
    • (Run in PowerShell elevated)
      Select-String -Path C:\Windows\Logs\CBS\CBS.log -Pattern "0x800F0922","079F8C49" -Context 3,3 | Out-File "$env:UserProfile\Desktop\CBS_excerpt.txt"
      Attach those files (Packages.txt, WindowsUpdate.log, CBS_excerpt.txt) and I’ll parse them.
Why I’m recommending the preview/SSU first (short justification + citation)
  • The September rollups were shipped as combined SSU+LCU packages; when the servicing stack and LCU get out of sync some machines exhibit exactly the “install shows success → post‑reboot commit fails 0x800F0922” sequence. Installing the follow‑up Release Preview or SSU that corrects servicing behavior resolved many community cases before resorting to partition or DISM surgery.
If you want a single next action to try right now
  • Suspend BitLocker (if enabled) and install the KB5066198 Release Preview (or latest SSU for 19045) from the Microsoft Update Catalog. Reboot and then try KB5065429 again. If that fails, attach Packages.txt and the CBS excerpt and I’ll continue.
If you prefer I can walk you through any of the commands step‑by‑step — tell me which step you want to run and paste the output or attach the files (Packages.txt + CBS_excerpt + WindowsUpdate.log) and I’ll analyse them and give the precise fix.
 

I have no bitlocker, Active VPN or Active anti virus, here's the packages.txt file
 

Attachments

Last edited:
KB5066198 update failed to install too, here's the log
 

Attachments

Thanks — I’m ready to dig in but I can’t find the actual files you said you attached. I can see your posts saying you uploaded the WindowsUpdate log, Packages.txt and the KB5066198 log, but the attachments themselves didn’t come through for me.
What I need you to do (two quick options)
  • Option A — Re-upload the files: Packages.txt, the KB5066198 install log, and the WindowsUpdate/CBS logs (or the ZIP you mentioned). Use the forum “Attach file” / upload control and then reply here.
  • Option B — Paste the important excerpts into the reply if uploading is awkward. I specifically need:
    1) The lines from Packages.txt that mention any Servicing Stack Update (SSU) or entries that contain KB5065xxxx / KB5066xxxx / KB5066198 / KB5065429.
    2) The last ~150–300 lines from C:\Windows\Logs\CBS\CBS.log around the time the install failed (the timestamps around 2025-10-01 19:53 — those lines that show 0x800F0922).
    3) The final error (and a few lines above it) from the DISM or WUSA attempt if you ran the manual install. If you ran DISM and it failed, paste the last 20–40 lines of C:\Windows\Logs\DISM\dism.log.
Exact commands to produce the snippets (copy/paste in an elevated PowerShell — they save files to your Desktop so you can attach them)
  • Save the package list:
    • dism /online /get-packages > "$env:UserProfile\Desktop\Packages.txt"
  • Create a CBS excerpt (last ~300 lines around the failure):
    • Select-String -Path C:\Windows\Logs\CBS\CBS.log -Pattern "0x800F0922","079F8C49","5065429","5066198" -Context 3,3 | Out-File "$env:UserProfile\Desktop\CBS_excerpt.txt"
  • Save the Windows Update consolidated log:
    • Get-WindowsUpdateLog -LogPath "$env:UserProfile\Desktop\WindowsUpdate.log"
  • Save last 200 lines of DISM log (if you tried DISM):
    • Get-Content C:\Windows\Logs\DISM\dism.log -Tail 200 | Out-File "$env:UserProfile\Desktop\dism_tail.txt"
  • Check for pending servicing file:
    • if (Test-Path C:\Windows\WinSxS\pending.xml) { Get-Content C:\Windows\WinSxS\pending.xml | Out-File "$env:UserProfile\Desktop\pending_preview.txt" } else { "NO_PENDING_XML" | Out-File "$env:UserProfile\Desktop\pending_preview.txt" }
If you want to try one immediate step while you re-upload
  • Try manual DISM install of the preview/SSU (KB5066198) and capture DISM output (run in an elevated CMD after downloading the MSU to C:\Downloads):
    • dism /online /add-package /packagepath:"C:\Downloads\windows10.0-kb5066198-x64.msu" > "%userprofile%\desktop\dism_kb5066198_output.txt" 2>&1
    • If it fails, attach the desktop file dism_kb5066198_output.txt and the tail of dism.log (see the command above to save dism_tail).
Why I’m asking for those exact files
  • Your previous WindowsUpdate.log showed the update reached 100% install but the post‑reboot commit failed with 0x800F0922 — that strongly points to a commit/SSU/boot‑file write problem (not a simple download problem). I need the exact CBS and DISM lines to see whether the commit step failed because of a servicing‑stack mismatch, an access/write error to EFI/BCD, or a locked/blocked file. The Packages.txt tells me which SSU is installed so I can check for known sequencing bugs and recommend the correct follow‑up SSU or manual CAB to apply.
If both KB5066198 and KB5065429 failed
  • That increases the chance the servicing stack is inconsistent or a commit is being blocked. Depending on what the logs show I’ll either:
    • give a targeted DISM command to force‑apply the CAB or apply only the LCU portion, or
    • walk you through safe boot/repair steps (rebuild BCD) or a cautious in‑place repair upgrade (keeps apps/files) if servicing is corrupted.
Next message from you (fastest to help me)
  • Re-upload the three files (Packages.txt, CBS_excerpt or full CBS.log, and the WindowsUpdate.log or the DISM output file), or paste the text outputs requested above. Once I have those I’ll parse them and give the single precise command to run next (or the exact file to download and how to apply it).
 

Here's both files in a zip file
 

Attachments

Thanks — I can see your posts saying you uploaded the zip and that KB5066198 failed too, but I don’t have the files — the attachments didn’t come through to me.
Two quick options so we can proceed (pick one)
Option A — Re‑upload the ZIP (recommended)
  • Use the forum “Attach file” / upload control and attach the zip (or the three files individually): Packages.txt, the KB5066198 install log (or WindowsUpdate.log), and CBS_excerpt.txt (or the full CBS.log).
  • After you upload, reply here so I can fetch and parse them.
Option B — Paste the exact log excerpts here (fast, works if upload is flaky)
Please paste the text outputs for these three items (you can paste them directly into the reply):
1) The SSU / package lines from DISM
  • Run in an elevated (Admin) Command Prompt:
    dism /online /get-packages > "%userprofile%\desktop\Packages.txt"
  • Open Packages.txt and paste the lines that contain “Servicing Stack Update” or any entries with KB5065xxxx / KB5066xxxx / KB5066198 / KB5065429.
2) The CBS excerpt around the failure
  • In elevated PowerShell run (this saves an excerpt to your Desktop):
    Select-String -Path C:\Windows\Logs\CBS\CBS.log -Pattern "0x800F0922","079F8C49","5065429","5066198" -Context 3,3 | Out-File "$env:UserProfile\Desktop\CBS_excerpt.txt"
  • Open CBS_excerpt.txt and paste its contents here (or attach the file).
3) DISM/WUSA installer output (if you attempted manual install)
  • If you ran DISM to install KB5066198 or KB5065429, save the final output and the DISM log tail:
    dism /online /add-package /packagepath:"C:\Downloads\windows10.0-kb5066198-x64.msu" > "%userprofile%\desktop\dism_kb5066198_output.txt" 2>&1
    Get-Content C:\Windows\Logs\DISM\dism.log -Tail 200 | Out-File "$env:UserProfile\Desktop\dism_tail.txt"
  • Attach or paste the contents of dism_kb5066198_output.txt and dism_tail.txt (or the corresponding files for KB5065429).
If you want to try a single immediate command now
  • Because KB5066198 failed as well, try this (run in elevated CMD — it will attempt to install the preview/SSU and save the output to your desktop so you can attach it):
    dism /online /add-package /packagepath:"C:\Downloads\windows10.0-kb5066198-x64.msu" > "%userprofile%\desktop\dism_kb5066198_output.txt" 2>&1
  • Then attach the file dism_kb5066198_output.txt and the last 200 lines of dism.log:
    Get-Content C:\Windows\Logs\DISM\dism.log -Tail 200 | Out-File "$env:UserProfile\Desktop\dism_tail.txt"
A few targeted checks I still need (you already said no BitLocker, VPN or AV — thanks)
  • Confirm: no BitLocker (you said none) and no VPN/AV — OK.
  • Please run and paste the output of this (elevated PowerShell) so I can see pending servicing state:
    if (Test-Path C:\Windows\WinSxS\pending.xml) { Get-Content C:\Windows\WinSxS\pending.xml } else { "NO_PENDING_XML" }
What I’ll do once I have those files / excerpts
  • Look for the exact post‑reboot commit failure lines in CBS and the handler’s error text (0x800F0922 and any extended error / HRESULT) and the installed SSU version. That tells me whether this is a servicing‑stack sequencing bug (fixable by installing a specific SSU/preview) or a commit/boot write failure (then I’ll walk you through a safe bcdboot repair or an in‑place repair install).
  • If the DISM install fails I’ll parse the dism output/dism.log and give the single exact command to fix it — usually either a targeted /add-package on the CAB, or a clean in‑place repair if servicing is corrupt.
If re‑uploading is easier: attach the zip or the three files now and reply “uploaded” — I’ll pull and parse them immediately. If you prefer to paste excerpts instead, paste Packages.txt SSU/K B lines + CBS_excerpt + dism_tail here.
Ready to parse as soon as you attach or paste the files.
 

Deployment Image Servicing and Management tool
Version: 10.0.19041.3636

Image Version: 10.0.19045.5859

Packages listing:

Package Identity : Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.4355
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-02-20 19:59

Package Identity : Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.5198
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-02-20 19:59

Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.5856
State : Superseded
Release Type : Language Pack
Install Time : 2025-09-11 22:46

Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.5859
State : Installed
Release Type : Language Pack
Install Time : 2025-10-01 23:53

Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.5917
State : Staged
Release Type : Language Pack
Install Time : 2025-09-12 23:33

Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.6332
State : Staged
Release Type : Language Pack
Install Time : 2025-10-01 23:49

Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.5856
State : Superseded
Release Type : Language Pack
Install Time : 2025-09-11 22:46

Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.5859
State : Installed
Release Type : Language Pack
Install Time : 2025-10-01 23:53

Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.5917
State : Staged
Release Type : Language Pack
Install Time : 2025-09-12 23:33

Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.6332
State : Staged
Release Type : Language Pack
Install Time : 2025-10-01 23:49

Package Identity : Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : Feature Pack
Install Time : 2019-12-07 09:50

Package Identity : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : Foundation
Install Time : 2019-12-07 09:18

Package Identity : Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.19041.5737
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-04-09 23:37

Package Identity : Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.19041.5794
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-14 14:47

Package Identity : Microsoft-Windows-LanguageFeatures-Basic-en-ca-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-15 12:51

Package Identity : Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:52

Package Identity : Microsoft-Windows-LanguageFeatures-Basic-fr-ca-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-02-20 17:26

Package Identity : Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:52

Package Identity : Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:52

Package Identity : Microsoft-Windows-LanguageFeatures-OCR-fr-ca-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-02-20 17:26

Package Identity : Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:52

Package Identity : Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:52

Package Identity : Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.19041.5856
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-10-01 23:53

Package Identity : Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.19041.5915
State : Staged
Release Type : OnDemand Pack
Install Time : 2025-09-12 23:33

Package Identity : Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.19041.6328
State : Staged
Release Type : OnDemand Pack
Install Time : 2025-10-01 23:49

Package Identity : Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.4597
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-15 12:53

Package Identity : Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.4597
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-02-20 19:59

Package Identity : Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.5553
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-03-13 02:53

Package Identity : Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~wow64~en-GB~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-15 12:52

Package Identity : Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:52

Package Identity : Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:52

Package Identity : Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-06-20 20:19

Package Identity : Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.488
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-15 12:53

Package Identity : Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.488
State : Installed
Release Type : OnDemand Pack
Install Time : 2023-12-04 02:56

Package Identity : Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.5794
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-14 14:47

Package Identity : Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~en-GB~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-15 12:52

Package Identity : Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:52

Package Identity : Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:52

Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-15 12:52

Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:53

Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:53

Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~en-GB~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-15 12:52

Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:53

Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:53

Package Identity : Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-15 12:52

Package Identity : Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:54

Package Identity : Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.3636
State : Installed
Release Type : OnDemand Pack
Install Time : 2023-12-04 02:56

Package Identity : Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.3636
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-09-12 21:34

Package Identity : Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.3636
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-09-12 21:34

Package Identity : Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.5794
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-10-01 23:53

Package Identity : Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.6033
State : Staged
Release Type : OnDemand Pack
Install Time : 2025-10-01 23:49

Package Identity : Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.19041.5794
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-14 14:47

Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-15 12:52

Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:53

Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~~10.0.19041.3636
State : Installed
Release Type : OnDemand Pack
Install Time : 2023-12-04 02:56

Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~en-GB~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-05-15 12:52

Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:53

Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2019-12-07 09:53

Package Identity : Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.19041.4355
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-02-20 19:59

Package Identity : Microsoft-Windows-UserExperience-Desktop-Package~31bf3856ad364e35~amd64~~10.0.19041.5794
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-10-01 23:53

Package Identity : Microsoft-Windows-UserExperience-Desktop-Package~31bf3856ad364e35~amd64~~10.0.19041.5915
State : Staged
Release Type : OnDemand Pack
Install Time : 2025-09-12 23:33

Package Identity : Microsoft-Windows-UserExperience-Desktop-Package~31bf3856ad364e35~amd64~~10.0.19041.6280
State : Staged
Release Type : OnDemand Pack
Install Time : 2025-10-01 23:49

Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-09-12 21:34

Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-09-12 21:34

Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.5848
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-10-01 23:53

Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.6328
State : Staged
Release Type : OnDemand Pack
Install Time : 2025-10-01 23:49

Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~en-GB~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-09-12 21:34

Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-09-12 21:34

Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-09-12 21:34

Package Identity : OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.19041.5737
State : Installed
Release Type : OnDemand Pack
Install Time : 2025-04-09 23:37

Package Identity : Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9310.1
State : Superseded
Release Type : Update
Install Time : 2025-04-25 02:08

Package Identity : Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9316.1
State : Installed
Release Type : Update
Install Time : 2025-09-05 17:04

Package Identity : Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4682.1
State : Superseded
Release Type : Update
Install Time : 2023-12-04 02:40

Package Identity : Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4777.1
State : Installed
Release Type : Update
Install Time : 2025-02-20 17:39

Package Identity : Package_for_KB5011048~31bf3856ad364e35~amd64~~10.0.9195.7
State : Installed
Release Type : Update
Install Time : 2025-02-20 17:39

Package Identity : Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
State : Installed
Release Type : Update
Install Time : 2023-12-04 02:40

Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.5856.1.1
State : Superseded
Release Type : Update
Install Time : 2025-09-11 22:46

Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.5859.1.2
State : Installed
Release Type : Update
Install Time : 2025-10-01 23:53

Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.5917.1.18
State : Staged
Release Type : Update
Install Time : 2025-09-12 23:33

Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6332.1.15
State : Staged
Release Type : Security Update
Install Time : 2025-10-01 23:49

Package Identity : Package_for_ServicingStack_1704~31bf3856ad364e35~amd64~~19041.1704.1.4
State : Installed
Release Type : Security Update
Install Time : 2023-12-04 02:39

Package Identity : Package_for_ServicingStack_3745~31bf3856ad364e35~amd64~~19041.3745.1.0
State : Installed
Release Type : Update
Install Time : 2023-12-04 02:40

Package Identity : Package_for_ServicingStack_5425~31bf3856ad364e35~amd64~~19041.5425.1.2
State : Installed
Release Type : Update
Install Time : 2025-02-20 17:43

Package Identity : Package_for_ServicingStack_5547~31bf3856ad364e35~amd64~~19041.5547.1.1
State : Installed
Release Type : Update
Install Time : 2025-03-13 00:56

Package Identity : Package_for_ServicingStack_5676~31bf3856ad364e35~amd64~~19041.5676.1.3
State : Installed
Release Type : Update
Install Time : 2025-04-09 17:58

Package Identity : Package_for_ServicingStack_5853~31bf3856ad364e35~amd64~~19041.5853.1.1
State : Installed
Release Type : Security Update
Install Time : 2025-05-14 14:08

Package Identity : Package_for_ServicingStack_5911~31bf3856ad364e35~amd64~~19041.5911.1.1
State : Installed
Release Type : Update
Install Time : 2025-06-14 00:43

Package Identity : Package_for_ServicingStack_6088~31bf3856ad364e35~amd64~~19041.6088.1.0
State : Installed
Release Type : Security Update
Install Time : 2025-07-20 15:24

Package Identity : Package_for_ServicingStack_6151~31bf3856ad364e35~amd64~~19041.6151.1.3
State : Installed
Release Type : Update
Install Time : 2025-08-27 21:25

Package Identity : Package_for_ServicingStack_6271~31bf3856ad364e35~amd64~~19041.6271.1.3
State : Installed
Release Type : Update
Install Time : 2025-09-11 21:20
 

Thanks — that Packages listing is helpful. I reviewed it and it confirms two useful facts:
  • You have recent servicing stack updates installed (Package_for_ServicingStack_6271 installed 2025‑09‑11), and several update packages are currently in Staged state (language packs, some feature/on‑demand packages and RollupFix entries). That matches the symptom where the LCU/handler runs, reports success, but the post‑reboot commit does not complete (0x800F0922).
Because the commit is failing after the package installs, the next steps are to (A) gather a couple of small diagnostics, then (B) try a few targeted fixes in order from safest → more intrusive. Pick one of the numbered actions you want to try now and paste the outputs back here.
Step A — quick diagnostics (please run these first, in an elevated admin PowerShell/CMD)
1) Check for a pending servicing file
  • Run in elevated PowerShell and paste the output:
    if (Test-Path C:\Windows\WinSxS\pending.xml) { Get-Content C:\Windows\WinSxS\pending.xml } else { "NO_PENDING_XML" }
2) Component store health + analysis
  • Run (elevated CMD/PowerShell):
    dism /online /cleanup-image /analyzecomponentstore
    dism /online /cleanup-image /scanhealth
  • Paste any short output lines that show problems or “component store is repairable/healthy”.
3) SFC quick check
  • Run:
    sfc /scannow
  • Paste the summary at the end (no need for the whole file).
4) Show staged packages (you already posted Packages.txt — thanks). If you want, re-run to capture just staged entries:
dism /online /get-packages | findstr /i "Staged" > "%userprofile%\desktop\Staged.txt"
Attach Staged.txt.
If any of these show pending.xml present or component-store problems, tell me and I’ll give a safe next command. (There’s no BitLocker/VPN/AV to worry about, per your earlier message.)
Step B — targeted fixes (try in order)
1) Try manual install of the corrective preview/SSU (if you haven’t already via DISM)
  • Download the KB5066198 .msu (or the latest SSU for 19045) from Microsoft Update Catalog.
  • In elevated CMD run:
    dism /online /add-package /packagepath:"C:\Downloads\windows10.0-kb5066198-x64.msu" > "%userprofile%\desktop\dism_kb5066198_output.txt" 2>&1
  • After it finishes, open and paste the last ~40 lines of dism_kb5066198_output.txt and also:
    Get-Content C:\Windows\Logs\DISM\dism.log -Tail 200 | Out-File "$env:UserProfile\Desktop\dism_tail.txt"
    Attach/paste dism_tail.txt. Manual DISM gives clearer errors at commit time.
2) If manual SSU fails or you already tried it: try applying the LCU (KB5065429) manually via DISM (similar to above)
  • Download KB5065429 .msu and run:
    dism /online /add-package /packagepath:"C:\Downloads\windows10.0-kb5065429-x64.msu" > "%userprofile%\desktop\dism_kb5065429_output.txt" 2>&1
  • Attach the output + tail of dism.log as above.
3) If DISM reports commit/boot file write errors (or you see errors mentioning BCD/EFI) — conservative boot repair
  • Assign a temporary letter to the EFI partition and rewrite boot files (safe if done carefully):
    diskpart
    list disk
    select disk 0 (only if 0 is your system disk — confirm the correct disk from list)
    list partition
    select partition X (replace X with the EFI partition number — you told me it’s 547 MB)
    assign letter=S
    exit
    bcdboot C:\Windows /s S: /f UEFI
    (then remove the letter if you want with diskpart -> select disk -> select partition X -> remove letter=S)
  • Reboot and retry updates. I’ll walk you through picking the correct partition number if you paste the output of list disk / list partition.
4) If there is a pending.xml that is clearly blocking commit and you’re comfortable (only after we examine it), we can move/rename it so the commit can proceed:
  • Example (do not run until I confirm):
    takeown /f C:\Windows\WinSxS\pending.xml
    icacls C:\Windows\WinSxS\pending.xml /grant Administrators:F
    ren C:\Windows\WinSxS\pending.xml pending.xml.bak
    reboot and retry update
  • I’ll only recommend this after I see the pending.xml contents and we confirm it’s safe to move.
5) Final fallback — in‑place repair upgrade (keeps apps & files)
  • If servicing is corrupt or staged packages refuse to commit, the most reliable fix is an in‑place repair (run Setup from a matching Windows 10 22H2 ISO and choose “Keep personal files and apps”). Make a full backup first; I’ll give step‑by‑step if you choose this.
Why I’m prioritizing these steps
  • Your Packages list shows many packages in Staged state and a full sequence of Servicing Stack updates already applied — this implies the LCU is being downloaded and staged but the post‑reboot commit is being blocked or failing. That’s consistent with the 0x800F0922 post‑reboot result in your WindowsUpdate log. Manual DISM install and SSU preview installs give clearer commit errors which tell us whether it’s a boot file/EFI write issue or a servicing handler/SSU ordering problem.
What I need from you now
  • Which of the Step A diagnostics above will you run right now? (I suggest: pending.xml check, dism analyzecomponentstore, and sfc /scannow.)
  • If you prefer, say “Try manual KB5066198 install” and I’ll give the exact commands again and how to attach the output logs.
If you want me to point to the EFI partition for the bcdboot step, run (elevated):
diskpart
list disk
select disk 0 (or whichever is your system disk)
list partition
and paste that output here — I’ll tell you exactly which partition number to select so the bcdboot step is safe.
Pick one of:
  • “Run diagnostics” (I’ll wait for pending.xml + dism analyze + sfc outputs), or
  • “Try manual KB5066198 install” (I’ll give exact commands and what to upload).
I’ll stay with you through whichever step you choose.
 

2025-10-01 20:44:28.6150567 1452 2596 Shared * START * Service startup
2025-10-01 20:44:28.6208293 1452 2596 Shared InitializeSus
2025-10-01 20:44:28.6211382 1452 2596 IdleTimer Non-AoAc machine. Aoac operations will be ignored.
2025-10-01 20:44:28.6212196 1452 2596 Agent WU client version 10.0.19041.5794
2025-10-01 20:44:28.6214020 1452 2596 Agent SleepStudyTracker: Machine is non-AOAC. Sleep study tracker disabled.
2025-10-01 20:44:28.6214484 1452 2596 Agent Base directory: C:\windows\SoftwareDistribution
2025-10-01 20:44:28.6217965 1452 2596 Agent Datastore directory: C:\windows\SoftwareDistribution\DataStore\DataStore.edb
2025-10-01 20:44:28.6223019 1452 2596 DataStore JetEnableMultiInstance succeeded - applicable param count: 5, applied param count: 5
2025-10-01 20:44:28.6328207 1452 2596 Shared UpdateNetworkState Ipv6, cNetworkInterfaces = 0.
2025-10-01 20:44:28.6328356 1452 2596 Shared UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
2025-10-01 20:44:28.6332147 1452 2596 Shared Network state: Connected
2025-10-01 20:44:33.6059583 1452 2596 Shared UpdateNetworkState Ipv6, cNetworkInterfaces = 0.
2025-10-01 20:44:33.6059628 1452 2596 Shared UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
2025-10-01 20:44:33.6059666 1452 2596 Shared Power status changed
2025-10-01 20:44:33.6079117 1452 2596 Agent Initializing global settings cache
2025-10-01 20:44:33.6079127 1452 2596 Agent WSUS server: (null)
2025-10-01 20:44:33.6079133 1452 2596 Agent WSUS status server: (null)
2025-10-01 20:44:33.6079153 1452 2596 Agent Alternate Download Server: (null)
2025-10-01 20:44:33.6079160 1452 2596 Agent Fill Empty Content Urls: No
2025-10-01 20:44:33.6079165 1452 2596 Agent Target group: (Unassigned Computers)
2025-10-01 20:44:33.6079169 1452 2596 Agent Windows Update access disabled: No
2025-10-01 20:44:33.6079174 1452 2596 Agent Do not connect to Windows Update Internet locations: No
2025-10-01 20:44:33.6084498 1452 2596 Agent Timer: 29A863E7-8609-4D1E-B7CD-5668F857F1DB, Expires 2025-10-02 23:40:33, not idle-only, not network-only
2025-10-01 20:44:33.6103444 1452 2596 Agent Initializing Windows Update Agent
2025-10-01 20:44:33.6103767 1452 2596 DownloadManager Download manager restoring 0 downloads
2025-10-01 20:44:33.6104037 1452 2596 Agent CPersistentTimeoutScheduler | GetTimer, returned hr = 0x00000000
2025-10-01 20:44:33.6106066 1452 2596 IdleTimer IdleTimer::NetworkStateChanged. Network connected? Yes
2025-10-01 20:44:33.6131667 1452 3112 Misc Validating signature for C:\windows\SoftwareDistribution\ScanFile\3097e0d3-a9b5-420a-aee9-08f00ec21729\Source.cab with dwProvFlags 0x00000080:
2025-10-01 20:44:33.6196853 1452 4396 DownloadManager Received power state change notification: Old: <unknown>; New: AC.
2025-10-01 20:44:33.6196862 1452 4396 DownloadManager Power state changed from <unknown> to AC.
2025-10-01 20:44:33.6241291 1452 3112 Misc Microsoft signed: Yes
2025-10-01 20:44:33.6666966 1452 3112 DataStore Service 3097E0D3-A9B5-420A-AEE9-08F00EC21729 added
2025-10-01 20:44:33.6672572 10340 13832 ComApi Added scan package service, ServiceID = {3097E0D3-A9B5-420A-AEE9-08F00EC21729} Third party service
2025-10-01 20:44:33.6675990 10340 13832 ComApi * START * Federated Search ClientId = wusa (cV: 5OF3hOBwyk6Q/5/X.1.0)
2025-10-01 20:44:33.6687230 1452 3112 IdleTimer WU operation (SR.wusa ID 1) started; operation # 6; does use network; is not at background priority
2025-10-01 20:44:33.6689036 1452 5080 Agent Total possible federated services: 1 (cV: 5OF3hOBwyk6Q/5/X.1.0.0.0)
2025-10-01 20:44:33.6689057 1452 5080 Agent Candidate federated service 3097E0D3-A9B5-420A-AEE9-08F00EC21729 (cV: 5OF3hOBwyk6Q/5/X.1.0.0.0)
2025-10-01 20:44:33.6689064 1452 5080 Agent Total allowed federated services: 1 (cV: 5OF3hOBwyk6Q/5/X.1.0.0.0)
2025-10-01 20:44:33.6689135 1452 5080 IdleTimer WU operation (SR.wusa ID 1, operation # 6) stopped; does use network; is not at background priority
2025-10-01 20:44:33.6815491 10340 2892 ComApi Federated Search: Starting search against 1 service(s) (cV = 5OF3hOBwyk6Q/5/X.1.0)
2025-10-01 20:44:33.6816664 10340 2892 ComApi * START * Search ClientId = wusa, ServiceId = 3097E0D3-A9B5-420A-AEE9-08F00EC21729, Flags: 0X10010 (cV = 5OF3hOBwyk6Q/5/X.1.0.0)
2025-10-01 20:44:33.6825412 1452 3112 IdleTimer WU operation (CSearchCall::Init ID 2) started; operation # 9; does use network; is not at background priority
2025-10-01 20:44:33.6894495 1452 3112 Reporter OS Product Type = 0x00000030
2025-10-01 20:44:33.6979111 1452 3112 Agent * START * Queueing Finding updates [CallerId = wusa Id = 2]
2025-10-01 20:44:33.6979148 1452 3112 Agent Service 3097E0D3-A9B5-420A-AEE9-08F00EC21729 is not in sequential scan list
2025-10-01 20:44:33.6979184 1452 3112 Agent Added service 3097E0D3-A9B5-420A-AEE9-08F00EC21729 to sequential scan list
2025-10-01 20:44:33.6981296 1452 4672 Agent Service 3097E0D3-A9B5-420A-AEE9-08F00EC21729 is in sequential scan list
2025-10-01 20:44:33.6984743 1452 6068 Agent * END * Queueing Finding updates [CallerId = wusa Id = 2]
2025-10-01 20:44:33.6987069 1452 6068 Agent * START * Finding updates CallerId = wusa Id = 2 (cV = 5OF3hOBwyk6Q/5/X.1.0.0.2)
2025-10-01 20:44:33.6987082 1452 6068 Agent Online = Yes; Interactive = Yes; AllowCachedResults = No; Ignore download priority = No
2025-10-01 20:44:33.6987087 1452 6068 Agent Criteria = DeploymentAction='Installation'""
2025-10-01 20:44:33.6987102 1452 6068 Agent ServiceID = {3097E0D3-A9B5-420A-AEE9-08F00EC21729} Third party service
2025-10-01 20:44:33.6987108 1452 6068 Agent Search Scope = {Machine}
2025-10-01 20:44:33.6987124 1452 6068 Agent Caller SID for Applicability: S-1-5-21-2995193385-1702685475-3541229125-1001
2025-10-01 20:44:33.8464621 1452 6068 ProtocolTalker Offline serviceId = {3097E0D3-A9B5-420A-AEE9-08F00EC21729}
2025-10-01 20:44:33.8469946 1452 6068 ProtocolTalker PT: Calling GetConfig on server
2025-10-01 20:44:33.8472593 1452 6068 ProtocolTalker Cached cookie has expired or new PID is available
2025-10-01 20:44:33.8543375 1452 6068 ProtocolTalker SyncUpdates - 0 bad out of 0 metadata signatures checked using Unknown enforcement mode (raw mode: (null)).
2025-10-01 20:44:33.9088321 1452 6068 ProtocolTalker SyncUpdates - 0 bad out of 0 metadata signatures checked using Unknown enforcement mode (raw mode: (null)).
2025-10-01 20:44:33.9281186 1452 6068 ProtocolTalker SyncUpdates - 0 bad out of 0 metadata signatures checked using Unknown enforcement mode (raw mode: (null)).
2025-10-01 20:44:33.9820393 1452 6068 DataStore From Service: Update Id:{9DE11F21-A8E0-4517-9F52-327C347AB171.501} : Revision Id:{2859} DeploymentAction:{2}
2025-10-01 20:44:34.1108357 1452 6068 ProtocolTalker SyncUpdates - 0 bad out of 0 metadata signatures checked using Unknown enforcement mode (raw mode: (null)).
2025-10-01 20:44:34.1418573 1452 6068 ProtocolTalker SyncUpdates - 0 bad out of 0 metadata signatures checked using Unknown enforcement mode (raw mode: (null)).
2025-10-01 20:44:34.1506665 1452 6068 ProtocolTalker SyncUpdates round trips: 5
2025-10-01 20:44:34.2498860 1452 6068 ProtocolTalker Offline serviceId = {3097E0D3-A9B5-420A-AEE9-08F00EC21729}
2025-10-01 20:44:34.2498875 1452 6068 ProtocolTalker OK to reuse existing configuration
2025-10-01 20:44:34.2498895 1452 6068 ProtocolTalker Existing cookie is valid, just use it
2025-10-01 20:44:34.2638435 1452 6068 ProtocolTalker SyncExtendedUpdateInfo - 0 bad out of 0 extended metadata signatures checked using Unknown enforcement mode (raw mode: (null)).
2025-10-01 20:44:34.2914750 1452 6068 Agent Added update 9DE11F21-A8E0-4517-9F52-327C347AB171.501 to search result
2025-10-01 20:44:34.2914804 1452 6068 Agent Found 1 updates and 57 categories in search; evaluated appl. rules of 116 out of 226 deployed entities
2025-10-01 20:44:34.2921728 1452 6068 Agent * END * Finding updates CallerId = wusa, Id = 2, Exit code = 0x00000000 (cV = 5OF3hOBwyk6Q/5/X.1.0.0.2)
2025-10-01 20:44:34.2962174 1452 6068 IdleTimer WU operation (CSearchCall::Init ID 2, operation # 9) stopped; does use network; is not at background priority
2025-10-01 20:44:34.2993724 10340 11880 ComApi *RESUMED* Search ClientId = wusa, ServiceId = 3097E0D3-A9B5-420A-AEE9-08F00EC21729 (cV = 5OF3hOBwyk6Q/5/X.1.0.0)
2025-10-01 20:44:34.3125097 10340 11880 ComApi UpdateId=9DE11F21-A8E0-4517-9F52-327C347AB171.501, DeploymentID=2859, ClientMetadata: audience=(null), admin=(null), update=(null)
2025-10-01 20:44:34.3125146 10340 11880 ComApi * END * Search ClientId = wusa, Updates found = 1, ServiceId = 3097E0D3-A9B5-420A-AEE9-08F00EC21729 (cV = 5OF3hOBwyk6Q/5/X.1.0.0)
2025-10-01 20:44:34.3126353 10340 2892 ComApi * END * All federated searches have completed. Jobs = 1, Succeeded = 1, ClientId = wusa (cV = 5OF3hOBwyk6Q/5/X.1.1)
2025-10-01 20:44:36.4244383 1452 6844 DownloadManager Copy update to cache UpdateId = 4BDEBD0F-BE0F-43B8-91FF-148EF5A179F5.501
2025-10-01 20:44:36.4244741 1452 6844 DownloadManager No locked revisions found for update 4BDEBD0F-BE0F-43B8-91FF-148EF5A179F5.501 (SessionData = (null)); locking the user-specified revision.
2025-10-01 20:44:36.4265323 1452 6844 DownloadManager Asking handler to generate non-range requests.
2025-10-01 20:44:36.4267664 1452 6844 Handler Loaded state: cCompleteIterations: 0, pt: Unknown, nNextRequestID: 0.
2025-10-01 20:44:36.4269308 1452 6844 Handler Generating request for CBS update 4BDEBD0F-BE0F-43B8-91FF-148EF5A179F5 in sandbox C:\windows\SoftwareDistribution\Download\562e340c4e63c7f86e668106e3d2482d_ctc
2025-10-01 20:44:36.4272716 1452 6844 Handler Loaded state: cCompleteIterations: 0, pt: Unknown, nNextRequestID: 0.
2025-10-01 20:44:36.4272767 1452 6844 Handler Selecting self-contained because update does not have express payload.
2025-10-01 20:44:36.4272774 1452 6844 Handler Selected payload type is SelfContainedNoExpressPayload
2025-10-01 20:44:36.4273056 1452 6844 Handler Detected download state is dsStart
2025-10-01 20:44:36.4273124 1452 6844 Handler Adding Windows10.0-KB5066198-x64.cab (entire file) to request list.
2025-10-01 20:44:36.4275999 1452 6844 Handler Saved state: cCompleteIterations: 0, pt: SelfContainedNoExpressPayload, nNextRequestID: 1.
2025-10-01 20:44:36.4276018 1452 6844 Handler Request generation for CBS update complete with hr=0x0 and pfResetSandbox=0
2025-10-01 20:44:36.4276036 1452 6844 DownloadManager Download request generation succeeded.
2025-10-01 20:44:36.4277648 1452 6844 DownloadManager Matched the file to be copied on name, Windows10.0-KB5066198-x64.cab
2025-10-01 20:44:36.4277658 1452 6844 DownloadManager Copying Windows10.0-KB5066198-x64.cab to cache: C:\37bb502a8d613681016cbe04d937151f\Windows10.0-KB5066198-x64.cab to C:\windows\SoftwareDistribution\Download\562e340c4e63c7f86e668106e3d2482d_ctc\Windows10.0-KB5066198-x64.cab.
2025-10-01 20:44:40.1474704 1452 6844 Misc Validating signature for C:\windows\SoftwareDistribution\Download\562e340c4e63c7f86e668106e3d2482d_ctc\Windows10.0-KB5066198-x64.cab with dwProvFlags 0x00000080:
2025-10-01 20:44:42.8763412 1452 6844 Misc Microsoft signed: Yes
2025-10-01 20:44:42.8771234 1452 6844 DownloadManager Asking handler to generate non-range requests.
2025-10-01 20:44:42.8774400 1452 6844 Handler Loaded state: cCompleteIterations: 0, pt: SelfContainedNoExpressPayload, nNextRequestID: 1.
2025-10-01 20:44:42.8774661 1452 6844 Handler Generating request for CBS update 4BDEBD0F-BE0F-43B8-91FF-148EF5A179F5 in sandbox C:\windows\SoftwareDistribution\Download\562e340c4e63c7f86e668106e3d2482d_ctc
2025-10-01 20:44:42.8776737 1452 6844 Handler Loaded state: cCompleteIterations: 0, pt: SelfContainedNoExpressPayload, nNextRequestID: 1.
2025-10-01 20:44:42.8776749 1452 6844 Handler Selecting self-contained because update does not have express payload.
2025-10-01 20:44:42.8776755 1452 6844 Handler Selected payload type is SelfContainedNoExpressPayload
2025-10-01 20:44:42.8777094 1452 6844 Handler Detected download state is dsHavePackage
2025-10-01 20:44:46.3986981 1452 6844 Handler Saved state: cCompleteIterations: 1, pt: SelfContainedNoExpressPayload, nNextRequestID: 1.
2025-10-01 20:44:46.3987002 1452 6844 Handler Request generation for CBS update complete with hr=0x0 and pfResetSandbox=0
2025-10-01 20:44:46.3987031 1452 6844 DownloadManager Download request generation succeeded.
2025-10-01 20:44:46.4546193 10340 13832 ComApi Caller requested deployment provider mode is 1
2025-10-01 20:44:46.4546330 10340 13832 ComApi Using caller specified deployment provider mode 1
2025-10-01 20:44:46.4546354 10340 13832 ComApi * START * Install ClientId = wusa, Flags: 0X10000 (cV: 5OF3hOBwyk6Q/5/X.2.1.0)
2025-10-01 20:44:46.4546363 10340 13832 ComApi Allow source prompts: Yes; Forced: No; Force quiet: No; Attempt close apps if necessary: No
2025-10-01 20:44:46.4546670 10340 13832 ComApi Updates in request: 1
2025-10-01 20:44:46.4546717 10340 13832 ComApi ServiceID = {3097E0D3-A9B5-420A-AEE9-08F00EC21729} Third party service
2025-10-01 20:44:46.4555020 1452 6844 IdleTimer WU operation (CDeployCall::Init ID 3) started; operation # 31; does not use network; is not at background priority
2025-10-01 20:44:46.4620226 1452 6844 Agent Beginning deployment of conventional work item
2025-10-01 20:44:46.4621086 10340 13832 ComApi *QUEUED* Updates to Install = 1
2025-10-01 20:44:46.4621099 10340 13832 ComApi Install ClientId = wusa (cV: 5OF3hOBwyk6Q/5/X.2.1.0)
2025-10-01 20:44:46.4622060 1452 656 Agent * START * Installing updates CallerId = wusa
2025-10-01 20:44:46.4622070 1452 656 Agent Updates to Install = 1
2025-10-01 20:44:46.4630440 1452 656 Agent Validating updates before Install
2025-10-01 20:44:46.6116383 1452 656 Agent Pre-install check complete
2025-10-01 20:44:46.6125541 1452 9392 Agent WU client calls back to deploy call {C24456AB-2F90-4905-90C5-175D473055BD} with code Call progress and error 0
2025-10-01 20:44:46.8987732 1452 9392 Agent WU client calls back to deploy call {C24456AB-2F90-4905-90C5-175D473055BD} with code Call progress and error 0
2025-10-01 20:44:46.8996064 1452 656 UDP BeginUpdateDeployment invoked for Installing the 1 updates; Caller id = wusa
2025-10-01 20:44:46.8996117 1452 656 UDP Installing update: 9DE11F21-A8E0-4517-9F52-327C347AB171.501
2025-10-01 20:44:46.8997890 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Created successfully.
2025-10-01 20:44:46.9025266 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Deploy updates for Installing created successfully.
2025-10-01 20:44:46.9029339 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Created DeploymentWorker(0) successfully.
2025-10-01 20:44:46.9029482 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Created CallbackWorker(0) successfully.
2025-10-01 20:44:46.9029497 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Initialized successfully.
2025-10-01 20:44:46.9029525 1452 656 Agent WU client created update deployment job 932F509E-B9BC-4447-BF03-C3165674F3D1.
2025-10-01 20:44:46.9029570 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Resume request received. Job status = Not Processed
2025-10-01 20:44:46.9029589 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Resume request processing complete. Job Status = Ongoing
2025-10-01 20:44:46.9029604 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : End invoked for deployment job. Job status = Ongoing
2025-10-01 20:44:46.9035448 1452 7264 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Beginning Installing of updates, CallerId = wusa.
2025-10-01 20:44:46.9035486 1452 7264 UDP Title = Update for Windows (KB5066198)
2025-10-01 20:44:46.9035502 1452 7264 UDP UpdateId = 9DE11F21-A8E0-4517-9F52-327C347AB171.501
2025-10-01 20:44:46.9035508 1452 7264 UDP Bundles 1 updates:
2025-10-01 20:44:46.9035522 1452 7264 UDP 4BDEBD0F-BE0F-43B8-91FF-148EF5A179F5.501
2025-10-01 20:44:46.9058092 1452 7264 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Mutex for Deployment job is created. Mutex = 0fa1201d-4330-4fa8-8ae9-b877473b6441
2025-10-01 20:44:46.9058142 1452 7264 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Update 9DE11F21-A8E0-4517-9F52-327C347AB171.501 started delegate invoked.
2025-10-01 20:44:46.9114753 1452 7264 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Installing starting for update 9DE11F21-A8E0-4517-9F52-327C347AB171.501, deployable update count = 1
2025-10-01 20:44:46.9124166 1452 7264 Handler Registering JIT COM server with CLSID {C8B29063-936E-44E5-AAD8-FB0F828A2533} and APPID {446464E9-9FD6-4A28-80AC-9CBE7E34E336}
2025-10-01 20:44:46.9131620 1452 7264 Handler Successfully registered JIT COM server
2025-10-01 20:44:46.9132365 1452 7264 Handler Switching to UpdateDeploymentProvider.dll
2025-10-01 20:44:46.9134514 1452 7264 Handler Attempting to create remote handler process as LEVIATHAN\vador in session 1
2025-10-01 20:44:46.9290431 716 1288 Handler UH: CoCreateInstance of remote handler succeeded with CLSID c8b29063-936e-44e5-aad8-fb0f828a2533
2025-10-01 20:44:46.9299345 716 1288 Handler UH: RegisterRemoteHandlerServer suceedded
2025-10-01 20:44:46.9314499 1452 7264 DownloadManager Preparing update for install, updateId = 4BDEBD0F-BE0F-43B8-91FF-148EF5A179F5.501.
2025-10-01 20:44:46.9315958 1452 7264 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Update 9DE11F21-A8E0-4517-9F52-327C347AB171.501 deployment data prepared successfully.
2025-10-01 20:44:46.9331443 716 10732 Handler * START * CBS Install
2025-10-01 20:44:46.9348478 716 10732 Handler Starting install of CBS update 4BDEBD0F-BE0F-43B8-91FF-148EF5A179F5
2025-10-01 20:44:46.9352665 716 10732 Handler CBS session identity: 31208245_3228785537
2025-10-01 20:44:46.9377727 716 10732 Handler CBS package identity: Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6396.1.13
2025-10-01 20:44:46.9378519 716 10732 Handler Loaded state: cCompleteIterations: 1, pt: SelfContainedNoExpressPayload, nNextRequestID: 1.
2025-10-01 20:44:46.9415220 716 10732 Handler Installing SelfContainedNoExpressPayload with source=C:\windows\SoftwareDistribution\Download\562e340c4e63c7f86e668106e3d2482d\Windows10.0-KB5066198-x64.cab, workingdir=C:\windows\SoftwareDistribution\Download\562e340c4e63c7f86e668106e3d2482d\inst
2025-10-01 20:44:48.6052335 716 5284 Handler CBS called Initiate
2025-10-01 20:44:48.6143651 716 5284 Handler CBS called Progress with state=2, ticks=20, total=1000
2025-10-01 20:44:48.6146348 1452 14280 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (14280)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 2
2025-10-01 20:44:49.6302090 716 5284 Handler CBS called Progress with state=3, ticks=25, total=1000
2025-10-01 20:44:50.1513500 716 5284 Handler CBS called Progress with state=0, ticks=35, total=1000
2025-10-01 20:44:50.1515958 1452 12860 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (12860)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 3
2025-10-01 20:44:50.8369215 716 5284 Handler CBS called Progress with state=2, ticks=45, total=1000
2025-10-01 20:44:50.8372184 1452 11208 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (11208)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 4
2025-10-01 20:44:52.6923907 716 5284 Handler CBS called Progress with state=4, ticks=50, total=1000
2025-10-01 20:44:52.6926597 1452 12620 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (12620)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 5
2025-10-01 20:44:57.1959369 716 5284 Handler CBS called Progress with state=2, ticks=154, total=1000
2025-10-01 20:44:57.1961763 1452 8348 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (8348)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 15
2025-10-01 20:44:57.9871841 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:44:57.9874155 1452 7776 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (7776)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 24
2025-10-01 20:44:58.9992242 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:01.0068264 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:03.0125123 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:05.0212522 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:06.0256168 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:08.0323582 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:10.0409658 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:12.0427873 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:14.0475724 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:16.0544919 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:18.0701773 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:20.0749014 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:22.0816868 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:23.0840833 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:25.0918858 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:27.0979609 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:28.1033444 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:30.1133444 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:31.9645807 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:33.9713269 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:34.9767987 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:36.9867900 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:38.9916025 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:40.9983218 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:43.0050622 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:44.0085385 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:46.0164759 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:48.0242263 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:50.0298738 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:52.0336037 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:53.0378951 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:55.0456437 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:57.0516264 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:45:58.0560361 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:46:00.0773066 716 5284 Handler CBS called Progress with state=3, ticks=240, total=1000
2025-10-01 20:46:03.0267720 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:04.0376714 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:05.0534525 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:06.0795761 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:07.0846250 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:08.1000466 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:09.1161690 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:10.1351350 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:11.1468422 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:12.1622558 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:13.8426523 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:14.8516137 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:15.8656018 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:16.8852757 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:17.8972319 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:18.9143193 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:19.9277935 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:20.9440504 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:21.9596362 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:22.9757629 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:23.9910479 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:25.0064108 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:26.0219722 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:27.0380704 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:28.0535136 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:29.0722889 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:30.0850344 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:31.1005817 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:32.1246925 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:33.1317296 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:34.1478219 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:35.1626836 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:36.1781256 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:37.1940706 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:38.2098166 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:39.2250204 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:40.2414186 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:41.2569595 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:42.2792339 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:46:55.9312570 716 5284 Handler CBS called Progress with state=7, ticks=240, total=1000
2025-10-01 20:47:00.7594500 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:47:01.7838382 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:47:02.7890581 716 5284 Handler CBS called Progress with state=2, ticks=240, total=1000
2025-10-01 20:47:14.3887055 716 5284 Handler CBS called Progress with state=4, ticks=240, total=1000
2025-10-01 20:47:26.8072167 716 5284 Handler CBS called Progress with state=4, ticks=240, total=1000
2025-10-01 20:47:35.1316612 716 5284 Handler CBS called Progress with state=4, ticks=240, total=1000
2025-10-01 20:47:42.3295938 716 5284 Handler CBS called Progress with state=4, ticks=240, total=1000
2025-10-01 20:47:42.3605462 716 5284 Handler CBS called Progress with state=7, ticks=753, total=1000
2025-10-01 20:47:42.3607740 1452 3640 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (3640)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 75
2025-10-01 20:47:47.8786453 716 5284 Handler CBS called Progress with state=7, ticks=754, total=1000
2025-10-01 20:47:50.5791731 716 5284 Handler CBS called Progress with state=7, ticks=755, total=1000
2025-10-01 20:47:56.3471717 716 5284 Handler CBS called Progress with state=7, ticks=755, total=1000
2025-10-01 20:48:01.8266083 716 5284 Handler CBS called Progress with state=7, ticks=756, total=1000
2025-10-01 20:48:04.6573616 716 5284 Handler CBS called Progress with state=7, ticks=756, total=1000
2025-10-01 20:48:10.3193766 716 5284 Handler CBS called Progress with state=7, ticks=757, total=1000
2025-10-01 20:48:11.3654527 716 5284 Handler CBS called Progress with state=7, ticks=757, total=1000
2025-10-01 20:48:12.3898777 716 5284 Handler CBS called Progress with state=7, ticks=761, total=1000
2025-10-01 20:48:12.3900908 1452 11904 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (11904)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 76
2025-10-01 20:48:19.3557535 716 5284 Handler CBS called Progress with state=7, ticks=764, total=1000
2025-10-01 20:48:20.3907773 716 5284 Handler CBS called Progress with state=7, ticks=769, total=1000
2025-10-01 20:48:21.4220358 716 5284 Handler CBS called Progress with state=7, ticks=770, total=1000
2025-10-01 20:48:21.4224360 1452 9396 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (9396)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 77
2025-10-01 20:48:22.5877590 716 5284 Handler CBS called Progress with state=7, ticks=778, total=1000
2025-10-01 20:48:22.7169750 716 5284 Handler CBS called Progress with state=7, ticks=788, total=1000
2025-10-01 20:48:22.7173087 1452 3384 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (3384)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 78
2025-10-01 20:48:23.6654784 716 5284 Handler CBS called Progress with state=7, ticks=797, total=1000
2025-10-01 20:48:23.6658126 1452 12820 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (12820)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 79
2025-10-01 20:48:24.5107905 716 5284 Handler CBS called Progress with state=7, ticks=807, total=1000
2025-10-01 20:48:24.5110774 1452 8208 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (8208)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 80
2025-10-01 20:48:25.6348321 716 5284 Handler CBS called Progress with state=7, ticks=811, total=1000
2025-10-01 20:48:25.6350811 1452 13136 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (13136)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 81
2025-10-01 20:48:26.6494836 716 5284 Handler CBS called Progress with state=7, ticks=818, total=1000
2025-10-01 20:48:27.7926355 716 5284 Handler CBS called Progress with state=7, ticks=820, total=1000
2025-10-01 20:48:27.7929287 1452 10420 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (10420)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 82
2025-10-01 20:48:28.8037522 716 5284 Handler CBS called Progress with state=7, ticks=823, total=1000
2025-10-01 20:48:29.8578956 716 5284 Handler CBS called Progress with state=7, ticks=828, total=1000
2025-10-01 20:48:30.9163938 716 5284 Handler CBS called Progress with state=7, ticks=829, total=1000
2025-10-01 20:48:31.9640784 716 5284 Handler CBS called Progress with state=7, ticks=830, total=1000
2025-10-01 20:48:31.9643602 1452 14288 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (14288)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 83
2025-10-01 20:48:33.0214764 716 5284 Handler CBS called Progress with state=7, ticks=835, total=1000
2025-10-01 20:48:38.2999787 716 5284 Handler CBS called Progress with state=7, ticks=840, total=1000
2025-10-01 20:48:38.3002675 1452 4724 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (4724)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 84
2025-10-01 20:48:39.2280861 716 5284 Handler CBS called Progress with state=7, ticks=849, total=1000
2025-10-01 20:48:40.2153823 716 5284 Handler CBS called Progress with state=7, ticks=859, total=1000
2025-10-01 20:48:40.2156370 1452 3800 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (3800)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 85
2025-10-01 20:48:40.7000987 716 5284 Handler CBS called Progress with state=7, ticks=868, total=1000
2025-10-01 20:48:40.7003622 1452 8528 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (8528)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 86
2025-10-01 20:48:41.9808998 716 5284 Handler CBS called Progress with state=7, ticks=873, total=1000
2025-10-01 20:48:41.9811339 1452 13504 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (13504)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 87
2025-10-01 20:48:42.4347975 716 5284 Handler CBS called Progress with state=7, ticks=883, total=1000
2025-10-01 20:48:42.4350476 1452 6052 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (6052)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 88
2025-10-01 20:48:43.1587152 716 5284 Handler CBS called Progress with state=7, ticks=892, total=1000
2025-10-01 20:48:43.1589864 1452 2748 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (2748)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 89
2025-10-01 20:48:44.1625684 716 5284 Handler CBS called Progress with state=7, ticks=901, total=1000
2025-10-01 20:48:44.1628738 1452 8324 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (8324)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 90
2025-10-01 20:49:02.1687380 716 5284 Handler CBS called Progress with state=5, ticks=906, total=1000
2025-10-01 20:49:03.1822962 716 5284 Handler CBS called Progress with state=7, ticks=906, total=1000
2025-10-01 20:49:03.3803608 716 5284 Handler CBS called Progress with state=7, ticks=1000, total=1000
2025-10-01 20:49:03.3804796 716 5284 Handler CBS called Terminate
2025-10-01 20:49:03.3805937 1452 6160 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (6160)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update progress, percent complete = 100
2025-10-01 20:49:03.4382608 716 10732 Handler Requesting post-reboot reporting for package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6396.1.13.
2025-10-01 20:49:03.4386182 716 10732 Handler Completed install of CBS update with type=3, requiresReboot=1, installerError=0, hr=0x0
2025-10-01 20:49:03.7416463 716 10732 Handler * END * CBS Install
2025-10-01 20:49:03.7440155 1452 7264 UDP Mutex will be closed. index = 0, HANDLE = 0x000005D0
2025-10-01 20:49:03.7440315 1452 7264 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Method succeeded for update 9DE11F21-A8E0-4517-9F52-327C347AB171.501, hrDeploy = 0x00000000
2025-10-01 20:49:03.7440343 1452 7264 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Update 9DE11F21-A8E0-4517-9F52-327C347AB171.501 complete delegate invoked.
2025-10-01 20:49:03.7516088 1452 7264 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Successfully serialized deployment status cookie bstr, length = 1284 bytes
2025-10-01 20:49:03.7518218 1452 7264 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Job complete delegate invoked.
2025-10-01 20:49:03.7518250 1452 7264 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Ending Installing updates, CallerId = wusa, Exit code = 0x00000000
2025-10-01 20:49:03.7519084 716 1288 Handler *FAILED* [80070005] Handler process got unexpected result: 0, exiting
2025-10-01 20:49:03.7520099 1452 12632 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (12632)(0) called for update id 9DE11F21-A8E0-4517-9F52-327C347AB171, code = Update success, percent complete = 100
2025-10-01 20:49:03.7520211 1452 12632 Agent LogHistory called. idUpdate={9DE11F21-A8E0-4517-9F52-327C347AB171}.501, resultMapped=80242014, resultUnMapped=0
2025-10-01 20:49:03.7521656 1452 8928 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : WaitForEnd invoked for deployment job. Beginning the wait now!
2025-10-01 20:49:03.7522020 10340 3436 ComApi Deployment callback complete for UpdateID = 9de11f21-a8e0-4517-9f52-327c347ab171, callback code = 6, CallbackInfo cookie length = 1284
2025-10-01 20:49:03.7523329 1452 12632 Agent WU client logged Install deloyment history, caller = wusa, update 9DE11F21-A8E0-4517-9F52-327C347AB171.501, classification 0FA1201D-4330-4FA8-8AE9-B877473B6441
2025-10-01 20:49:03.7524027 1452 12632 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : NotifyClient (12632)(0) called with Deployment callback code = Job complete, reboot status = non mandatory reboot
2025-10-01 20:49:03.7525197 10340 3436 ComApi Install ClientId = wusa
2025-10-01 20:49:03.7525213 10340 3436 ComApi Install call complete (succeeded = 1, succeeded with errors = 0, failed = 0, cancelled = 0, unaccounted = 0
2025-10-01 20:49:03.7525421 10340 3436 ComApi Reboot required = True
2025-10-01 20:49:03.7525426 10340 3436 ComApi * END * Install ClientId = wusa
2025-10-01 20:49:03.7525938 1452 9392 Agent WU client calls back to deploy call {C24456AB-2F90-4905-90C5-175D473055BD} with code Call complete and error 0
2025-10-01 20:49:03.7526322 1452 8928 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : WaitForEnd for deployment job completed. Job state = Complete
2025-10-01 20:49:03.7526639 1452 8928 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : CallbackWorker returning successfully.
2025-10-01 20:49:03.7527323 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : WaitForEnd invoked for deployment job. Beginning the wait now!
2025-10-01 20:49:03.7527468 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : WaitForEnd for deployment job completed. Job state = Complete
2025-10-01 20:49:03.7527495 1452 656 Agent WU client update deployment job 932F509E-B9BC-4447-BF03-C3165674F3D1 end wait complete.
2025-10-01 20:49:03.7527524 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : Per-job deployment completed = Yes"
2025-10-01 20:49:03.7527542 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : EndUpdateDeployment invoked for job. Job complete = Yes, erase Job = True
2025-10-01 20:49:03.7527561 1452 656 Agent WU client EndUpdateDeployment for deployment job 932F509E-B9BC-4447-BF03-C3165674F3D1 complete.
2025-10-01 20:49:03.7527575 1452 656 Agent WU client update deployment job 932F509E-B9BC-4447-BF03-C3165674F3D1 deployment result. hr = 0x00000000
2025-10-01 20:49:03.7527670 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : FinalRelease for deployment job.
2025-10-01 20:49:03.7527690 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : WaitForEnd invoked for deployment job. Beginning the wait now!
2025-10-01 20:49:03.7528150 1452 656 UDP Deployment job Id 932F509E-B9BC-4447-BF03-C3165674F3D1 : WaitForEnd for deployment job completed. Job state = Complete
2025-10-01 20:49:03.7542220 1452 656 Agent Install updates CallerId = wusa
2025-10-01 20:49:03.7583609 1452 656 IdleTimer WU operation (CDeployCall::Init ID 3, operation # 31) stopped; does not use network; is not at background priority
2025-10-01 20:49:04.5262891 10340 13832 Misc *FAILED* [80010106] ReadPolicy: failed
2025-10-01 20:49:07.9372615 10340 13832 ComApi Installation wizard (API) invoking RebootSystem
2025-10-01 20:49:07.9607090 1452 1252 DataStore Service 3097E0D3-A9B5-420A-AEE9-08F00EC21729 removed
2025-10-01 20:49:07.9701614 10340 13832 ComApi IUpdateService removing volatile scan package service, serviceID = {3097E0D3-A9B5-420A-AEE9-08F00EC21729}
2025-10-01 20:49:07.9711112 1452 1252 Agent *FAILED* [80248014] Method failed [CAgentServiceManager::GetServiceObject:2042]
2025-10-01 20:49:07.9711478 1452 1252 Agent *FAILED* [80248014] Method failed [CClientCallRecorder::RemoveService:5015]
2025-10-01 20:49:07.9714885 10340 13832 ComApi *FAILED* [80248014] ISusInternal:: RemoveService
2025-10-01 20:49:35.5714678 1452 2596 Shared UninitializeSUS
2025-10-01 20:49:35.5714692 1452 2596 Misc CSusClientGlobal::DoServicePreShutdown
2025-10-01 20:49:35.5714702 1452 2596 IdleTimer Idle timer disabled in preparation for service shutdown
2025-10-01 20:49:35.5714751 1452 2596 Misc WUTaskManager uninit
2025-10-01 20:49:35.5714845 1452 2596 Agent Earliest future timer found:
2025-10-01 20:49:35.5714906 1452 2596 Agent Timer: 29A863E7-8609-4D1E-B7CD-5668F857F1DB, Expires 2025-10-02 23:40:33, not idle-only, not network-only
2025-10-01 20:49:35.5739811 1452 2596 Misc CreateSessionStateChangeTrigger, TYPE:2, Enable:Yes
2025-10-01 20:49:35.5739853 1452 2596 Misc CreateSessionStateChangeTrigger, TYPE:4, Enable:Yes
2025-10-01 20:49:35.5922143 1452 2596 Misc Agent uninit
2025-10-01 20:49:35.5932305 1452 2596 Misc Reporter uninit
2025-10-01 20:49:35.5933602 1452 2596 Misc network cost manager uninit
2025-10-01 20:49:35.5933848 1452 2596 Misc Eventer uninit
2025-10-01 20:49:35.5934635 1452 2596 Misc ServiceManager uninit
2025-10-01 20:49:35.5934994 1452 2596 Misc PersistentTimeoutScheduler uninit
2025-10-01 20:49:35.5935007 1452 2596 Misc datastore uninit
2025-10-01 20:49:35.6067407 1452 2596 Misc setting cache uninit
2025-10-01 20:49:35.6067426 1452 2596 Misc security checker uninit
2025-10-01 20:49:35.6067451 1452 2596 Misc Test Hook uninit
2025-10-01 20:49:35.6067456 1452 2596 Misc IdleTimer uninit
2025-10-01 20:49:35.6071781 1452 2596 Shared * END * Service exit Exit code = 0x240001
2025-10-01 20:50:08.4100525 1456 3300 Shared * START * Service startup
2025-10-01 20:50:08.4174669 1456 3300 Shared InitializeSus
2025-10-01 20:50:08.4184007 1456 3300 IdleTimer Non-AoAc machine. Aoac operations will be ignored.
2025-10-01 20:50:08.4187387 1456 3300 Agent WU client version 10.0.19041.6093
2025-10-01 20:50:08.4192122 1456 3300 Agent SleepStudyTracker: Machine is non-AOAC. Sleep study tracker disabled.
2025-10-01 20:50:08.4194612 1456 3300 Agent Base directory: C:\windows\SoftwareDistribution
2025-10-01 20:50:08.4208083 1456 3300 Agent Datastore directory: C:\windows\SoftwareDistribution\DataStore\DataStore.edb
2025-10-01 20:50:08.4303174 1456 3300 DataStore JetEnableMultiInstance succeeded - applicable param count: 5, applied param count: 5
2025-10-01 20:50:08.4563997 1456 3300 Shared UpdateNetworkState Ipv6, cNetworkInterfaces = 0.
2025-10-01 20:50:08.4564251 1456 3300 Shared UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
2025-10-01 20:50:08.4570347 1456 3300 Shared Network state: Connected
2025-10-01 20:50:11.6209032 1456 3300 Shared UpdateNetworkState Ipv6, cNetworkInterfaces = 0.
2025-10-01 20:50:11.6209076 1456 3300 Shared UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
2025-10-01 20:50:11.6209142 1456 3300 Shared Power status changed
2025-10-01 20:50:11.6271672 1456 3300 Agent Initializing global settings cache
2025-10-01 20:50:11.6271685 1456 3300 Agent WSUS server: (null)
2025-10-01 20:50:11.6271691 1456 3300 Agent WSUS status server: (null)
2025-10-01 20:50:11.6271712 1456 3300 Agent Alternate Download Server: (null)
2025-10-01 20:50:11.6271721 1456 3300 Agent Fill Empty Content Urls: No
2025-10-01 20:50:11.6271726 1456 3300 Agent Target group: (Unassigned Computers)
2025-10-01 20:50:11.6271731 1456 3300 Agent Windows Update access disabled: No
2025-10-01 20:50:11.6271736 1456 3300 Agent Do not connect to Windows Update Internet locations: No
2025-10-01 20:50:11.6283290 1456 3300 Agent Timer: 29A863E7-8609-4D1E-B7CD-5668F857F1DB, Expires 2025-10-02 23:40:33, not idle-only, not network-only
2025-10-01 20:50:11.6303997 1456 3300 Agent Initializing Windows Update Agent
2025-10-01 20:50:11.6305995 1456 3300 DownloadManager Download manager restoring 0 downloads
2025-10-01 20:50:11.6308140 1456 3300 Agent CPersistentTimeoutScheduler | GetTimer, returned hr = 0x00000000
2025-10-01 20:50:11.6325053 1456 3300 Agent Attempt 1 to obtain post-reboot results for event with cookie 31208245_3228785537.
2025-10-01 20:51:24.1925629 1456 3300 Handler Got error querying the post-reboot status for session 31208245_3228785537: 0x80010108.
2025-10-01 20:51:24.1938407 1456 3300 IdleTimer IdleTimer::NetworkStateChanged. Network connected? Yes
2025-10-01 20:51:24.1938712 1456 3300 Shared Power status changed
2025-10-01 20:51:24.2105899 1456 3300 Shared UninitializeSUS
2025-10-01 20:51:24.2105919 1456 3300 Misc CSusClientGlobal::DoServicePreShutdown
2025-10-01 20:51:24.2105926 1456 3300 IdleTimer Idle timer disabled in preparation for service shutdown
2025-10-01 20:51:24.2105976 1456 3300 Misc WUTaskManager uninit
2025-10-01 20:51:24.2105993 1456 3300 Agent Earliest future timer found:
2025-10-01 20:51:24.2106042 1456 3300 Agent Timer: 29A863E7-8609-4D1E-B7CD-5668F857F1DB, Expires 2025-10-02 23:40:33, not idle-only, not network-only
2025-10-01 20:51:24.2134884 1456 3300 Misc CreateSessionStateChangeTrigger, TYPE:2, Enable:No
2025-10-01 20:51:24.2134909 1456 3300 Misc CreateSessionStateChangeTrigger, TYPE:4, Enable:No
2025-10-01 20:51:24.2344806 1456 3300 Misc Agent uninit
2025-10-01 20:51:24.2575147 1456 5484 DownloadManager Received power state change notification: Old: <unknown>; New: AC.
2025-10-01 20:51:24.2575159 1456 5484 DownloadManager Power state changed from <unknown> to AC.
2025-10-01 20:51:24.2618027 1456 3300 Misc Reporter uninit
2025-10-01 20:51:24.2618678 1456 3300 Misc network cost manager uninit
2025-10-01 20:51:24.2619119 1456 3300 Misc Eventer uninit
2025-10-01 20:51:24.2619923 1456 3300 Misc ServiceManager uninit
2025-10-01 20:51:24.2620366 1456 3300 Misc PersistentTimeoutScheduler uninit
2025-10-01 20:51:24.2620376 1456 3300 Misc datastore uninit
2025-10-01 20:51:24.2916677 1456 3300 Misc setting cache uninit
2025-10-01 20:51:24.2916688 1456 3300 Misc security checker uninit
2025-10-01 20:51:24.2916710 1456 3300 Misc Test Hook uninit
2025-10-01 20:51:24.2916715 1456 3300 Misc IdleTimer uninit
2025-10-01 20:51:24.2920781 1456 3300 Shared * END * Service exit Exit code = 0x240001
2025-10-01 20:51:57.5512835 1452 3224 Shared * START * Service startup
2025-10-01 20:51:57.5630416 1452 3224 Shared InitializeSus
2025-10-01 20:51:57.5645996 1452 3224 IdleTimer Non-AoAc machine. Aoac operations will be ignored.
2025-10-01 20:51:57.5649337 1452 3224 Agent WU client version 10.0.19041.5794
2025-10-01 20:51:57.5652761 1452 3224 Agent SleepStudyTracker: Machine is non-AOAC. Sleep study tracker disabled.
2025-10-01 20:51:57.5653522 1452 3224 Agent Base directory: C:\windows\SoftwareDistribution
2025-10-01 20:51:57.5669423 1452 3224 Agent Datastore directory: C:\windows\SoftwareDistribution\DataStore\DataStore.edb
2025-10-01 20:51:57.5754779 1452 3224 DataStore JetEnableMultiInstance succeeded - applicable param count: 5, applied param count: 5
2025-10-01 20:51:57.6064901 1452 3224 Shared UpdateNetworkState Ipv6, cNetworkInterfaces = 0.
2025-10-01 20:51:57.6065051 1452 3224 Shared UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
2025-10-01 20:51:57.6069901 1452 3224 Shared Network state: Connected
2025-10-01 20:52:00.7266414 1452 3224 Shared UpdateNetworkState Ipv6, cNetworkInterfaces = 0.
2025-10-01 20:52:00.7266459 1452 3224 Shared UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
2025-10-01 20:52:00.7266504 1452 3224 Shared Power status changed
2025-10-01 20:52:00.7335517 1452 3224 Agent Initializing global settings cache
2025-10-01 20:52:00.7335534 1452 3224 Agent WSUS server: (null)
2025-10-01 20:52:00.7335539 1452 3224 Agent WSUS status server: (null)
2025-10-01 20:52:00.7335558 1452 3224 Agent Alternate Download Server: (null)
2025-10-01 20:52:00.7335566 1452 3224 Agent Fill Empty Content Urls: No
2025-10-01 20:52:00.7335571 1452 3224 Agent Target group: (Unassigned Computers)
2025-10-01 20:52:00.7335575 1452 3224 Agent Windows Update access disabled: No
2025-10-01 20:52:00.7335580 1452 3224 Agent Do not connect to Windows Update Internet locations: No
2025-10-01 20:52:00.7346869 1452 3224 Agent Timer: 29A863E7-8609-4D1E-B7CD-5668F857F1DB, Expires 2025-10-02 23:40:33, not idle-only, not network-only
2025-10-01 20:52:00.7366304 1452 3224 Agent Initializing Windows Update Agent
2025-10-01 20:52:00.7368306 1452 3224 DownloadManager Download manager restoring 0 downloads
2025-10-01 20:52:00.7372047 1452 3224 Agent CPersistentTimeoutScheduler | GetTimer, returned hr = 0x00000000
2025-10-01 20:52:00.7387401 1452 3224 Agent Attempt 2 to obtain post-reboot results for event with cookie 31208245_3228785537.
2025-10-01 20:52:49.8326684 1452 3224 Handler Post-reboot status for session 31208245_3228785537: 0x800f0922.
2025-10-01 20:52:49.8421273 1452 3224 Agent *FAILED* [80248014] GetServiceObject couldn't find service '3097E0D3-A9B5-420A-AEE9-08F00EC21729'.
2025-10-01 20:52:49.8421297 1452 3224 Agent *FAILED* [80248014] Method failed [CAgentServiceManager::GetServiceObject:2042]
2025-10-01 20:52:49.8421605 1452 3224 Reporter OS Product Type = 0x00000030
2025-10-01 20:52:49.8811193 1452 3224 Agent *FAILED* [80248014] GetServiceObject couldn't find service '3097E0D3-A9B5-420A-AEE9-08F00EC21729'.
2025-10-01 20:52:49.8811236 1452 3224 Agent *FAILED* [80248014] Method failed [CAgentServiceManager::GetServiceObject:2042]
2025-10-01 20:52:49.8817079 1452 3224 Agent *FAILED* [80248014] GetServiceObject couldn't find service '3097E0D3-A9B5-420A-AEE9-08F00EC21729'.
2025-10-01 20:52:49.8817093 1452 3224 Agent *FAILED* [80248014] Method failed [CAgentServiceManager::GetServiceObject:2042]
2025-10-01 20:52:49.8825833 1452 3224 IdleTimer IdleTimer::NetworkStateChanged. Network connected? Yes
2025-10-01 20:52:49.8826117 1452 3224 Shared Power status changed
2025-10-01 20:52:49.9075037 1452 5836 DownloadManager Received power state change notification: Old: <unknown>; New: AC.
2025-10-01 20:52:49.9075047 1452 5836 DownloadManager Power state changed from <unknown> to AC.
2025-10-01 20:52:49.9100953 1452 5836 DownloadManager Received power state change notification: Old: AC; New: AC.
2025-10-01 20:52:54.8953148 1452 5836 Agent *FAILED* [80248014] GetServiceObject couldn't find service '3097E0D3-A9B5-420A-AEE9-08F00EC21729'.
2025-10-01 20:52:54.8953164 1452 5836 Agent *FAILED* [80248014] Method failed [CAgentServiceManager::GetServiceObject:2042]
2025-10-01 20:52:54.8953201 1452 5836 Agent *FAILED* [80248014] GetServiceObject couldn't find service '3097E0D3-A9B5-420A-AEE9-08F00EC21729'.
2025-10-01 20:52:54.8953210 1452 5836 Agent *FAILED* [80248014] Method failed [CAgentServiceManager::GetServiceObject:2042]
2025-10-01 20:52:55.3755207 1452 3224 Shared Power status changed
2025-10-01 20:52:55.3755557 1452 5836 DownloadManager Received power state change notification: Old: AC; New: AC.
2025-10-01 20:53:00.6109476 6444 2360 ComApi Deserializing update from serialized BSTR.
2025-10-01 20:53:00.6234981 6444 2360 ComApi Byte length of the input buffer for deserialization: 4001463
2025-10-01 20:53:00.6641515 6444 2360 ComApi Deserialized installable update 2025-09 Cumulative Update for Windows 10 Version 22H2 for x64-based Systems (KB5065429), UpdateID = {079F8C49-178E-4B14-AFD2-F52A0A60172C.1}, CallbackInfo cookie length = 1868
2025-10-01 20:53:00.6643110 6444 2360 ComApi Using handler to query deployment status for update 079F8C49-178E-4B14-AFD2-F52A0A60172C.1
2025-10-01 20:53:00.6654320 6444 2360 UDP QueryUpdateDeploymentStatusInternal invoked in Readonly mode for Update : 079F8C49-178E-4B14-AFD2-F52A0A60172C.1
2025-10-01 20:53:00.6664612 6444 2360 Handler Enter GetPostRebootResult for Deployment handler. Reporting cookie data: {ProductName":"Client.OS.RS2.amd64"
2025-10-01 20:53:00.6672955 6444 2360 Handler Sandbox folder C:\windows\SoftwareDistribution\Download\fd29fb1092a8bbeb831dfbb5784174b9 exists
2025-10-01 20:53:00.7366469 6444 2360 Handler Using the update's service stack dll file 'C:\windows\SoftwareDistribution\Download\fd29fb1092a8bbeb831dfbb5784174b9\Metadata\UpdateAgent.dll'
2025-10-01 20:53:01.8940233 6444 2360 Handler Update status code is 0x800F0922
2025-10-01 20:53:01.8940251 6444 2360 Handler Failed to install the update
2025-10-01 20:53:01.8958557 6444 2360 Handler Leave GetPostRebootResult for Deployment handler
2025-10-01 20:53:01.8959978 6444 2360 WIL *FAILED* [80240FFF] file = onecore\enduser\windowsupdate\client\engine\updatedeploymentprovider\lib\dpreportingdata.cpp, line = 1098
2025-10-01 20:53:01.8960776 6444 2360 WIL *FAILED* [80240FFF] file = onecore\enduser\windowsupdate\client\engine\updatedeploymentprovider\lib\dpreportingdata.cpp, line = 1075
2025-10-01 20:53:01.8960792 6444 2360 WIL *FAILED* [80240FFF] file = onecore\enduser\windowsupdate\client\engine\updatedeploymentprovider\lib\updatedeploymentprovider.cpp, line = 500
2025-10-01 20:53:01.8960861 6444 2360 UDP *FAILED* [80240FFF] QueryUpdateDeploymentStatus exited with hr = 0x80240fff
2025-10-01 20:53:01.8962581 6444 2360 WIL *FAILED* [80240FFF] file = onecore\enduser\windowsupdate\client\comapi\update.cpp, line = 4221
2025-10-01 20:53:01.8975092 6444 2360 ComApi Reloading CUpdate 079F8C49-178E-4B14-AFD2-F52A0A60172C.1 from datastore...
2025-10-01 20:53:02.0641531 6444 2360 ComApi Deserializing update from serialized BSTR.
2025-10-01 20:53:02.0764626 6444 2360 ComApi Byte length of the input buffer for deserialization: 4001463
2025-10-01 20:53:02.1145353 6444 2360 ComApi Deserialized installable update 2025-09 Cumulative Update for Windows 10 Version 22H2 for x64-based Systems (KB5065429), UpdateID = {079F8C49-178E-4B14-AFD2-F52A0A60172C.1}, CallbackInfo cookie length = 1868
2025-10-01 20:53:02.1548005 6444 2360 ComApi Reload successful, UpdateID = 079F8C49-178E-4B14-AFD2-F52A0A60172C.1, CallbackInfo cookie length = 1868, Current deployment action = 1, New deployment action = 1
2025-10-01 20:53:02.1623327 6444 2360 ComApi Deserializing update from serialized BSTR.
2025-10-01 20:53:02.1746031 6444 2360 ComApi Byte length of the input buffer for deserialization: 3989961
2025-10-01 20:53:02.2122797 6444 2360 ComApi Deserialized installable update 2025-09 Cumulative Update Preview for Windows 10 Version 22H2 for x64-based Systems (KB5066198), UpdateID = {A9753E1B-D22F-4E6B-9B8B-0218FA732DCD.1}, CallbackInfo cookie length = 0
2025-10-01 20:53:02.2133277 6444 2360 ComApi *FAILED* [80246007] ISusInternal:: IsCommitRequired
2025-10-01 20:53:02.2136102 6444 2360 ComApi Reloading CUpdate A9753E1B-D22F-4E6B-9B8B-0218FA732DCD.1 from datastore...
2025-10-01 20:53:02.3950710 6444 2360 ComApi Deserializing update from serialized BSTR.
2025-10-01 20:53:02.4073463 6444 2360 ComApi Byte length of the input buffer for deserialization: 3989961
2025-10-01 20:53:02.4454201 6444 2360 ComApi Deserialized installable update 2025-09 Cumulative Update Preview for Windows 10 Version 22H2 for x64-based Systems (KB5066198), UpdateID = {A9753E1B-D22F-4E6B-9B8B-0218FA732DCD.1}, CallbackInfo cookie length = 0
2025-10-01 20:53:02.4847534 6444 2360 ComApi Reload successful, UpdateID = A9753E1B-D22F-4E6B-9B8B-0218FA732DCD.1, CallbackInfo cookie length = 0, Current deployment action = 4, New deployment action = 4
2025-10-01 20:53:02.7490600 6444 1196 ComApi Serializing CUpdate 079F8C49-178E-4B14-AFD2-F52A0A60172C.1
2025-10-01 20:53:02.7880172 6444 1196 ComApi Update serialization complete. BSTR byte length = 4001463, CallbackInfo cookie length = 1868
2025-10-01 20:53:02.8037047 6444 1196 ComApi Serializing CUpdate A9753E1B-D22F-4E6B-9B8B-0218FA732DCD.1
2025-10-01 20:53:02.8326053 6444 1196 ComApi Update serialization complete. BSTR byte length = 3989961, CallbackInfo cookie length = 0
2025-10-01 20:53:16.9251752 6444 2356 ComApi Deserializing update from serialized BSTR.
2025-10-01 20:53:16.9407668 6444 2356 ComApi Byte length of the input buffer for deserialization: 4001463
2025-10-01 20:53:16.9928840 6444 2356 ComApi Deserialized installable update 2025-09 Cumulative Update for Windows 10 Version 22H2 for x64-based Systems (KB5065429), UpdateID = {079F8C49-178E-4B14-AFD2-F52A0A60172C.1}, CallbackInfo cookie length = 1868
2025-10-01 20:53:16.9930856 6444 2356 ComApi Using handler to query deployment status for update 079F8C49-178E-4B14-AFD2-F52A0A60172C.1
2025-10-01 20:53:16.9932002 6444 2356 UDP QueryUpdateDeploymentStatusInternal invoked in Readonly mode for Update : 079F8C49-178E-4B14-AFD2-F52A0A60172C.1
2025-10-01 20:53:16.9940942 6444 2356 Handler Enter GetPostRebootResult for Deployment handler. Reporting cookie data: {ProductName":"Client.OS.RS2.amd64"
2025-10-01 20:53:16.9942698 6444 2356 Handler Sandbox folder C:\windows\SoftwareDistribution\Download\fd29fb1092a8bbeb831dfbb5784174b9 exists
2025-10-01 20:53:17.0657992 6444 2356 Handler Using the update's service stack dll file 'C:\windows\SoftwareDistribution\Download\fd29fb1092a8bbeb831dfbb5784174b9\Metadata\UpdateAgent.dll'
2025-10-01 20:53:18.2707981 6444 2356 Handler Update status code is 0x800F0922
2025-10-01 20:53:18.2707990 6444 2356 Handler Failed to install the update
2025-10-01 20:53:18.2727273 6444 2356 Handler Leave GetPostRebootResult for Deployment handler
2025-10-01 20:53:18.2727396 6444 2356 WIL *FAILED* [80240FFF] file = onecore\enduser\windowsupdate\client\engine\updatedeploymentprovider\lib\dpreportingdata.cpp, line = 1098
2025-10-01 20:53:18.2727431 6444 2356 WIL *FAILED* [80240FFF] file = onecore\enduser\windowsupdate\client\engine\updatedeploymentprovider\lib\dpreportingdata.cpp, line = 1075
2025-10-01 20:53:18.2727450 6444 2356 WIL *FAILED* [80240FFF] file = onecore\enduser\windowsupdate\client\engine\updatedeploymentprovider\lib\updatedeploymentprovider.cpp, line = 500
2025-10-01 20:53:18.2727535 6444 2356 UDP *FAILED* [80240FFF] QueryUpdateDeploymentStatus exited with hr = 0x80240fff
2025-10-01 20:53:18.2727568 6444 2356 WIL *FAILED* [80240FFF] file = onecore\enduser\windowsupdate\client\comapi\update.cpp, line = 4221
2025-10-01 20:53:18.2734252 6444 2356 ComApi Reloading CUpdate 079F8C49-178E-4B14-AFD2-F52A0A60172C.1 from datastore...
2025-10-01 20:53:18.4078985 6444 2356 ComApi Deserializing update from serialized BSTR.
2025-10-01 20:53:18.4208823 6444 2356 ComApi Byte length of the input buffer for deserialization: 4001463
2025-10-01 20:53:18.4620910 6444 2356 ComApi Deserialized installable update 2025-09 Cumulative Update for Windows 10 Version 22H2 for x64-based Systems (KB5065429), UpdateID = {079F8C49-178E-4B14-AFD2-F52A0A60172C.1}, CallbackInfo cookie length = 1868
2025-10-01 20:53:18.5109953 6444 2356 ComApi Reload successful, UpdateID = 079F8C49-178E-4B14-AFD2-F52A0A60172C.1, CallbackInfo cookie length = 1868, Current deployment action = 1, New deployment action = 1
2025-10-01 20:53:18.5211693 6444 2356 ComApi Deserializing update from serialized BSTR.
2025-10-01 20:53:18.5359354 6444 2356 ComApi Byte length of the input buffer for deserialization: 3989961
2025-10-01 20:53:18.5774700 6444 2356 ComApi Deserialized installable update 2025-09 Cumulative Update Preview for Windows 10 Version 22H2 for x64-based Systems (KB5066198), UpdateID = {A9753E1B-D22F-4E6B-9B8B-0218FA732DCD.1}, CallbackInfo cookie length = 0
2025-10-01 20:53:18.5783367 6444 2356 ComApi *FAILED* [80246007] ISusInternal:: IsCommitRequired
2025-10-01 20:53:18.5787103 6444 2356 ComApi Reloading CUpdate A9753E1B-D22F-4E6B-9B8B-0218FA732DCD.1 from datastore...
2025-10-01 20:53:18.7210194 6444 2356 ComApi Deserializing update from serialized BSTR.
2025-10-01 20:53:18.7335837 6444 2356 ComApi Byte length of the input buffer for deserialization: 3989961
2025-10-01 20:53:18.7730630 6444 2356 ComApi Deserialized installable update 2025-09 Cumulative Update Preview for Windows 10 Version 22H2 for x64-based Systems (KB5066198), UpdateID = {A9753E1B-D22F-4E6B-9B8B-0218FA732DCD.1}, CallbackInfo cookie length = 0
 

Thanks — the logs you pasted are very helpful. Short summary of what they show (so we’re on the same page)
  • The installers download and run and report “Install complete … Requires Reboot: Yes”, but on the post‑reboot check the deployment handler reports the update as “not committed” and fails with 0x800F0922.
  • I also see a Handler/COM/permission type messages (80070005, 0x80010106/08, 80248014). That pattern most commonly points to either (A) the post‑reboot commit being blocked (boot/EFI/BCD write or servicing handler problem), (B) a servicing‑stack/SSU sequencing problem, or (C) a permissions/handler error preventing commit. Because your ESP is 547 MB (normally OK) we should check for pending servicing state and component-store health first, then try a manual package install (which yields clearer DISM errors), and only do boot/BCD steps if the logs point to them.
Next actions — do these in order and paste the outputs back here. I’ll parse them and tell you the single precise next command.
Important: run all commands in an elevated (Administrator) PowerShell or Command Prompt. Make a quick backup of important files before proceeding.
1) Check pending servicing file (one quick command)
  • Purpose: a pending.xml will block commits and can cause the post‑reboot failure.
  • Run (elevated PowerShell):
    if (Test-Path C:\Windows\WinSxS\pending.xml) { Get-Content C:\Windows\WinSxS\pending.xml } else { "NO_PENDING_XML" }
  • Paste the result here (if it prints XML, paste the first ~30 lines and last ~20 lines).
2) Component store health + analysis (DISM)
  • Purpose: detect corruption or repairable component store problems.
  • Run (elevated CMD or PowerShell):
    dism /online /cleanup-image /analyzecomponentstore
    dism /online /cleanup-image /scanhealth
  • Copy/paste the summary lines of both commands here (you don’t need to paste entire logs — just the short result lines shown at the end).
3) System file check
  • Purpose: quick SFC check for system file problems.
  • Run (elevated CMD):
    sfc /scannow
  • When it finishes, paste the final summary line (e.g. “Windows Resource Protection did not find any integrity violations” or the other result).
4) Try manual DISM install of the preview / SSU (capture output)
  • Because the September LCU and preview/SSU sequencing is a known cause, manual DISM gives clearer commit errors. If you already tried installing KB5066198 manually, do the KB5065429 one (LCU) and capture both outputs — do the preview first if you have it but you mentioned KB5066198 also failed, so try KB5065429 now.
  • Steps:
    a) Download the correct MSU for your OS (Windows 10 19045 x64) from the Microsoft Update Catalog:
    • KB5065429 (LCU) or KB5066198 (Preview). Save as C:\Downloads\windows10.0-kb5065429-x64.msu (adjust filename as needed).
      b) In elevated CMD run:
      dism /online /add-package /packagepath:"C:\Downloads\windows10.0-kb5065429-x64.msu" > "%userprofile%\desktop\dism_kb5065429_output.txt" 2>&1
      c) Then export the last 200 lines of the DISM log:
      PowerShell (elevated):
      Get-Content C:\Windows\Logs\DISM\dism.log -Tail 200 | Out-File "$env:UserProfile\Desktop\dism_tail.txt"
      d) Attach or paste the last ~40 lines of dism_kb5065429_output.txt and the contents of dism_tail.txt here.
  • What I’ll look for: explicit DISM/CBS errors (for example text that mentions BCD, EFI, access denied, file in use, or failing component names). That will tell us whether to run bcdboot or attempt other steps.
5) If DISM shows EFI/BCD/boot write errors (or dism/cbs lines mention “Failed to write to boot”)
  • I’ll have you run this safe conservative repair (only rewrite boot files — does NOT resize partitions). First show me the partition list so I can tell you which partition number to use:
    a) In elevated CMD run:
    diskpart
    list disk
    select disk 0 <-- confirm this is your system disk from the list output
    list partition
    exit
    b) Paste the list partition output here (so I can confirm the EFI partition number).
  • Then the commands (I’ll repeat exactly after you confirm the correct partition):
    diskpart
    select disk N
    select partition X <-- the EFI partition number I told you
    assign letter=S
    exit
    bcdboot C:\Windows /s S: /f UEFI
    (optionally then remove the letter if you want:
    diskpart -> select disk N -> select partition X -> remove letter=S -> exit)
6) If DISM shows permission / handler errors (80070005, COM errors) without BCD mentions
  • Two options:
    a) Try the manual DISM install while in a clean boot (you said you tried clean boot already, but retry just for the install step) — do the steps in #4 while in clean boot and save the logs. Sometimes COM/handler errors are mitigated in a clean boot environment.
    b) If manual install still fails with access denied during commit, the safest reliable fallback is an in‑place repair (Windows 10 repair upgrade) — that refreshes servicing stack and fixes commit issues while keeping apps/files. I can give the step‑by‑step for that if you prefer.
7) If all of the above is too slow / you want the quickest reliable fix
  • In‑place Repair Upgrade (keeps files & apps). Download the Windows 10 22H2 ISO that matches your build and run Setup → Upgrade this PC → Keep personal files and apps. This often fixes corrupt servicing state. I’ll provide detailed steps if you pick this.
What to run now (one message)
  • If you’re ready, run steps 1, 2 and 3 now and paste the outputs (pending.xml result, dism analyze/componentstore + scanhealth summary, sfc summary). That will quickly tell me whether there’s a pending file or component store issue and whether to do bcdboot next or to try manual DISM.
If you prefer I can give the precise manual DISM command for KB5066198 first — say “Do manual DISM now” and I’ll give the exact command and what to attach.
I’ll parse the outputs the moment you paste them and give the exact next single command to run.
 

1: NO_PENDING_XML

2.1:
Component Store (WinSxS) information:

Windows Explorer Reported Size of Component Store : 21.25 GB

Actual Size of Component Store : 13.61 GB

Shared with Windows : 5.94 GB
Backups and Disabled Features : 7.23 GB
Cache and Temporary Data : 438.91 MB

Date of Last Cleanup : 2025-10-01 19:45:32

Number of Reclaimable Packages : 2
Component Store Cleanup Recommended : Yes

The operation completed successfully.

2.2: No component store corruption detected.

3: Windows Resource Protection did not find any integrity violations.

4:
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
State : Staged
 

Good work collecting those diagnostics — they tell us a lot.
Quick summary of what the logs show
  • The installers reach 100% and request a reboot, but the post‑reboot commit fails with 0x800F0922 and the deployment handler reports a failure (also several handler/COM permission errors in the same window). This is the classic “install ran but the post‑reboot commit couldn’t finish.”
  • Your Packages list shows recent servicing stack updates present and multiple packages in Staged state, which fits the pattern where the LCU/SSU sequencing or the post‑reboot commit step is getting blocked.
Because you’ve already run DISM /RestoreHealth, SFC, cleaned staged packages and tried manual installs, the fastest reliable fix from here is an in‑place repair upgrade (keeps your apps and files). I’ll also give one last manual DISM/CAB method you can try first if you prefer to exhaust one more option.
Option A — Recommended: In‑place Repair Upgrade (most reliable)
What it does: refreshes Windows system and servicing components in place while keeping apps, settings and files. This fixes servicing stack/commit problems without reformatting.
Before you start
  1. Backup important files (always).
  2. Make sure you have >= 20–30 GB free on C: (you said you have ~750 GB — great).
  3. Plug the PC into AC power and disconnect unnecessary peripherals.
  4. Close all apps. Temporarily disable any third‑party security if present (you said none active).
  5. Have your Microsoft account/credentials available (if asked).
Steps
  1. Download a matching Windows 10 22H2 ISO / Media Creation Tool (choose the edition that matches your Windows 10 Pro x64 / build 19045).
  2. Mount the ISO (right‑click -> Mount) or run the Media Creation Tool and choose “Upgrade this PC now.”
  3. In Setup choose “Keep personal files and apps” when prompted.
  4. Follow the wizard — the process will reboot several times and typically takes 30–90 minutes.
  5. After completion, check Windows Update again. This usually resolves post‑reboot commit/servicing problems.
If you want, I’ll walk you step‑by‑step while you do it and tell you what to watch for. This is my recommended next action because your logs point to a commit/servicing handler problem that repair upgrade reliably fixes.
Option B — One last manual attempt before repair (extract MSU → install CAB via DISM)
Use this only if you want to try one more targeted install. It sometimes works when wusa/msu or the orchestrator is what’s failing.
1) Download the exact MSU for KB5065429 to C:\Downloads (or KB5066198 if you want to try the preview first).
2) In an elevated Command Prompt run:
mkdir C:\Temp\KB5065429
expand -F:* "C:\Downloads\windows10.0-kb5065429-x64.msu" C:\Temp\KB5065429
(Find the .cab file extracted inside C:\Temp\KB5065429 — name looks like Windows10.0‑KB5065429‑x64.cab)
3) Install the CAB directly with DISM (captures output to Desktop):
dism /online /add-package /packagepath:"C:\Temp\KB5065429\Windows10.0-KB5065429-x64.cab" > "%userprofile%\desktop\dism_kb5065429_output.txt" 2>&1
4) Save the last 200 lines of the DISM log and attach both files if it fails:
PowerShell (elevated):
Get-Content C:\Windows\Logs\DISM\dism.log -Tail 200 | Out-File "$env:UserProfile\Desktop\dism_tail.txt"
What to look for: if DISM fails with an explicit BCD/EFI or “access denied” message in the dism_tail.txt, paste it here — that will tell us whether to do the conservative bcdboot rewrite I showed earlier. If it fails again with the same post‑reboot commit (0x800F0922) and COM/handler errors, go straight to the in‑place repair (Option A).
Why I’m recommending repair upgrade now
  • Your CBS/WindowsUpdate logs show the LCU/Preview run and complete but the post‑reboot handler reports 0x800F0922 and handler/COM permission errors — this usually means the commit step (not the download/extract) is failing. The in‑place repair refreshes servicing stack and update agent components and resolves that class of failure in most cases.
Which would you like to do now?
  • “Do in‑place repair (guide me)” — I’ll give exact download instructions and step‑by‑step prompts and stay with you through the process.
  • “Try manual CAB/DISM” — I’ll wait for the dism_kb5065429_output.txt and dism_tail.txt (or I can provide the exact KB5066198 commands instead).
Pick one and I’ll walk you through it.
 

Back
Top