700GB free rules out the usual “not enough space” issue — good. If the
22H2 setup fails without ever rebooting, that almost always means it’s failing in the
online/pre-check phase (compat/driver check, servicing stack/component store, or dynamic update/download step), not the “SAFE_OS / first reboot” phase.
1) Why your Panther logs show 2023
That can happen for two reasons:
- The logs are being reused/appended from older upgrade attempts (very common). The folder timestamp can be “new” even when the log contains older entries.
- Your system clock was wrong during past attempts (worth checking).
Quick check: confirm Windows clock is correct: Settings →
Time & Language →
Date & time → enable
Set time automatically + correct time zone.
Most important: even if the file contains old dates, the
real failure is usually at the
bottom of
setuperr.log /
setupact.log. Scroll to the end and you should see the most recent attempt.
2) Force Windows Setup to generate “fresh” logs (recommended)
To avoid digging through old 2023 attempts, do this before you try 22H2 again:
- Disk Cleanup(built-in)
- Start → type Disk Cleanup → run it
- Click Clean up system files
- Check these if present:
- Temporary Windows installation files
- Previous Windows installation(s) (if present)
- Windows upgrade log files
- OK / delete
This is the safest way to clear out old
$WINDOWS.~BT remnants so the next run produces clean new Panther logs.
3) Run 22H2 again in the most “controlled” way (no downloads, no interference)
- Do a Clean Boot:
- Win+R →
msconfig
- Services tab → Hide all Microsoft services → Disable all
- Startup tab → open Task Manager → disable everything
- Reboot
- Mount your Windows 10 22H2 ISO and run setup with Dynamic Update disabled:
- Open Command Prompt (Admin)
- Run (replace
D: with your mounted ISO drive):
D:\setup.exe /DynamicUpdate disable
This prevents Setup from trying to “phone home” for drivers/updates during the upgrade (which can cause failures that never reach reboot).
- After it fails, immediately grab these:
C:\$WINDOWS.~BT\Sources\Panther\setuperr.log
C:\$WINDOWS.~BT\Sources\Panther\setupact.log
If you can’t upload them yet,
paste the last ~60 lines of setuperr.log (the bottom is what matters).
4) SetupDiag only opening the help page
That usually means you didn’t actually run the
SetupDiag.exe analyzer (or Windows is treating it like “open with browser/help”).
Try this exact method:
- Put
SetupDiag.exe on your Desktop
- Open Command Prompt (Admin)
- Run:
Code:
cd /d "%USERPROFILE%\Desktop"
SetupDiag.exe /Output:"%USERPROFILE%\Desktop\SetupDiagResults.log"
- Then upload SetupDiagResults.log
5) About DISM errors (yes, they matter)
If DISM is reporting corruption, it can block upgrades. The correct “repair” is often
DISM with an ISO source (not just running the same command repeatedly). The working format looks like:
dism /online /cleanup-image /restorehealth /source:wim:X:\sources\install.wim:1 /limitaccess
When you get a moment, paste your
exact DISM error code (the 0x… number). The fix differs depending on whether it’s “source files could not be found” vs “component store corrupt” vs “pending reboot”, etc.
What I need from your next attempt
After you run the controlled 22H2 setup again, reply with:
1) The
exact message at the end (and any code if shown)
2) The
last ~60 lines of
C:\$WINDOWS.~BT\Sources\Panther\setuperr.log
3) Your
DISM error code from
/RestoreHealth
With that, we can stop guessing and pinpoint the exact blocker (often it’s one specific driver/service or a servicing-store issue).
700GB free rules out the usual “not enough space” issue — good. If the
22H2 setup fails without ever rebooting, that almost always means it’s failing in the
online/pre-check phase (compat/driver check, servicing stack/component store, or dynamic update/download step), not the “SAFE_OS / first reboot” phase.
1) Why your Panther logs show 2023
That can happen for two reasons:
- The logs are being reused/appended from older upgrade attempts (very common). The folder timestamp can be “new” even when the log contains older entries.
- Your system clock was wrong during past attempts (worth checking).
Quick check: confirm Windows clock is correct: Settings →
Time & Language →
Date & time → enable
Set time automatically + correct time zone.
Most important: even if the file contains old dates, the
real failure is usually at the
bottom of
setuperr.log /
setupact.log. Scroll to the end and you should see the most recent attempt.
2) Force Windows Setup to generate “fresh” logs (recommended)
To avoid digging through old 2023 attempts, do this before you try 22H2 again:
- Disk Cleanup(built-in)
- Start → type Disk Cleanup → run it
- Click Clean up system files
- Check these if present:
- Temporary Windows installation files
- Previous Windows installation(s) (if present)
- Windows upgrade log files
- OK / delete
This is the safest way to clear out old
$WINDOWS.~BT remnants so the next run produces clean new Panther logs.
3) Run 22H2 again in the most “controlled” way (no downloads, no interference)
- Do a Clean Boot:
- Win+R →
msconfig
- Services tab → Hide all Microsoft services → Disable all
- Startup tab → open Task Manager → disable everything
- Reboot
- Mount your Windows 10 22H2 ISO and run setup with Dynamic Update disabled:
- Open Command Prompt (Admin)
- Run (replace
D: with your mounted ISO drive):
D:\setup.exe /DynamicUpdate disable
This prevents Setup from trying to “phone home” for drivers/updates during the upgrade (which can cause failures that never reach reboot).
- After it fails, immediately grab these:
C:\$WINDOWS.~BT\Sources\Panther\setuperr.log
C:\$WINDOWS.~BT\Sources\Panther\setupact.log
If you can’t upload them yet,
paste the last ~60 lines of setuperr.log (the bottom is what matters).
4) SetupDiag only opening the help page
That usually means you didn’t actually run the
SetupDiag.exe analyzer (or Windows is treating it like “open with browser/help”).
Try this exact method:
- Put
SetupDiag.exe on your Desktop
- Open Command Prompt (Admin)
- Run:
Code:
cd /d "%USERPROFILE%\Desktop"
SetupDiag.exe /Output:"%USERPROFILE%\Desktop\SetupDiagResults.log"
- Then upload SetupDiagResults.log
5) About DISM errors (yes, they matter)
If DISM is reporting corruption, it can block upgrades. The correct “repair” is often
DISM with an ISO source (not just running the same command repeatedly). The working format looks like:
dism /online /cleanup-image /restorehealth /source:wim:X:\sources\install.wim:1 /limitaccess
When you get a moment, paste your
exact DISM error code (the 0x… number). The fix differs depending on whether it’s “source files could not be found” vs “component store corrupt” vs “pending reboot”, etc.
What I need from your next attempt
After you run the controlled 22H2 setup again, reply with:
1) The
exact message at the end (and any code if shown)
2) The
last ~60 lines of
C:\$WINDOWS.~BT\Sources\Panther\setuperr.log
3) Your
DISM error code from
/RestoreHealth
With that, we can stop guessing and pinpoint the exact blocker (often it’s one specific driver/service or a servicing-store issue).
here is some of the setupact file.
2026-02-23 20:30:56, Info MOUPG WimLayout: Leaving Execute Method
2026-02-23 20:30:56, Warning MOUPG CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2004]
2026-02-23 20:30:56, Warning MOUPG CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2003]
2026-02-23 20:30:56, Info MOUPG ProgressHandlerAction: Sending final progress message for action [0].
2026-02-23 20:30:56, Info MOUPG ProgressHandlerAction FinalUpdate: 0x0, 0x64 / 0x64, 0x5E
2026-02-23 20:30:56, Info MOUPG Action: 100%, Delta: 98.56s, 100 ticks, Avg: 1.015 ticks/s
2026-02-23 20:30:56, Info MOUPG Action progress: [100%]
2026-02-23 20:30:56, Info MOUPG Task progress: [100%]
2026-02-23 20:30:56, Info MOUPG Overall progress: [100%]
2026-02-23 20:30:56, Info MOUPG Mapped Global progress: [100%]
2026-02-23 20:30:56, Info MOUPG ProgressHandlerAction: Sending final progress message for action [0].
2026-02-23 20:30:56, Info MOUPG ProgressHandlerAction FinalUpdate: 0x0, 0x64 / 0x64, 0x64
2026-02-23 20:30:56, Info MOUPG Signalling actions thread to shut down.
2026-02-23 20:30:56, Info MOUPG Waiting for actions thread to exit.
2026-02-23 20:30:56, Info MOUPG Actions thread has exited.
2026-02-23 20:30:56, Warning MOUPG CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2004]
2026-02-23 20:30:56, Warning MOUPG CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2000]
2026-02-23 20:30:56, Warning MOUPG CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x3000]
2026-02-23 20:30:56, Info MOUPG DlpTask: Leaving Execute Method
2026-02-23 20:30:56, Info MOUPG SetupManager: Successfully completed current mode
2026-02-23 20:30:56, Info MOUPG CSetupUIManager: Showing exiting Setup
2026-02-23 20:30:56, Info MOUPG CInstallUI::ShowExitingSetup: Posted MSG_INSTALLUI_SWITCH_TO_PROGRESS_PAGE
2026-02-23 20:30:56, Info MOUPG SetupManager::OpenOrCreateTask: Creating new task [Exit].
2026-02-23 20:30:56, Info MOUPG CreateTask: Name = [Exit], WorkingPath = [C:\$Windows.~WS\Sources], TransportId = [00000000-0000-0000-0000-000000000000], Flags = [0x0]
2026-02-23 20:30:56, Info MOUPG Finalize: Entering Prepare Method
2026-02-23 20:30:56, Info MOUPG Finalize: Leaving Prepare Method
2026-02-23 20:30:56, Info MOUPG DlpTask: Entering Execute Method
2026-02-23 20:30:56, Info MOUPG DlpTask: Transport not set. Skipping download phase.
2026-02-23 20:30:56, Info MOUPG DlpTask: Executing Actions...
2026-02-23 20:30:56, Info MOUPG Action execution thread timeout period: [1000 ms]
2026-02-23 20:30:56, Error MOUPG CSetupManager::GetDUSetupResults(6511): Result = 0x80070490
2026-02-23 20:30:56, Info MOUPG InitializeRoutine: MOSETUP_ACTION_IMAGE_EXIT
2026-02-23 20:30:56, Info MOUPG ImageExit: Initializing SetupResult: [0x0]
2026-02-23 20:30:56, Info MOUPG ImageExit: Initializing Extended: [0xb0003]
2026-02-23 20:30:56, Info MOUPG ImageExit: Initializing Scenario: [7]
2026-02-23 20:30:56, Info MOUPG ImageExit: Initializing Mode: [8]
2026-02-23 20:30:56, Info MOUPG ImageExit: Initializing Target: [C]
2026-02-23 20:30:56, Info MOUPG ImageExit: Initializing SQM: [TRUE]
2026-02-23 20:30:56, Info MOUPG ImageExit: Initializing PostReboot: [FALSE]
2026-02-23 20:30:56, Info MOUPG ProgressHandlerAction: Sending initial progress message for action [0].
2026-02-23 20:30:56, Warning MOUPG CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2002]
2026-02-23 20:30:56, Info MOUPG CInstallUI::OnActionChanged
2026-02-23 20:30:56, Info MOUPG CInstallUI::OnActionChanged: Exit is requested. Ignoring OnActionChanged
2026-02-23 20:30:56, Info MOUPG Finalize: Entering Execute Method
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Identifier -> [FinalizeExit]
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Loading Setup Platform...
2026-02-23 20:30:56, Info MOUPG CInstallUI::CInstallUIMessageWindow::SwitchToProgressPage
2026-02-23 20:30:56, Info MOUPG CInstallUI::SwitchToProgressPage
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Determine if the expected version of Setup Platform has been loaded...
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Platform and Setup binaries match!
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Attempting resurrect of Setup Platform object...
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Creating Setup Platform object...
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Setup Platform object created!
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Enable diagnosis mode
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Setting Correlation vector
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Persisting telemetry data
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Restartable: [yes]
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Not persisting telemetry data
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Resurrecting NewSystem object from [C:\$Windows.~BT\Sources]
2026-02-23 20:30:56, Warning MOUPG ImageExit: Unable to resurrect NewSystem object. hr=0x80070002
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Upload telemetry data
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Setting Watson bucketing parameter -> [0]=[7]
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Setting Watson bucketing parameter -> [1]=[8]
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Setting Watson bucketing parameter -> [4]=[0x0]
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Setting Watson bucketing parameter -> [5]=[0xB0003]
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Setting Watson bucketing parameter -> [3]=[0]
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Setting Watson bucketing parameter -> [6]=[17763]
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Setting Watson bucketing parameter -> [7]=[rs5_release]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [SetupBuildString]=[10.0.19041.572.x86fre.vb_release_svc_prod1.201007-1724] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SetupCompilationType]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SetupVersionMajor]=[0xA] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SetupVersionMinor]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SetupVersionBuildNumber]=[0x4A61] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SetupVersionCSDBuildNumber]=[0x23C] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SetupBuildDate]=[0x3112F] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [SetupBranchName]=[vb_release_svc_prod1] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SetupBranchHash]=[0x4C0851F0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SystemPhysicalMemory]=[0x1FF4F68] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SystemProcessorCount]=[0x8] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SystemCpuModel]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SystemProcessorArchitecture]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [SystemManufacturer]=[ASUSTeK COMPUTER INC.] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [SystemProductName]=[GL503VMF] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [SystemCpuDescription]=[Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [NativeProcessorArchitecture]=[0x9] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [Setup360Scenario]=[0x7] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [Setup360Mode]=[0x8] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [IsWebSetupCreatedMedia]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [LegacySetupInterrupt]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [ReflectDrivers]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [PostRollbackContext]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SetupUpgradeAttempts]=[0xA] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SetupPriority]=[0x1] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [EulaTime]=[0x22] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [WebSetupInputMediaType]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [WebSetupInputUpgradeNow]=[0x1] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [WebSetupDownloadTotalTime]=[0x131] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [DecryptTime]=[0xB] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [WimLayoutTime]=[0x62] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [HostOsMajorVersion]=[0xA] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [HostOsMinorVersion]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [HostOsBuildNumber]=[0x4563] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [HostOsArchitecture]=[0x2] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [HostOsStageType]=[0x1] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [HostOsEditionType]=[0x2] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SetupFailureCount]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [HostOsLanguage]=[0x409] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [HostOsSkuId]=[0x2BD] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [HostOsSuiteMask]=[0x300] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [HostOsProductType]=[0x1] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [HostOsCompact]=[0x1] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [HostOsWimBoot]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SourceOsMajorVersion]=[0xA] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SourceOsMinorVersion]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SourceOsBuildNumber]=[0x4563] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [SourceOsBuildQFE]=[0x629] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [QUADWORD] -> [SetupStartTime]=[0x1dca53cd65f5104] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [WuId]=[214c0972-465e-43b1-8469-d34a30dd97f3] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [WebSetupOnlineStoreVersion]=[1.4.1] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [WebSetupInputDefaultLang]=[en-us] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [WebSetupInputDefaultEdition]=[Core] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [WebSetupInputDefaultArch]=[x64] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [WebSetupTransport]=[3d5edec5-37a4-4a4f-b5be-9a0a396c2f85] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [HostOsEditionId]=[Core] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [HostOsInstallationType]=[Client] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [HostOsSkuName]=[Windows 10 Home] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [HostOsBranchName]=[rs5_release] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [SourceOsEditionId]=[Core] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [STRING] -> [SourceOsLanguage]=[en-US] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Warning MOUPG Finalize: Compat instance not found.
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Upload telemetry data
2026-02-23 20:30:56, Info MOUPG Finalize: Reporting result value: [0x0]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [Setup360MappedResult]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [Setup360Result]=[0x0] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [Setup360Extended]=[0xB0003] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [CUSTOM] -> [WindowsUpdateExit] -> [Web360][ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [CUSTOM] -> [UnexpectedEvent] -> [Web360][ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][214c0972-465e-43b1-8469-d34a30dd97f3][][Succeeded][Windows 10 Home][17763][7][8][0x0][0xB0003][19041]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: TraceOneSettingsEvent -> [0x0][0][os=windows;scenarioId=7;platformEdition=Core;platformInstallationType=Client;sku=101;AppVer=10.0.19041.572;appBuildLab=vb_release_svc_prod1][][Web360][ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG Finalize: Retrieving downlevel ticks from registry...
2026-02-23 20:30:56, Info MOUPG Finalize: Converting [98] downlevel ticks to seconds...
2026-02-23 20:30:56, Info MOUPG Finalize: Reporting total downlevel time: [490 seconds]
2026-02-23 20:30:56, Info MOUPG CSetupDiagnostics: Tracing Data [DWORD] -> [Setup360DownlevelTime]=[0x1EA] [ca535717-fa75-48d0-a3c8-d01fdfb9cef8][][][0x7]
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: Release Identifier -> [FinalizeExit]
2026-02-23 20:30:56, Info MOUPG MoSetupPlatform: SuspendAndReleasing Setup Platform object...
2026-02-23 20:30:57, Info MOUPG MoSetupPlatform: Setup Platform object suspended!
2026-02-23 20:30:57, Info MOUPG MoSetupPlatform: Setup Platform object released!
2026-02-23 20:30:57, Info MOUPG Finalize: Leaving Execute Method
2026-02-23 20:30:57, Warning MOUPG CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2004]
2026-02-23 20:30:57, Warning MOUPG CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2003]
2026-02-23 20:30:57, Warning MOUPG CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2001]
2026-02-23 20:30:57, Info MOUPG ProgressHandlerAction: Sending final progress message for action [0].
2026-02-23 20:30:57, Info MOUPG ProgressHandlerAction FinalUpdate: 0x0, 0x0 / 0x0, 0x0
2026-02-23 20:30:57, Info MOUPG ProgressHandlerAction: Sending final progress message for action [0].
2026-02-23 20:30:57, Info MOUPG ProgressHandlerAction FinalUpdate: 0x0, 0x0 / 0x0, 0x0
2026-02-23 20:30:57, Info MOUPG Signalling actions thread to shut down.
2026-02-23 20:30:57, Info MOUPG Waiting for actions thread to exit.
2026-02-23 20:30:57, Info MOUPG Actions thread has exited.
2026-02-23 20:30:57, Warning MOUPG CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2004]
2026-02-23 20:30:57, Warning MOUPG CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2000]
2026-02-23 20:30:57, Warning MOUPG CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x3000]
2026-02-23 20:30:57, Info MOUPG DlpTask: Leaving Execute Method
2026-02-23 20:30:57, Info MOUPG SetupManager: Launching setup.
2026-02-23 20:30:57, Info MOUPG SetupMgr: Deleting environment variable SP_UPLOAD_ASIMOV.
2026-02-23 20:30:57, Info MOUPG SetupManager: Requesting cleanup level [0x1] from parent process.
2026-02-23 20:30:57, Info MOUPG SetupManager: Resetting WinDlp state for full cleanup...
2026-02-23 20:30:57, Error MOUPG CDlpTask::Cancel(982): Result = 0xC1800104
2026-02-23 20:30:57, Error MOUPG CDlpTask::Cancel(982): Result = 0xC1800104
2026-02-23 20:30:57, Error MOUPG CDlpTask::Cancel(982): Result = 0xC1800104
2026-02-23 20:30:57, Error MOUPG CDlpTask::Cancel(982): Result = 0xC1800104
2026-02-23 20:30:57, Info MOUPG CSetupUIManager: Showing exiting Setup
2026-02-23 20:30:57, Info MOUPG CInstallUI::Quit: Posted MSG_INSTALLUI_FORCE_QUIT
2026-02-23 20:30:57, Info MOUPG CInstallUI::CInstallUIMessageWindow::ForceQuit
2026-02-23 20:30:57, Info MOUPG Force ending Message pump
2026-02-23 20:30:57, Info MOUPG CInstallUI::ExitInstance
2026-02-23 20:30:57, Info MOUPG SetupUI: Calling PowerClearRequest with type [0x1]...
2026-02-23 20:30:57, Info MOUPG SetupUI: Power request cleared!
2026-02-23 20:30:57, Info MOUPG **************** SetupHost Logging End ****************
Here is the Setuperr.
2026-02-23 20:22:41, Error MOUPG CInstallUI::GetDefaultLanguage(2027): Result = 0x80070002[gle=0x00000002]
2026-02-23 20:30:56, Error MOUPG CSetupManager::GetDUSetupResults(6511): Result = 0x80070490
2026-02-23 20:30:57, Error MOUPG CDlpTask::Cancel(982): Result = 0xC1800104
2026-02-23 20:30:57, Error MOUPG CDlpTask::Cancel(982): Result = 0xC1800104
2026-02-23 20:30:57, Error MOUPG CDlpTask::Cancel(982): Result = 0xC1800104
2026-02-23 20:30:57, Error MOUPG CDlpTask::Cancel(982): Result = 0xC1800104