While Windows 11 is Microsoft’s latest version, and probably the most advanced, it’s still not entirely bug-free. And, worst of all, it prevents you from updating installed components or the operating system. One of them is the 0x8007012a installation error in Windows 11.
Users are encountering errors on the Windows Update screen where updates are listed but cannot be installed. Along with the updates listed is a Retry button, clicking which usually won't resolve the error unless you troubleshoot.
In the following section, we have listed the root causes of 0x8007012a installation error in Windows 11 and their solutions. By the end of this article, your system will have all pending updates installed.
0x8007012a Installation errors can have many causes, most of which indicate a problem with the software and rarely with the hardware.
Listed above are the most common potential problems, and once you understand them, it will be easier to eliminate errors on your system. If you can identify the error, just go to the relevant fix and perform it. Alternatively, you can continue using them in the order listed.
Peripheral devices connected to the PC often conflict with their functionality, so it is recommended that you disconnect non-critical devices. These include printers, headphones, speakers, and other similar peripherals.
After disconnecting these connections, restart your computer and check if the 0x8007012a installation error in Windows 11 is eliminated.
Whenever you encounter an error in Windows, it is recommended to run the relevant troubleshooter for it. Microsoft provides several built-in troubleshooters that automatically diagnose and resolve problems, and in some cases list steps to fix them.
After the troubleshooter has finished running, check whether the 0x8007012a installation error in Windows 11 has been eliminated.
net stop wuauserv
net stop bits
C:\Windows\SoftwareDistribution
The software distribution folder contains files temporarily required for the update process. However, if these become corrupted for any reason, you may encounter Windows update errors.
Although you delete these files manually, the system will automatically re-download a new set of files, but the update history will be lost. Also, the next update process will take longer.
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
net stop bits
net stop wuauserv
Del "%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat"
Ren %Systemroot%\SoftwareDistribution\DataStore DataStore.bak
Ren %Systemroot%\SoftwareDistribution\Download Download.bak
Ren %Systemroot%\System32\catroot2 catroot2.bak
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC; ;;PU)
##sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;; ;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
cd /d %windir%\system32
regsvr32.exe atl.dllregsvr32.exe urlmon.dll
regsvr32.exe mshtml.dll
regsvr32.exe shdocvw.dll
regsvr32.exe browseui.dll
regsvr32.exe jscript.dll
regsvr32.exe vbscript.dll
regsvr32.exe scrrun.dll
regsvr32.exe msxml.dll
regsvr32.exe msxml3.dll
regsvr32.exe msxml6.dll
regsvr32.exe actxprxy.dll
regsvr32.exe softpub.dll
regsvr32.exe wintrust.dll
regsvr32.exe dssenh.dll
regsvr32.exe rsaenh.dll
regsvr32.exe gpkcsp.dll
regsvr32.exe sccbase.dll
regsvr32.exe slbcsp.dll
regsvr32.exe cryptdlg.dll
regsvr32.exe oleaut32.dll
regsvr32.exe ole32 .dll
regsvr32.exe shell32.dll
regsvr32.exe initpki.dll
regsvr32.exe wuapi.dll
regsvr32.exe wuaueng.dll
regsvr32.exe wuaueng1.dll
regsvr32.exe wucltui.dll
regsvr32.exe wups.dll
regsvr32.exe wups2.dll
regsvr32.exe wuweb.dll
regsvr32.exe qmgr.dll
regsvr32.exe qmgrprxy. dll
regsvr32.exe wucltux.dll
regsvr32.exe muweb.dll
regsvr32.exe wuwebv.dll
Winsock:netsh winsock reset
Enterto restart the BITS and Windows Update services:net start bits
net start wuauserv
If a Windows Update component is corrupted, you may have problems downloading and installing updates. In this case, you should reset these to fix 0x8007012a installation error in Windows 11.
The above method will help you download operating system updates manually. If you encounter errors when downloading driver updates, learn how to update them manually. Follow the method on the manufacturer's website to get an updated version of the method listed in the linked tutorial.
If the fixes listed above don't work (although it's highly unlikely), you can reset Windows 11 to its factory settings. There are many ways to proceed, each with its own advantages. So, choose the one that suits you best and complete the process. When you reset your PC, you can choose to keep your files or delete them.
However, resetting your PC will delete installed applications and configured settings. Therefore, it should be your last resort, only after all other methods listed above have failed.
That’s all about the 0x8007012a installation error in Windows 11 and its most relevant fixes. We believe these should have fixed the error on your PC.
The above is the detailed content of How to fix 0x8007012a installation error in Windows 11. For more information, please follow other related articles on the PHP Chinese website!