Thank you. My problem isn't really a password problem, I've got corrupt system files that are preventing windows from loading and are unable to be repaired by sfc /scannow or the recovery Startup Repair.
I'm trying to avoid having to reinstall windows, only as a last resort. I was able to get the full win 11 latest image (including Install.Wim) onto a bootable USB (F: drive) using Rufus and boot into recovery. But, using the troubleshooting command prompt I just can't figure out why the offline command: DISM / Restorehealth command (Dism /image:C:\ /cleanup-image /restorehealth /source:F:\sources\install.wim) isn't working. I am using the latest win 11 image from MS, but keeps throwing "Source Files could not be found" error. DISM log is below:
2024-02-15 13:19:48, Info DISM PID=1952 TID=1956 Scratch directory set to 'X:\windows\TEMP'. - CDISMManager::put_ScratchDir
2024-02-15 13:19:48, Info DISM PID=1952 TID=1956 DismCore.dll version: 10.0.22621.2506 - CDISMManager::FinalConstruct
2024-02-15 13:19:48, Info DISM Initialized Panther logging at X:\windows\Logs\DISM\dism.log
2024-02-15 13:19:48, Warning DISM PID=1952 TID=1956 Failed to archive the log file. Continuing with existing log file. - CDISMManager::CreateLocalImageSession(hr:0x80070002)
2024-02-15 13:19:48, Info DISM PID=1952 TID=1956 Successfully loaded the ImageSession at "X:\sources" - CDISMManager::LoadLocalImageSession
2024-02-15 13:19:48, Info DISM Initialized Panther logging at X:\windows\Logs\DISM\dism.log
2024-02-15 13:19:48, Info DISM DISM Provider Store: PID=1952 TID=1956 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2024-02-15 13:19:48, Info DISM Initialized Panther logging at X:\windows\Logs\DISM\dism.log
2024-02-15 13:19:48, Info DISM DISM Manager: PID=1952 TID=1956 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
2024-02-15 13:19:48, Info DISM DISM.EXE:
2024-02-15 13:19:48, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
2024-02-15 13:19:48, Info DISM DISM.EXE:
2024-02-15 13:19:48, Info DISM DISM.EXE: Host machine information: OS Version=10.0.22621, Running architecture=amd64, Number of processors=24
2024-02-15 13:19:48, Info DISM DISM.EXE: Dism.exe version: 10.0.22621.2792
2024-02-15 13:19:48, Info DISM DISM.EXE: Executing command line: Dism /image:c:\ /cleanup-image /restorehealth /source:f:\sources\install.wim
2024-02-15 13:19:48, Warning DISM DISM Provider Store: PID=1952 TID=1956 Failed to retrieve the Provider Instance. - CDISMProviderStore::Internal_GetProvider(hr:0x80004005)
2024-02-15 13:19:48, Info DISM DISM VHD Provider: PID=1952 TID=1956 [c:] is not recognized by the DISM VHD provider. - CVhdImage::Initialize
2024-02-15 13:19:48, Info DISM DISM Imaging Provider: PID=1952 TID=1956 The provider VHDManager does not support CreateDismImage on c:\ - CGenericImagingManager::CreateDismImage
[1952.1956] [0x80070002] FIOReadFileIntoBuffer:(1456): The system cannot find the file specified.
[1952.1956] [0xc142011c] UnmarshallImageHandleFromDirectory:(641)
[1952.1956] [0xc142011c] WIMGetMountedImageHandle:(2910)
2024-02-15 13:19:48, Info DISM DISM WIM Provider: PID=1952 TID=1956 [c:] is not a WIM mount point. - CWimMountedImageInfo::Initialize
2024-02-15 13:19:48, Info DISM DISM Imaging Provider: PID=1952 TID=1956 The provider WimManager does not support CreateDismImage on c:\ - CGenericImagingManager::CreateDismImage
2024-02-15 13:19:48, Info DISM DISM Imaging Provider: PID=1952 TID=1956 No imaging provider supported CreateDismImage for this path - CGenericImagingManager::CreateDismImage
[1952.1956] [0x80070002] FIOReadFileIntoBuffer:(1456): The system cannot find the file specified.
[1952.1956] [0xc142011c] UnmarshallImageHandleFromDirectory:(641)
[1952.1956] [0xc142011c] WIMGetMountedImageHandle:(2910)
2024-02-15 13:19:48, Info DISM DISM WIM Provider: PID=1952 TID=1956 [c:] is not a WIM mount point. - CWimMountedImageInfo::Initialize
2024-02-15 13:19:48, Info DISM DISM VHD Provider: PID=1952 TID=1956 [c:] is not recognized by the DISM VHD provider. - CVhdImage::Initialize
2024-02-15 13:19:48, Info DISM DISM Manager: PID=1952 TID=1956 physical location path: c:\ - CDISMManager::CreateImageSession
2024-02-15 13:19:48, Info DISM DISM Manager: PID=1952 TID=1956 Event name for current DISM session is Global\__?_Volume{58abcc3f-f8a5-43a3-8247-a0c0836a973c}__2088958683_196608_53717 - CDISMManager::CheckSessionAndLock
2024-02-15 13:19:48, Info DISM DISM Manager: PID=1952 TID=1956 Create session event 0x1f8 for current DISM session and event name is Global\__?_Volume{58abcc3f-f8a5-43a3-8247-a0c0836a973c}__2088958683_196608_53717 - CDISMManager::CheckSessionAndLock
2024-02-15 13:19:48, Info DISM DISM Manager: PID=1952 TID=1956 Copying DISM from "c:\Windows\System32\Dism" - CDISMManager::CreateImageSessionFromLocation
2024-02-15 13:19:48, Info DISM DISM Manager: PID=1952 TID=1956 Successfully loaded the ImageSession at "X:\windows\TEMP\8AE1F2F6-1F51-41FB-A947-FA744DB59DE7" - CDISMManager::LoadRemoteImageSession
2024-02-15 13:19:48, Info DISM DISM Image Session: PID=1984 TID=2012 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore
2024-02-15 13:19:48, Info DISM DISM OS Provider: PID=1984 TID=2012 Defaulting SystemPath to c:\ - CDISMOSServiceManager::Final_OnConnect
2024-02-15 13:19:48, Info DISM DISM OS Provider: PID=1984 TID=2012 Defaulting Windows folder to c:\Windows - CDISMOSServiceManager::Final_OnConnect
2024-02-15 13:19:48, Info DISM DISM Provider Store: PID=1984 TID=2012 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect
2024-02-15 13:19:48, Info DISM Initialized Panther logging at X:\windows\Logs\DISM\dism.log
2024-02-15 13:19:48, Info DISM DISM Provider Store: PID=1984 TID=2012 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2024-02-15 13:19:48, Info DISM Initialized Panther logging at X:\windows\Logs\DISM\dism.log
2024-02-15 13:19:48, Info DISM Initialized Panther logging at X:\windows\Logs\DISM\dism.log
2024-02-15 13:19:48, Info DISM DISM Manager: PID=1952 TID=1956 Image session successfully loaded from location: X:\windows\TEMP\8AE1F2F6-1F51-41FB-A947-FA744DB59DE7 - CDISMManager::CreateImageSession
2024-02-15 13:19:48, Info DISM DISM OS Provider: PID=1984 TID=2012 Setting SystemPath to c:\ - CDISMOSServiceManager::SetSystemPath
2024-02-15 13:19:49, Info DISM DISM.EXE: Target image information: OS Version=10.0.22631.3007, Image architecture=amd64
2024-02-15 13:19:49, Info DISM DISM.EXE: Image session version: 10.0.22621.1
2024-02-15 13:19:49, Info DISM DISM Transmog Provider: PID=1984 TID=2012 Current image session is [OFFLINE] - CTransmogManager::GetMode
2024-02-15 13:19:49, Info DISM DISM OS Provider: PID=1984 TID=2012 Determined System directory to be c:\Windows\System32 - CDISMOSServiceManager::get_SystemDirectory
2024-02-15 13:19:49, Info DISM DISM Transmog Provider: PID=1984 TID=2012 Determined WinDir path = [c:\Windows] - CTransmogManager::GetWinDirPath
2024-02-15 13:19:49, Info DISM DISM Transmog Provider: PID=1984 TID=2012 GetProductType: ProductType = [WinNT] - CTransmogManager::GetProductType
2024-02-15 13:19:49, Info DISM DISM Transmog Provider: PID=1984 TID=2012 Product Type: [WinNT] - CTransmogManager::Initialize
2024-02-15 13:19:49, Info DISM DISM Transmog Provider: PID=1984 TID=2012 Product Type ServerNT : [No] - CTransmogManager::Initialize
2024-02-15 13:19:49, Info CSI 00000001 Shim considered [l:126]'??\c:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.3073_none_e9771ec042bad855\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND
2024-02-15 13:19:49, Info CSI 00000002 Shim considered [l:123]'??\c:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.3073_none_e9771ec042bad855\wcp.dll' : got STATUS_SUCCESS
2024-02-15 13:19:49, Info DISM DISM Driver Manager: PID=1984 TID=2012 Further logs for driver related operations can be found in the target operating system at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize
2024-02-15 13:19:49, Info DISM DISM Package Manager: PID=1984 TID=2012 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize
2024-02-15 13:19:49, Info CSI 00000001 Shim considered [l:126]'??\c:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.3073_none_e9771ec042bad855\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND
2024-02-15 13:19:49, Info CSI 00000002 Shim considered [l:123]'??\c:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.3073_none_e9771ec042bad855\wcp.dll' : got STATUS_SUCCESS
2024-02-15 13:19:49, Info CBS Universal Time is: 2024-02-15 21:19:49.635
2024-02-15 13:19:49, Info CBS Failed to find a matching version for servicing stack: c:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.3073_none_e9771ec042bad855\ [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2024-02-15 13:19:49, Info CBS Failed to find servicing stack directory in online store. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2024-02-15 13:19:49, Info CBS Offline servicing, using stack version from: c:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.3073_none_e9771ec042bad855\cbscore.dll
2024-02-15 13:19:49, Info CBS Loaded Servicing Stack v10.0.22621.3073 with Core: c:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.3073_none_e9771ec042bad855\cbscore.dll
2024-02-15 13:19:49, Info CBS Setting core mode: CbsCoreModeOffline
2024-02-15 13:19:49, Info CSI 00000001@2024/2/15:21:19:49.654 WcpInitialize: wcp.dll version 10.0.22621.3073 (WinBuild.160101.0800)
2024-02-15 13:19:49, Info CBS TurboContainer load Successful
2024-02-15 13:19:49, Info CBS Lock: New lock added: CCbsSessionManager, level: 11, total lock:9
2024-02-15 13:19:49, Info CBS Lock: New lock added: CSIInventoryCriticalSection, level: 64, total lock:10
2024-02-15 13:19:49, Info DISM DISM Package Manager: PID=1984 TID=2012 Loaded servicing stack for offline use only. - CDISMPackageManager::CreateCbsSession
2024-02-15 13:19:49, Info CBS Lazy store initialization mode
2024-02-15 13:19:49, Info CSI 00000001 Shim considered [l:126]'??\c:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.3073_none_e9771ec042bad855\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND
2024-02-15 13:19:49, Info CSI 00000002 Shim considered [l:123]'??\c:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.3073_none_e9771ec042bad855\wcp.dll' : got STATUS_SUCCESS
2024-02-15 13:19:49, Info DISM DISM Package Manager: PID=1984 TID=2012 Processing the top level command token(cleanup-image). - CPackageManagerCLIHandler::Private_ValidateCmdLine
2024-02-15 13:19:49, Warning DISM DISM Package Manager: PID=1984 TID=2012 The scratch directory size might be insufficient to perform this operation. This can cause unexpected behavior. Use the /ScratchDir option to point to a folder with sufficient scratch space. The recommended size is at least 1024 MB - CPackageManagerCLIHandler::ExecuteCmdLine
2024-02-15 13:19:49, Info DISM DISM Package Manager: PID=1984 TID=2012 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine
2024-02-15 13:19:49, Info DISM DISM Package Manager: PID=1984 TID=2012 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine
2024-02-15 13:19:49, Info CBS Lazy store initialization mode, fully initialize.
2024-02-15 13:19:49, Info CBS Offline image is writable
2024-02-15 13:19:49, Info CBS Loading offline registry hive: SOFTWARE, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}c:/Windows/System32/config/SOFTWARE' from path '\?\c:\Windows\System32\config\SOFTWARE'.
2024-02-15 13:19:50, Info CBS Loading offline registry hive: SYSTEM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}c:/Windows/System32/config/SYSTEM' from path '\?\c:\Windows\System32\config\SYSTEM'.
2024-02-15 13:19:50, Info CBS Loading offline registry hive: SECURITY, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}c:/Windows/System32/config/SECURITY' from path '\?\c:\Windows\System32\config\SECURITY'.
2024-02-15 13:19:50, Info CBS Loading offline registry hive: SAM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}c:/Windows/System32/config/SAM' from path '\?\c:\Windows\System32\config\SAM'.
2024-02-15 13:19:50, Info CBS Loading offline registry hive: COMPONENTS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}c:/Windows/System32/config/COMPONENTS' from path '\?\c:\Windows\System32\config\COMPONENTS'.
2024-02-15 13:19:50, Info CBS Loading offline registry hive: DRIVERS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}c:/Windows/System32/config/DRIVERS' from path '\?\c:\Windows\System32\config\DRIVERS'.
2024-02-15 13:19:50, Info CBS Loading offline registry hive: DEFAULT, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}c:/Windows/System32/config/DEFAULT' from path '\?\c:\Windows\System32\config\DEFAULT'.
2024-02-15 13:19:50, Info CBS Loading offline registry hive: ntuser.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}c:/Users/Default/ntuser.dat' from path '\?\c:\Users\Default\ntuser.dat'.
2024-02-15 13:19:50, Info CBS Loading offline registry hive: schema.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}c:/Windows/system32/smi/store/Machine/schema.dat' from path '\?\c:\Windows\system32\smi\store\Machine\schema.dat'.
2024-02-15 13:19:50, Info CSI 00000002 CSI Store 1790674513568 initialized
2024-02-15 13:19:50, Info CBS Build: 22621.1.amd64fre.ni_release.220506-1250
2024-02-15 13:19:50, Info CBS Session: 1984_79765 initialized by client DISM Package Manager Provider, external staging directory: (null)
2024-02-15 13:19:50, Info CBS Exec: Addsource called, Session: 1984_79765, Client: DISM Package Manager Provider, from GPO: No, Path: f:\sources\install.wim
2024-02-15 13:19:50, Warning CBS The alternate source path directory could not be accessed [HRESULT = 0x8007007b - ERROR_INVALID_NAME]
2024-02-15 13:19:50, Info CBS Failed to add new file source [HRESULT = 0x8007007b - ERROR_INVALID_NAME]
2024-02-15 13:19:50, Info CBS Failed to add alternate file source [HRESULT = 0x8007007b - ERROR_INVALID_NAME]
2024-02-15 13:19:50, Info CBS Failed adding alternate source directory [HRESULT = 0x8007007b - ERROR_INVALID_NAME]
2024-02-15 13:19:50, Warning DISM DISM Package Manager: PID=1984 TID=2012 CBS AddSource failed with HRESULT=0x8007007b! - CDISMPackageManager::Internal_Finalize
2024-02-15 13:19:50, Info DISM DISM Package Manager: PID=1984 TID=2012 CBS session options=0x40000! - CDISMPackageManager::Internal_Finalize
2024-02-15 13:19:50, Info CBS Client specifies manual store corruption detect or repair.
2024-02-15 13:19:50, Info CBS Exec: Session processing started. Client: Manual, Session(DISM Package Manager Provider Store Corruption Detect/Repair): 1984_79765
2024-02-15 13:19:50, Info CBS FLOW: Entering stage: CheckCbs
2024-02-15 13:19:51, Info CBS Repr: CBS Store check completes
2024-02-15 13:19:51, Info CSI 00000003 StoreCorruptionRepair transaction begun. WcpVersion: [l:38]'10.0.22621.3073 (WinBuild.160101.0800)'.
2024-02-15 13:19:51, Info CSI 00000004@2024/2/15:21:19:51.378 Starting corruption detection (InnerFlags=2)
2024-02-15 13:19:51, Info CBS FLOW: Entering stage: CheckCsi
2024-02-15 13:20:47, Info CSI 00000005 Warning: Unable to repair payload file ([l:12]'odbccu32.dll') for component ([l:96 ml:140]'x86_microsoft-windows-m..sor-library-unicode_31bf3856ad364e35_10.0.22621.1_none_7649b878c9fce443') from backups directory with disposition (2). A backup file may not exist or may be corrupt. Falling back to WU.
2024-02-15 13:20:54, Info CSI 00000006 Warning: Unable to repair payload file ([l:16]'comctl32.dll.mui') for component ([l:96 ml:140]'x86_microsoft-windows-comctl32-v5.resources_31bf3856ad364e35_10.0.22621.1_fr-fr_0ac3c6dec43ccc36') from backups directory with disposition (2). A backup file may not exist or may be corrupt. Falling back to WU.
2024-02-15 13:21:41, Error CSI 00000007 (F) Matching binary windowsudk.shellcommon.dll missing for component Microsoft-Windows-UndockedDevKit, version 10.0.22621.3007, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}[gle=0x80004005]
2024-02-15 13:21:41, Info CBS Sending WER
2024-02-15 13:21:41, Info CONX aepic: TRACE,AeWERQueryFileInfo,174,RegLoadAppKey failed [2]
2024-02-15 13:21:41, Info CONX aepic: TRACE,AmipVerifyCachePermissionsCorrect,1039,RegLoadKey failed [2]
2024-02-15 13:21:41, Info CONX aepic: TRACE,AmiStoreInitialize,645,AmipVerifyCachePermissionsCorrect could not fix existing cache. Creating a new one: X:\windows\AppCompat\Programs\Amcache.hve.tmp
2024-02-15 13:21:41, Info CONX aepic: TRACE,AmiStoreInitialize,646,Commandline is: X:\windows\TEMP\8AE1F2F6-1F51-41FB-A947-FA744DB59DE7\dismhost.exe {DE6D1968-56AA-46F0-8159-86ABA172F74B}
2024-02-15 13:21:41, Info CONX aepic: TRACE,AmipCreateNewCacheFile,140,AmiCache creating command: X:\windows\TEMP\8AE1F2F6-1F51-41FB-A947-FA744DB59DE7\dismhost.exe {DE6D1968-56AA-46F0-8159-86ABA172F74B}
2024-02-15 13:21:41, Info CONX aepic: TRACE,AmipCreateNewCacheFile,164,AmiCache creating module: X:\windows\SYSTEM32\aepic.dll
2024-02-15 13:21:41, Error CONX aepic: ERROR,File::QueryUsn,2264,Exception: 0x80070001 onecore\base\appcompat\inventory\software\inv\lib\file.cpp(2238)\aepic.dll!00007FFE54205FCC: (caller: 00007FFE541E5260) Exception(1) tid(7dc) 80070001 Incorrect function.##
2024-02-15 13:21:41, Info CONX aepic: TRACE,File::SetBaseFileInfoForPic,611,SetBaseFileInfoForPic: Added orphan file: x:\windows\temp\8ae1f2f6-1f51-41fb-a947-fa744db59de7\dismhost.exe
2024-02-15 13:21:41, Info CBS Added X:\windows\Logs\DISM\dism.log to WER report.
2024-02-15 13:21:41, Info CBS Not able to add current session file to offline WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2024-02-15 13:21:41, Info CBS Not able to add pending.xml to offline WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2024-02-15 13:21:41, Error CSI 00000008@2024/2/15:21:21:41.741 (F) onecore\base\wcp\componentstore\storelayout.cpp(1910): Error 800f0984 [Warning,Facility=15 (0x000f),Code=2436 (0x0984)] originated in function ComponentStore::CRawStoreLayout::HydrateFile expression: ((SCODE) (((unsigned long)(1)<<31) | ((unsigned long)(15)<<16) | ((unsigned long)(0x984))) )
[gle=0x80004005]
2024-02-15 13:21:41, Info CSI 00000009 Warning: Unable to repair payload file ([l:26]'windowsudk.shellcommon.dll') for component ([l:93 ml:140]'amd64_microsoft-windows-undockeddevkit_31bf3856ad364e35_10.0.22621.3007_none_3288d9f633950a2a') from backups directory with disposition (2). A backup file may not exist or may be corrupt. Falling back to WU.
2024-02-15 13:21:48, Info CSI 0000000a Warning: Unable to repair payload file ([l:12]'MPG4DECD.DLL') for component ([l:84 ml:140]'wow64_microsoft-windows-mpg4decd_31bf3856ad364e35_10.0.22621.1_none_cc90044f8a28c2da') from backups directory with disposition (2). A backup file may not exist or may be corrupt. Falling back to WU.
2024-02-15 13:21:52, Error CSI 0000000b@2024/2/15:21:21:52.688 (F) Attempting to mark store corrupt with category [l:18 ml:19]'CorruptPayloadFile'[gle=0x80004005]
2024-02-15 13:21:52, Info CSI 0000000c Direct SIL provider: Number of files opened: 104722.
2024-02-15 13:21:52, Info CSI 0000000d@2024/2/15:21:21:52.688 Corruption detection complete. numCorruptions = 6, Disp = 1.
2024-02-15 13:21:53, Info CBS Repr: CSI meta data corruption found, will commit repair transaction if repair is asked.
2024-02-15 13:21:53, Info CSI 0000000e@2024/2/15:21:21:53.446 CSI Transaction @0x1a0f465c410 initialized for deployment engine {d16d444c-56d8-11d5-882d-0080c847b195} with flags 00000002 and client id 'TI5.1984_79765:1/'
2024-02-15 13:21:53, Info CSI 0000000f@2024/2/15:21:21:53.446 CSI Transaction @0x1a0f465c410 destroyed
2024-02-15 13:21:53, Info CBS Repr: CSI Store check completes
2024-02-15 13:21:53, Info CBS FLOW: Entering stage: CheckStagedPackages
2024-02-15 13:21:53, Info CBS Missing Current State value for package: Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.1, force absent so at least it can be re-installed
2024-02-15 13:21:53, Info CBS Failed to get visibility for package: Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.1 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2024-02-15 13:21:53, Info CBS Missing Current State value for package: Microsoft-Windows-Kernel-LA57-FoD-Package~31bf3856ad364e35~amd64~~10.0.22621.1, force absent so at least it can be re-installed
2024-02-15 13:21:53, Info CBS Failed to get visibility for package: Microsoft-Windows-Kernel-LA57-FoD-Package~31bf3856ad364e35~amd64~~10.0.22621.1 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2024-02-15 13:21:53, Info CBS Package Format: PSFX
2024-02-15 13:21:53, Info CBS Delta Format: ForwardOnly
2024-02-15 13:21:53, Info CBS Package Format: PSFX
2024-02-15 13:21:53, Info CBS Delta Format: ForwardOnly
2024-02-15 13:21:53, Info CBS Appl:LCU package and revision compare set to explicit
2024-02-15 13:21:53, Info CBS Package Format: PSFX
2024-02-15 13:21:53, Info CBS Delta Format: ForwardOnly
2024-02-15 13:21:53, Info CBS Repr: Staged package check completes
2024-02-15 13:21:53, Info CBS Repr: Not able to find replacement file for component x86_microsoft-windows-m..sor-library-unicode_31bf3856ad364e35_10.0.22621.1_none_7649b878c9fce443, file odbccu32.dll from any local source
2024-02-15 13:21:53, Info CBS Repr: Not able to find replacement file for component x86_microsoft-windows-comctl32-v5.resources_31bf3856ad364e35_10.0.22621.1_fr-fr_0ac3c6dec43ccc36, file comctl32.dll.mui from any local source
2024-02-15 13:21:53, Info CBS Repr: Not able to find replacement file for component amd64_microsoft-windows-undockeddevkit_31bf3856ad364e35_10.0.22621.3007_none_3288d9f633950a2a, file windowsudk.shellcommon.dll from any local source
2024-02-15 13:21:53, Info CBS Repr: Not able to find replacement file for component wow64_microsoft-windows-mpg4decd_31bf3856ad364e35_10.0.22621.1_none_cc90044f8a28c2da, file MPG4DECD.DLL from any local source
2024-02-15 13:21:53, Info CBS Repr: Not able to find replacement file for component amd64_microsoft-onecore-d..ectxdatabaseupdater_31bf3856ad364e35_10.0.22621.2506_none_15592ac96657b416, file f\directxdatabaseupdater.exe from any local source
2024-02-15 13:21:53, Info CBS Repr: Not able to find replacement file for component amd64_microsoft-windows-s..manager-service-api_31bf3856ad364e35_10.0.22621.2506_none_46d576eea976ef9e, file r\LicenseManagerApi.dll from any local source
2024-02-15 13:21:53, Info CBS Repr: The system configuration is not qualified for Windows Update download, skip WU.
2024-02-15 13:21:53, Info CBS Failed to collect payload and there is nothing to repair. [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
2024-02-15 13:21:53, Info CBS FLOW: Entering stage: RemoveStagedPackages
2024-02-15 13:21:53, Info CBS Failed to repair store. [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
2024-02-15 13:21:53, Info CBS
2024-02-15 13:21:53, Info CBS =================================
2024-02-15 13:21:53, Info CBS Checking System Update Readiness.
2024-02-15 13:21:53, Info CBS
2024-02-15 13:21:53, Info CBS (p) CSI Payload Corrupt (n) x86_microsoft-windows-m..sor-library-unicode_31bf3856ad364e35_10.0.22621.1_none_7649b878c9fce443\odbccu32.dll
2024-02-15 13:21:53, Info CBS Repair failed: Missing replacement payload.
2024-02-15 13:21:53, Info CBS (p) CSI Payload Corrupt (n) x86_microsoft-windows-comctl32-v5.resources_31bf3856ad364e35_10.0.22621.1_fr-fr_0ac3c6dec43ccc36\comctl32.dll.mui
2024-02-15 13:21:53, Info CBS Repair failed: Missing replacement payload.
2024-02-15 13:21:53, Info CBS (p) CSI Payload Corrupt (n) amd64_microsoft-windows-undockeddevkit_31bf3856ad364e35_10.0.22621.3007_none_3288d9f633950a2a\windowsudk.shellcommon.dll
2024-02-15 13:21:53, Info CBS Repair failed: Missing replacement payload.
2024-02-15 13:21:53, Info CBS (p) CSI Payload Corrupt (n) wow64_microsoft-windows-mpg4decd_31bf3856ad364e35_10.0.22621.1_none_cc90044f8a28c2da\MPG4DECD.DLL
2024-02-15 13:21:53, Info CBS Repair failed: Missing replacement payload.
2024-02-15 13:21:53, Info CBS (p) CSI Payload Corrupt (n) amd64_microsoft-onecore-d..ectxdatabaseupdater_31bf3856ad364e35_10.0.22621.2506_none_15592ac96657b416\f\directxdatabaseupdater.exe
2024-02-15 13:21:53, Info CBS Repair failed: Missing replacement payload.
2024-02-15 13:21:53, Info CBS (p) CSI Payload Corrupt (n) amd64_microsoft-windows-s..manager-service-api_31bf3856ad364e35_10.0.22621.2506_none_46d576eea976ef9e\r\LicenseManagerApi.dll
2024-02-15 13:21:53, Info CBS Repair failed: Missing replacement payload.
2024-02-15 13:21:53, Info CBS
2024-02-15 13:21:53, Info CBS Summary:
2024-02-15 13:21:53, Info CBS Operation: Detect and Repair
2024-02-15 13:21:53, Info CBS Operation result: 0x800f081f
2024-02-15 13:21:53, Info CBS Last Successful Step: Remove staged packages completes.
2024-02-15 13:21:53, Info CBS Total Detected Corruption: 6
2024-02-15 13:21:53, Info CBS CBS Manifest Corruption: 0
2024-02-15 13:21:53, Info CBS CBS Metadata Corruption: 0
2024-02-15 13:21:53, Info CBS CSI Manifest Corruption: 0
2024-02-15 13:21:53, Info CBS CSI Metadata Corruption: 0
2024-02-15 13:21:53, Info CBS CSI Payload Corruption: 6
2024-02-15 13:21:53, Info CBS Total Repaired Corruption: 0
2024-02-15 13:21:53, Info CBS CBS Manifest Repaired: 0
2024-02-15 13:21:53, Info CBS CSI Manifest Repaired: 0
2024-02-15 13:21:53, Info CBS CSI Payload Repaired: 0
2024-02-15 13:21:53, Info CBS CSI Store Metadata refreshed: True
2024-02-15 13:21:53, Info CBS Staged Packages:
2024-02-15 13:21:53, Info CBS CBS Staged packages: 0
2024-02-15 13:21:53, Info CBS CBS Staged packages removed: 0
2024-02-15 13:21:53, Info CBS
2024-02-15 13:21:53, Info CBS Total Operation Time: 123 seconds.
2024-02-15 13:21:53, Info CBS Ensure CBS corruption flag is clear
2024-02-15 13:21:53, Info CBS CheckSur: hrStatus: 0x800f081f [CBS_E_SOURCE_MISSING], download results: <none>
2024-02-15 13:21:53, Info CBS Count of times corruption detected: 4
2024-02-15 13:21:53, Info CBS Seconds between initial corruption detections: -1
2024-02-15 13:21:53, Info CBS Seconds between corruption and repair: -1
2024-02-15 13:21:53, Info CBS Failed to run Detect and repair. [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
2024-02-15 13:21:53, Info CBS Exec: Processing complete, session(Corruption Repairing): 1984_79765 [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
2024-02-15 13:21:53, Info DISM DISM Package Manager: PID=1984 TID=2012 Error in operation: source for package or file not found, ResolveSource() unsuccessful. (CBS HRESULT=0x800f081f) - CCbsConUIHandler::Error
2024-02-15 13:21:53, Error CBS Session: 1984_79765 failed to perform store corruption detect and repair operation. [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
2024-02-15 13:21:53, Info CBS Session: 1984_79765 finalized. Reboot required: no [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
2024-02-15 13:21:53, Error DISM DISM Package Manager: PID=1984 TID=2012 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f081f)
2024-02-15 13:21:53, Error DISM DISM Package Manager: PID=1984 TID=2012 The source files could not be found; their location must be specified using the /source option to restore the feature. - GetCbsErrorMsg
2024-02-15 13:21:53, Error DISM DISM Package Manager: PID=1984 TID=2012 Failed processing package changes with session options - CDISMPackageManager::Internal_ProcessChangesWithOptions(hr:0x800f081f)
2024-02-15 13:21:53, Error DIS