[SOLVED] Windows 11 Update Errors

Artemis7777

Member
Joined
Jun 15, 2025
Posts
6
Hello, I seem to be unable to install Windows updates (I also randomly have a lot of them), and it is showing error codes 0x800f703f1, 0x800701030, and 0x80070002 when I try to install them.

The following is the output in the command prompt when I run these commands:

C:\Windows\system32>reg load HKLM\COMPONENTS c:\windows\system32\config\components
The operation completed successfully.

C:\Windows\system32>
C:\Windows\system32>reg load HKLM\DRIVERS c:\windows\system32\config\drivers
ERROR: The configuration registry database is corrupt.

And this should be my drivers file:
 

Attachments

Hi @Artemis7777,

Welcome to Sysnative Forums!

If you haven't already, please review the posting instructions here, and attach the requested log files. Without log files, our helpers will not be able to assist, and this will slow down fixing your machine.

If logs have been already been provided, our team of volunteers will analyse the provided log files to build a fix for your system. Please be aware that this may take several days from your initial post, due to the high volume of threads that we receive.


- Sysnative Windows Update Team
 
Hi and welcome to Sysnative,

Replace Drivers Hive Manually

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.
  1. Download DRIVERS.ZIP and save to your desktop.
  2. Right-click on it and select Extract all.... Make sure the "Show extracted files when complete" is checked and click Extract.
  3. Now we have the DRIVERS file that we will be using to replace your current one.
  4. Navigate to C:\Windows\System32\config
  5. Right-click on the current DRIVERS file and select rename. Rename it to DRIVERS.bad.
    Note: If you get an error that the file is in use, reboot your computer and then try again.
  6. Take the file from the Drivers folder on your desktop and paste it into C:\Windows\System32\config

Afterwards reboot the system and attempt to update. If it fails attach the latest CBS logs and the following logfile.

Upload the setupapi.dev.log file
  • Open Windows Explorer and browse to the C:\Windows\INF folder.
  • Right-click on the file setupapi.dev.log and choose Send to > Compressed (zipped) folder.
  • Now the message will appear, "Windows cannot create the Compressed (zipped) Folder here. Do you want it to be placed on the desktop instead?"
  • Click on the Yes button here.
657716925b62b-setup-api-dev-folder.png

  • Attach the file setupapi.dev.zip in your next reply.
 

Attachments

Hello, unfortunately I was still unable to update. The only thing that's changed as far as I can tell is that the command from earlier now returns "The operation completed successfully". I have attached the requested files.
 

Attachments

Hi,

Please 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
 
Deployment Image Servicing and Management tool
Version: 10.0.26100.1150

Image Version: 10.0.26100.4351

[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.
 
This system is up-to-date as it seems, the latest out-of-band update (KB5063060) is also installed, so I would suggest to wait for the upcoming cumulative update for July to see if it will install successfully or not.
 
Okay something did something and I was able to update my drivers via the Lenovo website (I wasn't able to before) and it fixed most of my major problems (which included my second monitor not working, a couple of my adapters (display adapter, bluetooth adapter, and audio device) not working/missing, a lot of my applications not running (mostly seemed to be video games), etc.). So thank you so much for that. Oh, I also just checked and I was able to complete all my updates too. So it seems like all of my issues have been solved. Thank you so much :)
 

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

Back
Top