There are always small variances due to certain in-situ optimizations and differences. Having less (or more fragmented) memory available might result in slightly worse compression, for example. It's unfortunately not like compiling, where the code can be optimized to give a bit-identical result every time.
https://forums.mydigitallife.net/posts/1870594 Seems the same error... Something you did after the succesfull integration, here, caused this again.
Some cryptic info from the blog: I have no idea what BLB is doing these days, maybe on the ganja too?
I get this dism error while applying Windows11.0-KB5062669-x64.msu (26200.5722) update over 26200.5710 Code: 2025-07-19 15:18:29, Error CDeploymentSession::IsRangeRequestSupported(4504): Result = 0x80040154 2025-07-19 15:18:29, Error IsRangeRequestSupported failed with: [80040154 [Error,Facility=FACILITY_ITF,Code=340 (0x0154)]]. Setting RangeRequestSupported to FALSE 2025-07-19 15:22:24, Error CDeploymentSession::IsRangeRequestSupported(4504): Result = 0x80040154 2025-07-19 15:22:24, Error IsRangeRequestSupported failed with: [80040154 [Error,Facility=FACILITY_ITF,Code=340 (0x0154)]]. Setting RangeRequestSupported to FALSE 2025-07-29 08:14:01, Error CDeploymentSession::IsRangeRequestSupported(4621): Result = 0x80040154 2025-07-29 08:14:01, Error IsRangeRequestSupported failed with: [80040154 [Error,Facility=FACILITY_ITF,Code=340 (0x0154)]]. Setting RangeRequestSupported to FALSE 2025-07-29 08:18:07, Error CDeploymentSession::IsRangeRequestSupported(4621): Result = 0x80040154 2025-07-29 08:18:07, Error IsRangeRequestSupported failed with: [80040154 [Error,Facility=FACILITY_ITF,Code=340 (0x0154)]]. Setting RangeRequestSupported to FALSE 2025-07-29 08:24:24, Error ICbsServicingProcessor->Process for the non-SSU packages failed: 800f0991 [Error,Facility=(000f),Code=2449 (0x0991)] 2025-07-29 08:24:24, Error Staging packages failed, hrControllerResult = -2146498159 2025-07-29 08:24:24, Error CDeploymentSession::Install::<lambda_1>::operator ()(9618): Result = 0x800F0991 2025-07-29 08:24:47, Error DISM DISM Package Manager: PID=10972 TID=12404 Installation failed. - CDISMPackageManager::ProcessWithUpdateAgent(hr:0x800f0991) 2025-07-29 08:24:47, Error DISM DISM Package Manager: PID=10972 TID=12404 Failed to install UUP package. - CMsuPackage::DoInstall(hr:0x800f0991) 2025-07-29 08:24:47, Error DISM DISM Package Manager: PID=10972 TID=12404 Failed to execute the install in expanded MSU folder C:\Users\PC4\AppData\Local\Temp\EC034E62-A063-49B5-A71E-8C926DE8BEB6. - CMsuPackage::ProcessMsu(hr:0x800f0991) 2025-07-29 08:24:47, Error DISM DISM Package Manager: PID=10972 TID=12404 Failed to apply the MSU unattend file to the image. - CMsuPackage::Install(hr:0x800f0991) 2025-07-29 08:26:43, Error DISM DISM Package Manager: PID=10972 TID=12404 Failed while processing command add-package. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f0991) 2025-07-29 08:26:43, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=800F0991
Yes, but you have Dev LCU installed KB5062669 (Beta LCU) might not be fully compatible (PSFX delta files)
Hi, I don't know if this is the right place to ask this. I'm working with W11 24h2 and I need the latest ADK. The page only has the December 2024 version available. The W10MUI folder has some options to download it, but the adksetup.exe and adkwinpesetup.exe files don't exist. Can anyone tell me where I can get the latest versions? Thanks!
BTW everyone, the Insider Preview tag is not there on 26200.5722 build onward. Which means this will become 25H2 RTM eventually.
https://forums.mydigitallife.net/posts/1885566 https://forums.mydigitallife.net/posts/1885588 https://forums.mydigitallife.net/posts/1885593 And of course 25H2 will eventually go public.
I recently serviced Windows 11 Education with updates using W10UI with an offline wim. I checked the component store of the target 22621 .1 install.wim and everything was fine. After W10U created the updated image, I mounted the new wim and this time I get a DISM error 3 running /Scanhealth. I also tried /Restorehealth with the source install.wim which ended with the same error. Is this a known problem and is there anyway to fix this? Spoiler: Install.wim Code: c:\>dism /Mount-Wim /WimFile:U:\$W1\$0_WUI\x64\2022_educ\sources\Install.wim /index:1 /mountdir:d:\Offline Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Mounting image [==========================100.0%==========================] The operation completed successfully. c:\>Dism /Image:d:\offline /Cleanup-Image /ScanHealth Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.22621.1 [==========================100.0%==========================] No component store corruption detected. Spoiler: W11Edu+07.wim Code: c:\>dism /Mount-Wim /WimFile:U:\$W1\$0_WUI\x64\2022_educ\W11Edu+07.wim /index:1 /mountdir:d:\Offline Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Mounting image [==========================100.0%==========================] The operation completed successfully. c:\>Dism /Image:d:\offline /Cleanup-Image /ScanHealth Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.22631.5624 [===========================91.2%==================== ] Error: 3 The system cannot find the path specified. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log Spoiler: DISM.log Code: 2025-08-01 14:19:03, Info DISM DISM.EXE: Executing command line: dism /Unmount-Wim /MountDir:d:\Offline /discard [5092.2428] Received unmount request. [5092.2428] Unmount complete. [5092.5968] Wimserv exiting per terminate event. [5092.5968] Wimserv stopped. 2025-08-01 14:20:13, Info DISM DISM.EXE: Image session has been closed. Reboot required=no. 2025-08-01 14:20:13, Info DISM DISM.EXE: 2025-08-01 14:20:13, Info DISM DISM.EXE: <----- Ending Dism.exe session -----> 2025-08-01 14:20:13, Info DISM DISM.EXE: 2025-08-01 14:22:05, Info DISM PID=2712 TID=3924 Scratch directory set to 'C:\Users\-----\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir 2025-08-01 14:22:05, Info DISM PID=2712 TID=3924 DismCore.dll version: 10.0.26100.4652 - CDISMManager::FinalConstruct 2025-08-01 14:22:05, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log 2025-08-01 14:22:05, Info DISM PID=2712 TID=3924 Successfully loaded the ImageSession at "C:\Windows\system32\Dism" - CDISMManager::LoadLocalImageSession 2025-08-01 14:22:05, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log 2025-08-01 14:22:05, Info DISM DISM Provider Store: PID=2712 TID=3924 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger 2025-08-01 14:22:05, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log 2025-08-01 14:22:05, Info DISM DISM Manager: PID=2712 TID=3924 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession 2025-08-01 14:22:05, Info DISM DISM.EXE: 2025-08-01 14:22:05, Info DISM DISM.EXE: <----- Starting Dism.exe session -----> 2025-08-01 14:22:05, Info DISM DISM.EXE: 2025-08-01 14:22:05, Info DISM DISM.EXE: Host machine information: OS Version=10.0.26100, Running architecture=amd64, Number of processors=22 2025-08-01 14:22:05, Info DISM DISM.EXE: Instance information: Parent process=C:\Windows\System32\cmd.exe, Parent process PID=10644 2025-08-01 14:22:05, Info DISM DISM.EXE: Dism.exe version: 10.0.26100.1150 2025-08-01 14:22:05, Info DISM DISM.EXE: Executing command line: dism /Mount-Wim /WimFile:U:\$W1\$0_WUI\x64\2022_educ\W11Edu+07.wim /index:1 /mountdir:d:\Offline [2712.3924] Mounting new image. Wim: [U:\$W1\$0_WUI\x64\2022_educ\W11Edu+07.wim] Image Index: [1] Mount Guid: [9bd3c32b-a26c-448b-be9f-da857496d995] Mount Path: [d:\Offline] [2712.3924] Wimserv process started for mount guid 9bd3c32b-a26c-448b-be9f-da857496d995; PID is 2704 [2704.10424] Registered log file(s) for mount of wim at U:\$W1\$0_WUI\x64\2022_educ\W11Edu+07.wim. [2704.10424] Mount complete. 2025-08-01 14:22:38, Info DISM DISM.EXE: Image session has been closed. Reboot required=no. 2025-08-01 14:22:38, Info DISM DISM.EXE: 2025-08-01 14:22:38, Info DISM DISM.EXE: <----- Ending Dism.exe session -----> 2025-08-01 14:22:38, Info DISM DISM.EXE: 2025-08-01 14:24:32, Info DISM PID=9604 TID=4876 Scratch directory set to 'C:\Users\-----\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir 2025-08-01 14:24:32, Info DISM PID=9604 TID=4876 DismCore.dll version: 10.0.26100.4652 - CDISMManager::FinalConstruct 2025-08-01 14:24:32, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log 2025-08-01 14:24:32, Info DISM PID=9604 TID=4876 Successfully loaded the ImageSession at "C:\Windows\system32\Dism" - CDISMManager::LoadLocalImageSession 2025-08-01 14:24:32, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log 2025-08-01 14:24:32, Info DISM DISM Provider Store: PID=9604 TID=4876 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger 2025-08-01 14:24:32, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log 2025-08-01 14:24:32, Info DISM DISM Manager: PID=9604 TID=4876 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession 2025-08-01 14:24:32, Info DISM DISM.EXE: 2025-08-01 14:24:32, Info DISM DISM.EXE: <----- Starting Dism.exe session -----> 2025-08-01 14:24:32, Info DISM DISM.EXE: 2025-08-01 14:24:32, Info DISM DISM.EXE: Host machine information: OS Version=10.0.26100, Running architecture=amd64, Number of processors=22 2025-08-01 14:24:32, Info DISM DISM.EXE: Instance information: Parent process=C:\Windows\System32\cmd.exe, Parent process PID=10644 2025-08-01 14:24:32, Info DISM DISM.EXE: Dism.exe version: 10.0.26100.1150 2025-08-01 14:24:32, Info DISM DISM.EXE: Executing command line: Dism /Image:d:\offline /Cleanup-Image /ScanHealth 2025-08-01 14:24:32, Info DISM DISM FFU Provider: PID=9604 TID=4876 [d:\offline] is not recognized by the DISM FFU provider. - CFfuImage::Initialize 2025-08-01 14:24:32, Info DISM DISM Imaging Provider: PID=9604 TID=4876 The provider FfuManager does not support CreateDismImage on d:\offline - CGenericImagingManager::CreateDismImage 2025-08-01 14:24:32, Info DISM DISM VHD Provider: PID=9604 TID=4876 [d:\offline] is not recognized by the DISM VHD provider. - CVhdImage::Initialize 2025-08-01 14:24:32, Info DISM DISM Imaging Provider: PID=9604 TID=4876 The provider VHDManager does not support CreateDismImage on d:\offline - CGenericImagingManager::CreateDismImage 2025-08-01 14:24:33, Info DISM DISM Manager: PID=9604 TID=4876 physical location path: d:\offline - CDISMManager::CreateImageSession 2025-08-01 14:24:33, Info DISM DISM Manager: PID=9604 TID=4876 Event name for current DISM session is Global\__?_Volume{7faaf8b0-3085-01db-583c-51ba4298ed00}__1957274784_4521984_99897 - CDISMManager::CheckSessionAndLock 2025-08-01 14:24:33, Info DISM DISM Manager: PID=9604 TID=4876 Create session event 0x32c for current DISM session and event name is Global\__?_Volume{7faaf8b0-3085-01db-583c-51ba4298ed00}__1957274784_4521984_99897 - CDISMManager::CheckSessionAndLock 2025-08-01 14:24:33, Info DISM DISM Manager: PID=9604 TID=4876 Copying DISM from "d:\offline\Windows\System32\Dism" - CDISMManager::CreateImageSessionFromLocation 2025-08-01 14:24:33, Info DISM DISM Manager: PID=9604 TID=4876 Successfully loaded the ImageSession at "C:\Users\-----\AppData\Local\Temp\B915D3EA-72DE-4058-BC69-754E4D83AA7C" - CDISMManager::LoadRemoteImageSession 2025-08-01 14:24:33, Info DISM DISM Image Session: PID=3272 TID=6052 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore 2025-08-01 14:24:33, Info DISM DISM OS Provider: PID=3272 TID=6052 Defaulting SystemPath to d:\offline - CDISMOSServiceManager::Final_OnConnect 2025-08-01 14:24:33, Info DISM DISM OS Provider: PID=3272 TID=6052 Defaulting Windows folder to d:\offline\Windows - CDISMOSServiceManager::Final_OnConnect 2025-08-01 14:24:33, Info DISM DISM Provider Store: PID=3272 TID=6052 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect 2025-08-01 14:24:33, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log 2025-08-01 14:24:33, Info DISM DISM Provider Store: PID=3272 TID=6052 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger 2025-08-01 14:24:33, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log 2025-08-01 14:24:33, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log 2025-08-01 14:24:33, Info DISM DISM Manager: PID=9604 TID=4876 Image session successfully loaded from location: C:\Users\-----\AppData\Local\Temp\B915D3EA-72DE-4058-BC69-754E4D83AA7C - CDISMManager::CreateImageSession 2025-08-01 14:24:33, Info DISM DISM OS Provider: PID=3272 TID=6052 Setting SystemPath to d:\offline - CDISMOSServiceManager::SetSystemPath 2025-08-01 14:24:34, Info DISM DISM.EXE: Target image information: OS Version=10.0.22631.5624, Image architecture=amd64 2025-08-01 14:24:34, Info DISM DISM.EXE: Image session version: 10.0.22621.1 2025-08-01 14:24:34, Info DISM DISM Transmog Provider: PID=3272 TID=6052 Current image session is [OFFLINE] - CTransmogManager::GetMode 2025-08-01 14:24:34, Info DISM DISM OS Provider: PID=3272 TID=6052 Determined System directory to be d:\offline\Windows\System32 - CDISMOSServiceManager::get_SystemDirectory 2025-08-01 14:24:34, Info DISM DISM Transmog Provider: PID=3272 TID=6052 Determined WinDir path = [d:\offline\Windows] - CTransmogManager::GetWinDirPath 2025-08-01 14:24:34, Info DISM DISM Transmog Provider: PID=3272 TID=6052 GetProductType: ProductType = [WinNT] - CTransmogManager::GetProductType 2025-08-01 14:24:34, Info DISM DISM Transmog Provider: PID=3272 TID=6052 Product Type: [WinNT] - CTransmogManager::Initialize 2025-08-01 14:24:34, Info DISM DISM Transmog Provider: PID=3272 TID=6052 Product Type ServerNT : [No] - CTransmogManager::Initialize 2025-08-01 14:24:34, Info CSI 00000001 Shim considered [l:134]'\??\d:\offline\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.5619_none_e92fb89842f17c05\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND 2025-08-01 14:24:34, Info CSI 00000002 Shim considered [l:131]'\??\d:\offline\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.5619_none_e92fb89842f17c05\wcp.dll' : got STATUS_SUCCESS 2025-08-01 14:24:34, Info DISM DISM Driver Manager: PID=3272 TID=6052 Further logs for driver related operations can be found in the target operating system at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize 2025-08-01 14:24:34, Info DISM DISM Package Manager: PID=3272 TID=6052 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize 2025-08-01 14:24:34, Info CSI 00000001 Shim considered [l:134]'\??\d:\offline\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.5619_none_e92fb89842f17c05\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND 2025-08-01 14:24:34, Info CSI 00000002 Shim considered [l:131]'\??\d:\offline\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.5619_none_e92fb89842f17c05\wcp.dll' : got STATUS_SUCCESS 2025-08-01 14:24:34, Info CBS Universal Time is: 2025-08-01 12:24:34.929 2025-08-01 14:24:34, Info CBS Failed to find a matching version for servicing stack: d:\offline\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.5619_none_e92fb89842f17c05\ [HRESULT = 0x80070490 - ERROR_NOT_FOUND] 2025-08-01 14:24:34, Info CBS Failed to find servicing stack directory in online store. [HRESULT = 0x80070490 - ERROR_NOT_FOUND] 2025-08-01 14:24:34, Info CBS Offline servicing, using stack version from: d:\offline\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.5619_none_e92fb89842f17c05\cbscore.dll 2025-08-01 14:24:34, Info CBS Loaded Servicing Stack v10.0.22621.5619 with Core: d:\offline\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.5619_none_e92fb89842f17c05\cbscore.dll 2025-08-01 14:24:34, Info CBS Setting core mode: CbsCoreModeOffline 2025-08-01 14:24:34, Info CSI 00000001@2025/8/1:12:24:34.961 WcpInitialize: wcp.dll version 10.0.22621.5619 (WinBuild.160101.0800) 2025-08-01 14:24:34, Info CBS TurboContainer load Successful 2025-08-01 14:24:34, Info CBS Lock: New lock added: CCbsSessionManager, level: 11, total lock:9 2025-08-01 14:24:34, Info CBS Lock: New lock added: CSIInventoryCriticalSection, level: 64, total lock:10 2025-08-01 14:24:34, Info DISM DISM Package Manager: PID=3272 TID=6052 Loaded servicing stack for offline use only. - CDISMPackageManager::CreateCbsSession 2025-08-01 14:24:34, Info CBS Lazy store initialization mode 2025-08-01 14:24:34, Info CSI 00000001 Shim considered [l:134]'\??\d:\offline\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.5619_none_e92fb89842f17c05\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND 2025-08-01 14:24:34, Info CSI 00000002 Shim considered [l:131]'\??\d:\offline\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.5619_none_e92fb89842f17c05\wcp.dll' : got STATUS_SUCCESS 2025-08-01 14:24:35, Info DISM DISM Package Manager: PID=3272 TID=9124 Processing the top level command token(cleanup-image). - CPackageManagerCLIHandler::Private_ValidateCmdLine 2025-08-01 14:24:35, Info DISM DISM Package Manager: PID=3272 TID=9124 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine 2025-08-01 14:24:35, Info DISM DISM Package Manager: PID=3272 TID=9124 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine 2025-08-01 14:24:35, Info DISM DISM Package Manager: PID=3272 TID=9124 CBS session options=0x0! - CDISMPackageManager::Internal_Finalize 2025-08-01 14:24:35, Info CBS Lazy store initialization mode, fully initialize. 2025-08-01 14:24:35, Info CBS Offline image is writable 2025-08-01 14:24:35, Info CBS Loading offline registry hive: SOFTWARE, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/SOFTWARE' from path '\\?\d:\offline\Windows\System32\config\SOFTWARE'. 2025-08-01 14:24:35, Info CBS Loading offline registry hive: SYSTEM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/SYSTEM' from path '\\?\d:\offline\Windows\System32\config\SYSTEM'. 2025-08-01 14:24:35, Info CBS Loading offline registry hive: SECURITY, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/SECURITY' from path '\\?\d:\offline\Windows\System32\config\SECURITY'. 2025-08-01 14:24:35, Info CBS Loading offline registry hive: SAM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/SAM' from path '\\?\d:\offline\Windows\System32\config\SAM'. 2025-08-01 14:24:35, Info CBS Loading offline registry hive: COMPONENTS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/COMPONENTS' from path '\\?\d:\offline\Windows\System32\config\COMPONENTS'. 2025-08-01 14:24:35, Info CBS Loading offline registry hive: DRIVERS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/DRIVERS' from path '\\?\d:\offline\Windows\System32\config\DRIVERS'. 2025-08-01 14:24:35, Info CBS Loading offline registry hive: DEFAULT, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/DEFAULT' from path '\\?\d:\offline\Windows\System32\config\DEFAULT'. 2025-08-01 14:24:35, Info CBS Loading offline registry hive: ntuser.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Users/Default/ntuser.dat' from path '\\?\d:\offline\Users\Default\ntuser.dat'. 2025-08-01 14:24:35, Info CBS Loading offline registry hive: schema.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/system32/smi/store/Machine/schema.dat' from path '\\?\d:\offline\Windows\system32\smi\store\Machine\schema.dat'. 2025-08-01 14:24:35, Info CSI 00000002 CSI Store 1947997938016 initialized 2025-08-01 14:24:35, Info CBS Build: 22621.1.amd64fre.ni_release.220506-1250 2025-08-01 14:24:35, Info CBS Virtual Edition: Microsoft-Windows-EducationEdition will be mapped to: Microsoft-Windows-ProfessionalEdition 2025-08-01 14:24:35, Info CBS Session: 3272_4710906 initialized by client DISM Package Manager Provider, external staging directory: (null) 2025-08-01 14:24:35, Info CBS Client specifies manual store corruption detect or repair. 2025-08-01 14:24:35, Info CBS Exec: Session processing started. Client: Manual, Session(DISM Package Manager Provider Store Corruption Detect/Repair): 3272_4710906 2025-08-01 14:24:35, Info CBS FLOW: Entering stage: CheckCbs 2025-08-01 14:24:36, Info CBS Repr: CBS Store check completes 2025-08-01 14:24:36, Info CSI 00000003 StoreCorruptionRepair transaction begun. WcpVersion: [l:38]'10.0.22621.5619 (WinBuild.160101.0800)'. 2025-08-01 14:24:36, Info CSI 00000004@2025/8/1:12:24:36.551 Starting corruption detection (InnerFlags=2) 2025-08-01 14:24:36, Info CBS FLOW: Entering stage: CheckCsi 2025-08-01 14:26:01, Error CSI 00000005@2025/8/1:12:26:01.493 (F) onecore\base\wcp\sil\ntsystem.cpp(3095): Error STATUS_OBJECT_PATH_NOT_FOUND originated in function Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile expression: (null) [gle=0x80004005] 2025-08-01 14:26:01, Info CONX aepic: TRACE,PicRetrieveFileInfo,963,Deprecated flag used: [0x4000] 2025-08-01 14:26:01, Info CONX aepic: TRACE,File::SetBaseFileInfoForPic,596,SetBaseFileInfoForPic: Added orphan file: c:\users\adric\appdata\local\temp\b915d3ea-72de-4058-bc69-754e4d83aa7c\dismhost.exe 2025-08-01 14:26:01, Info CONX aepic: TRACE,File::SetBaseFileInfoForPic,600,Retrieved "c:\users\adric\appdata\local\temp\b915d3ea-72de-4058-bc69-754e4d83aa7c\dismhost.exe" info from file 2025-08-01 14:26:01, Info CBS Added C:\Windows\Logs\DISM\dism.log to WER report. 2025-08-01 14:26:01, Info CBS Not able to add current session file to offline WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND] 2025-08-01 14:26:01, Error CSI 00000006 (F) STATUS_OBJECT_PATH_NOT_FOUND #2801531# from Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile(flags = 0, handle = {provider=NULL, handle=0, name= ("null")}, da = (FILE_GENERIC_READ|FILE_WRITE_ATTRIBUTES|FILE_WRITE_EA|FILE_APPEND_DATA|FILE_WRITE_DATA), oa = @0xa9b057b088->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[117]'\??\d:\offline\Windows\WinSxS\Temp\InFlight\3b333b71df02dc01c2090000c80ca423\EBWebView\x64\EmbeddedBrowserWebView.dll'; a:(OBJ_CASE_INSENSITIVE)}, iosb = @0x[gle=0xd000003a] 2025-08-01 14:26:01, Error CSI a9b057b0d8, as = (null), fa = (FILE_ATTRIBUTE_NORMAL), sa = (FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE), cd = 5, co = (FILE_NON_DIRECTORY_FILE|FILE_SYNCHRONOUS_IO_NONALERT|0x00004000), eab = NULL, eal = 0, disp = Invalid) [gle=0xd000003a] 2025-08-01 14:26:01, Error CSI 00000007 (F) STATUS_OBJECT_PATH_NOT_FOUND #2801530# from Windows::Rtl::SystemImplementation::CDirectory::CreateNewFile(...)[gle=0xd000003a] 2025-08-01 14:26:01, Info CSI 00000008 Direct SIL provider: Number of files opened: 73648. 2025-08-01 14:26:01, Error CSI 00000009 (F) STATUS_OBJECT_PATH_NOT_FOUND #141# from CCSDirect::EnumStoreCorruptions(...)[gle=0xd000003a] 2025-08-01 14:26:01, Error CSI 0000000a (F) HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND) #140# from Windows::COM::CStorePendingStoreRepairTxn_IStorePendingStoreRepairTransaction::Detect(Flags = 4, cancelEvt = 5d0 (''), disp = 0)[gle=0x80070003] 2025-08-01 14:26:01, Error CBS Rept: Failed to call CSI detect. [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND] 2025-08-01 14:26:01, Info CBS Failed to check CSI store. [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND] 2025-08-01 14:26:01, Info CBS 2025-08-01 14:26:01, Info CBS ================================= 2025-08-01 14:26:01, Info CBS Checking System Update Readiness. 2025-08-01 14:26:01, Info CBS 2025-08-01 14:26:01, Info CBS 2025-08-01 14:26:01, Info CBS Summary: 2025-08-01 14:26:01, Info CBS Operation: Detect only 2025-08-01 14:26:01, Info CBS Operation result: 0x80070003 2025-08-01 14:26:01, Info CBS Last Successful Step: CBS store detection completes. 2025-08-01 14:26:01, Info CBS Total Detected Corruption: 0 2025-08-01 14:26:01, Info CBS CBS Manifest Corruption: 0 2025-08-01 14:26:01, Info CBS CBS Metadata Corruption: 0 2025-08-01 14:26:01, Info CBS CSI Manifest Corruption: 0 2025-08-01 14:26:01, Info CBS CSI Metadata Corruption: 0 2025-08-01 14:26:01, Info CBS CSI Payload Corruption: 0 2025-08-01 14:26:01, Info CBS Total Repaired Corruption: 0 2025-08-01 14:26:01, Info CBS CBS Manifest Repaired: 0 2025-08-01 14:26:01, Info CBS CSI Manifest Repaired: 0 2025-08-01 14:26:01, Info CBS CSI Payload Repaired: 0 2025-08-01 14:26:01, Info CBS CSI Store Metadata refreshed: False 2025-08-01 14:26:01, Info CBS Staged Packages: 2025-08-01 14:26:01, Info CBS CBS Staged packages: 0 2025-08-01 14:26:01, Info CBS CBS Staged packages removed: 0 2025-08-01 14:26:01, Info CBS 2025-08-01 14:26:01, Info CBS Total Operation Time: 85 seconds. 2025-08-01 14:26:01, Info CBS Ensure CBS corruption flag is clear 2025-08-01 14:26:01, Info CBS Ensure WCP corruption flag is clear 2025-08-01 14:26:01, Info CBS CheckSur: hrStatus: 0x80070003 [ERROR_PATH_NOT_FOUND], download results: <none> 2025-08-01 14:26:01, Info CBS Count of times corruption detected: 0 2025-08-01 14:26:01, Info CBS Seconds between initial corruption detections: -1 2025-08-01 14:26:01, Info CBS Seconds between corruption and repair: -1 2025-08-01 14:26:01, Info CBS Failed to run Detect and repair. [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND] 2025-08-01 14:26:02, Info CBS Exec: Processing complete, session(Corruption Detecting): 3272_4710906 [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND] 2025-08-01 14:26:02, Info DISM DISM Package Manager: PID=3272 TID=9124 Error in operation: (null) (CBS HRESULT=0x80070003) - CCbsConUIHandler::Error 2025-08-01 14:26:02, Error CBS Session: 3272_4710906 failed to perform store corruption detect and repair operation. [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND] 2025-08-01 14:26:02, Info CBS Session: 3272_4710906 finalized. Reboot required: no [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND] 2025-08-01 14:26:02, Error DISM DISM Package Manager: PID=3272 TID=9124 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x80070003) 2025-08-01 14:26:02, Error DISM DISM Package Manager: PID=3272 TID=9124 Failed processing package changes with session options - CDISMPackageManager::Internal_ProcessChangesWithOptions(hr:0x80070003) 2025-08-01 14:26:02, Error DISM DISM Package Manager: PID=3272 TID=9124 Failed processing package changes with session option CbsSessionOptionDetectStoreCorruption - CDISMPackageManager::ScanHealth(hr:0x80070003) 2025-08-01 14:26:02, Info CBS Deleting directory: \\?\d:\offline\Windows\CbsTemp\3272_4710906\ 2025-08-01 14:26:02, Info CBS Moving directory from \\?\d:\offline\Windows\CbsTemp\3272_4710906\ to \\?\d:\offline\Windows\CbsTemp\{B2D49F6A-3083-4B4E-9EE0-180E0015F6F5} 2025-08-01 14:26:02, Info CBS Deletion of: \\?\d:\offline\Windows\CbsTemp\{B2D49F6A-3083-4B4E-9EE0-180E0015F6F5} successful 2025-08-01 14:26:02, Info CBS Force unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/SOFTWARE 2025-08-01 14:26:02, Info CBS Force unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/SYSTEM 2025-08-01 14:26:02, Info CBS Force unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/SECURITY 2025-08-01 14:26:02, Info CBS Force unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/SAM 2025-08-01 14:26:02, Info CBS Force unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/COMPONENTS 2025-08-01 14:26:02, Info CBS Force unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/DRIVERS 2025-08-01 14:26:02, Info CBS Force unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/System32/config/DEFAULT 2025-08-01 14:26:02, Info CBS Force unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Users/Default/ntuser.dat 2025-08-01 14:26:02, Info CBS Force unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}d:/offline/Windows/system32/smi/store/Machine/schema.dat 2025-08-01 14:26:02, Info CSI 0000000b Direct SIL provider: Number of files opened: 32252. 2025-08-01 14:26:02, Error DISM DISM Package Manager: PID=3272 TID=9124 Failed to restore the image health. - CPackageManagerCLIHandler::ProcessCmdLine_CleanupImage(hr:0x80070003) 2025-08-01 14:26:02, Error DISM DISM Package Manager: PID=3272 TID=9124 Failed while processing command cleanup-image. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80070003) 2025-08-01 14:26:02, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=80070003 2025-08-01 14:26:02, Info DISM DISM Package Manager: PID=3272 TID=6304 Finalizing CBS core. - CDISMPackageManager::Finalize 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: ExecutionEngineFinalize 2025-08-01 14:26:02, Info CBS Execution Engine Finalize 2025-08-01 14:26:02, Info CBS Execution Engine Finalize 2025-08-01 14:26:02, Info CBS Execution Engine Finalize 2025-08-01 14:26:02, Info CBS Execution Engine Finalize 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: ComponentAnalyzerFinalize 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: PackageTrackerFinalize 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: CoreResourcesUnload 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: SessionManagerFinalize 2025-08-01 14:26:02, Info CBS Lock: Lock removed: CSIInventoryCriticalSection, level: 64, total lock:10 2025-08-01 14:26:02, Info CBS Lock: Lock removed: CCbsSessionManager, level: 11, total lock:9 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: CapabilityManagerFinalize 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: GetPublicObjectMonitor::Audit 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: PublicObjectMonitorFinalize 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: Enter vCoreInitializeLock 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: WcpUnload 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: DrupUnload 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: CfgMgr32Unload 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: DpxUnload 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: SrUnload 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: TurboStackUnload 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: TurboContainerUnload 2025-08-01 14:26:02, Info CBS TurboContainer unload Successful 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: CbsEsdUnload 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: CbsOneSettingsFinalize 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: CbsEventUnregister 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: AppContainerUnload 2025-08-01 14:26:02, Info CBS CbsCoreFinalize: WdsUnload, logging from cbscore will end. 2025-08-01 14:26:02, Info DISM DISM Manager: PID=9604 TID=4876 Closing session event handle 0x32c - CDISMManager::CleanupImageSessionEntry 2025-08-01 14:26:02, Info DISM DISM Manager: DeletePath: Attempting to obliterate [C:\Users\-----\AppData\Local\Temp\B915D3EA-72DE-4058-BC69-754E4D83AA7C] (final path [\\?\Volume{884f7897-ef13-4527-95c9-25b2f525df4c}\Users\-----\AppData\Local\Temp\B915D3EA-72DE-4058-BC69-754E4D83AA7C]). 2025-08-01 14:26:02, Info DISM DISM.EXE: Image session has been closed. Reboot required=no. 2025-08-01 14:26:02, Info DISM DISM.EXE: 2025-08-01 14:26:02, Info DISM DISM.EXE: <----- Ending Dism.exe session -----> 2025-08-01 14:26:02, Info DISM DISM.EXE: