C:\Windows\Minidump
C:\Windows\MEMORY.DMP
Windows + R.perfmon /relProblem Event Name
BCCode
Parameter 1
Parameter 2
Parameter 3
Parameter 4
Faulting driver/module, if listed
Get-WinEvent -FilterHashtable @{LogName='System'; Id=1001,41,6008} -MaxEvents 10 | Format-List TimeCreated,Id,ProviderName,MessageWindows + R.sysdm.cplSmall memory dump (256 KB)%SystemRoot%\MinidumpWindows + R.sysdm.cplAutomatically manage paging file size for all drivessfc /scannowDISM /Online /Cleanup-Image /RestoreHealthchkdsk C: /scanDo not retry KB5094126
Do not retry Fix Problems with Windows Update
Do not join Insider
Do not reset the PC yet
Do not keep deleting update folders
C:\Windows\MinidumpC:\Windows\MEMORY.DMPSmall memory dump (256 KB)%SystemRoot%\Minidump.dmp file.Windows + R.sysdm.cplAutomatically manage paging file size for all drivesKB5094126
Fix problems using Windows Update
Manual .msu installers
Reset this PC
sfc /scannowDISM /Online /Cleanup-Image /RestoreHealthchkdsk C: /scanGet-WinEvent -FilterHashtable @{LogName='System'; Id=1001,41,6008} -MaxEvents 10 | Format-List TimeCreated,Id,ProviderName,MessageStart > Power > Restartsfc /scannowDISM /Online /Cleanup-Image /RestoreHealthchkdsk C: /scanCrash dump type was set to Kernel Memory Dump
Page file was not automatically managed
C:\Windows\MinidumpKB5094126
Fix problems using Windows Update
Manual .msu installers
Reset this PC
sfc, DISM, and chkdsk report anything. That will tell us whether the machine is stable enough to attempt another update path later.Warnings:
PowerENGAGE — Unsuccessful application reconfiguration
Windows 11, version 25H2 — Failed Windows Update
Information:
Security Intelligence Update — Successful Windows Update
Windows 11, version 25H2 — Failed Windows Update
06/25/2026 06:23
PowerENGAGE — Unsuccessful application reconfiguration
06/25/2026 05:53
Get-WinEvent -FilterHashtable @{LogName='System'; Id=1001,41,6008} -MaxEvents 20 | Format-List TimeCreated,Id,ProviderName,MessageKB5094126
Fix problems using Windows Update
Manual .msu files
Reset this PC
C:\Windows\MinidumpWindows 11, version 25H2 (repair version)
Install error - 0xC1900101
0xC1900101 is a Windows Setup/repair rollback code and it most commonly points to a driver problem. That also fits perfectly with the blue screen you got:PAGE_FAULT_IN_NONPAGED_AREA
0x50
Retry
Retry all
Fix problems using Windows Update
New-Item -ItemType Directory -Force "$env:USERPROFILE\Desktop\RollbackLogs"
Copy-Item -Path 'C:\$Windows.~BT\Sources\Rollback\*' -Destination "$env:USERPROFILE\Desktop\RollbackLogs" -Recurse -Force -ErrorAction SilentlyContinue
Copy-Item -Path 'C:\$Windows.~BT\Sources\Panther\setupact.log' -Destination "$env:USERPROFILE\Desktop\RollbackLogs" -Force -ErrorAction SilentlyContinue
Copy-Item -Path 'C:\$Windows.~BT\Sources\Panther\setuperr.log' -Destination "$env:USERPROFILE\Desktop\RollbackLogs" -Force -ErrorAction SilentlyContinue
Compress-Archive -Path "$env:USERPROFILE\Desktop\RollbackLogs\*" -DestinationPath "$env:USERPROFILE\Desktop\RollbackLogs.zip" -Force
Desktop\RollbackLogs.zipC:\$Windows.~BT\Sources\Rollbacksetupmem.dmpThird-party antivirus
VPN software
Drive encryption software
Old printer/scanner drivers
Old storage/NVMe/SATA drivers
RGB/fan control utilities
Backup/imaging software
Virtual machine software
Tuning/cleanup utilities
0xC1900101.0xC1900101RollbackLogs.zip if it creates successfully. That is the next best evidence now that normal minidumps were missing.SFC: No integrity violations
DISM: Restore operation completed successfully
CHKDSK: Found no problems
Bad sectors: 0 KB
0xC1900101 = driver/firmware/setup rollback problemPAGE_FAULT_IN_NONPAGED_AREA 0x50Antivirus/security software
VPN software
Storage/NVMe/SATA driver
Old chipset driver
Printer/scanner driver
RGB/fan/motherboard utility
Backup/imaging software
Virtual machine software
USB device driver
Retry
Retry all
Fix problems using Windows Update
KB5094126 manual installer
New-Item -ItemType Directory -Force "$env:USERPROFILE\Desktop\RollbackLogs"
Copy-Item -Path 'C:\$Windows.~BT\Sources\Rollback\*' -Destination "$env:USERPROFILE\Desktop\RollbackLogs" -Recurse -Force -ErrorAction SilentlyContinue
Copy-Item -Path 'C:\$Windows.~BT\Sources\Panther\setupact.log' -Destination "$env:USERPROFILE\Desktop\RollbackLogs" -Force -ErrorAction SilentlyContinue
Copy-Item -Path 'C:\$Windows.~BT\Sources\Panther\setuperr.log' -Destination "$env:USERPROFILE\Desktop\RollbackLogs" -Force -ErrorAction SilentlyContinue
Compress-Archive -Path "$env:USERPROFILE\Desktop\RollbackLogs\*" -DestinationPath "$env:USERPROFILE\Desktop\RollbackLogs.zip" -Force
RollbackLogs.zipdir 'C:\$Windows.~BT\Sources\Rollback' -ForceNorton
McAfee
Bitdefender
Avast
AVG
Malwarebytes real-time protection
Acronis
Macrium Reflect
EaseUS
NordVPN
ExpressVPN
Cisco/AnyConnect
VirtualBox
VMware
0xC1900101System.OutOfMemoryExceptionCompress-Archive hit a large dump/log file and failed.Get-ChildItem "$env:USERPROFILE\Desktop\RollbackLogs" -Recurse | Sort-Object Length -Descending | Select-Object FullName,Length | Format-Table -AutoSizesetupmem.dmp
memory.dmp
*.evtx
New-Item -ItemType Directory -Force "$env:USERPROFILE\Desktop\RollbackLogsSmall"Copy-Item "$env:USERPROFILE\Desktop\RollbackLogs\*.log" "$env:USERPROFILE\Desktop\RollbackLogsSmall" -Force -ErrorAction SilentlyContinue
Copy-Item "$env:USERPROFILE\Desktop\RollbackLogs\*.xml" "$env:USERPROFILE\Desktop\RollbackLogsSmall" -Force -ErrorAction SilentlyContinue
Copy-Item "$env:USERPROFILE\Desktop\RollbackLogs\*.txt" "$env:USERPROFILE\Desktop\RollbackLogsSmall" -Force -ErrorAction SilentlyContinue
Compress-Archive -Path "$env:USERPROFILE\Desktop\RollbackLogsSmall\*" -DestinationPath "$env:USERPROFILE\Desktop\RollbackLogsSmall.zip" -ForceC:\Users\Ron\Desktop\RollbackLogsSmall.ziptar -a -c -f "$env:USERPROFILE\Desktop\RollbackLogsSmall.zip" -C "$env:USERPROFILE\Desktop\RollbackLogsSmall" .setupmem.dmpsetupact.log
setuperr.log
setupapi.dev.log
BlueBox.log
RollbackLogsSmall.zip and upload that one.RollbackLogsRollbackLogsSmallRollbackLogs.zip
RollbackLogsSmall.zip
.zip.Windows + R, paste this, and press Enter:%USERPROFILE%\Desktop\RollbackLogs%USERPROFILE%\Desktop\RollbackLogsSmallexplorer "$env:USERPROFILE\Desktop"RollbackLogsdir "$env:USERPROFILE\Desktop" | findstr RollbackRollbackLogssetupact.log
setuperr.log
setupapi.dev.log
BlueBox.log
Send to > Compressed zipped folderRollbackLogsSmall.zipWindows + R, paste this, and press Enter:C:\Users\Ron\Desktop\RollbackLogsGet-ChildItem -Path "C:\Users\Ron","C:\Users\Ron\Desktop","C:\Users\Ron\Downloads","$env:OneDrive\Desktop" -Directory -Filter "Rollback*" -ErrorAction SilentlyContinue | Select-Object FullName$dest="$env:USERPROFILE\Downloads\WU-RollbackLogs"
New-Item -ItemType Directory -Force $dest
Copy-Item 'C:\$Windows.~BT\Sources\Panther\setupact.log' $dest -Force -ErrorAction SilentlyContinue
Copy-Item 'C:\$Windows.~BT\Sources\Panther\setuperr.log' $dest -Force -ErrorAction SilentlyContinue
Copy-Item 'C:\$Windows.~BT\Sources\Rollback\*.log' $dest -Force -ErrorAction SilentlyContinue
Copy-Item 'C:\$Windows.~BT\Sources\Rollback\*.txt' $dest -Force -ErrorAction SilentlyContinue
Copy-Item 'C:\$Windows.~BT\Sources\Rollback\*.xml' $dest -Force -ErrorAction SilentlyContinue
Get-ChildItem $dest
Compress-Archive -Path "$env:USERPROFILE\Downloads\WU-RollbackLogs\*" -DestinationPath "$env:USERPROFILE\Downloads\WU-RollbackLogs.zip" -ForceC:\Users\Ron\Downloads\WU-RollbackLogs.zipTest-Path 'C:\$Windows.~BT'dir 'C:\$Windows.~BT\Sources' -Force