Windows update error 0x800703f1

mansoor

New member
Joined
May 11, 2024
Posts
1
Hello everyone. i think component hive in my computer is corrupted.
i tried to update my windows but gave me a error code 0x800703f1. i looked online to fix this issue many form and youtube videos told to run sfc /scannow to fix this issue but when i ran sfc /scannow it gave me error
Code:
>sfc /scannow

Beginning system scan.  This process will take some time.


Windows Resource Protection could not perform the requested operation.

then i tried to fix this many other solution told to run dism to fix sfc but dsim also gave error
Code:
Dism /Online /Cleanup-Image /RestoreHealth

Deployment Image Servicing and Management tool
Version: 10.0.19041.844

Image Version: 10.0.19044.1766

[==                         3.8%                           ]
Error: 1009

The configuration registry database is corrupt.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
then after looking on internet i found that you can look into cbs.log file to find out what error it is giving i looked into cbs.log file i found maybe component file hive is corrupted it was giving a error of
2024-05-11 19:02:13, Info CBS Failed to load the COMPONENTS hive from 'C:\WINDOWS\System32\config\COMPONENTS' into registry key 'HKLM\COMPONENTS'. [HRESULT = 0x800703f1 - ERROR_BADDB]
2024-05-11 19:02:13, Info CBS Failed to load component store [HRESULT = 0x800703f1 - ERROR_BADDB]
2024-05-11 19:02:13, Info CBS Failed to get CSI store. [HRESULT = 0x800703f1 - ERROR_BADDB]
2024-05-11 19:02:13, Info CBS Failed to get CSI Store. [HRESULT = 0x800703f1 - ERROR_BADDB]
2024-05-11 19:02:13, Info CBS Failed to get CSI store. [HRESULT = 0x800703f1 - ERROR_BADDB]
2024-05-11 19:02:13, Info CBS Failed to get inventory [HRESULT = 0x800703f1 - ERROR_BADDB]
i looked online for a solution to fix components file i found one but its not working for me. it was a solution on Microsoft Community. i think the powershell script is not working in this solution.

After trying all these solution i tryed to reset the window thinking that might help but it also gave error.

any help would be appreciated

Edition: Windows 10 Pro
Version: 21H2
 

Attachments

Hi and welcome to Sysnative,

Step 1. Run
61f7aba7309a1-ComponentsScanner_Icon.png
ComponentsScanner again.
  • Right-click ComponentsScanner.exe and select "Run as administrator", click Yes on the UAC (User Account Control) prompt which appears.
  • Follow the on-screen instructions.
  • Once complete, a report will be saved to your desktop called ComponentsScanner.txt.
  • Post the logfile ComponentsScanner.txt as attachment into your next reply.

Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top