Windows Update is an important component of the Microsoft Windows OS. It manages everything that has to do with the OS’ updating process, so keeping it in good condition is a must.
Download Restoro PC Repair Tool that comes with Patented Technologies (patent available here).
Click Start Scan to find Windows issues that could be causing PC problems.
Click Repair All to fix issues affecting your computer’s security and performance
Restoro has been downloaded by 0 readers this month.
Unfortunately, it is a software component after all, so it is prone to the occasional error.
Such would be the case with an error message some users have been reporting to have received. The error message states:
Fortunately, there are several things you could try doing that will fix this issue. Because of the importance of having Windows Update working in tip-top condition, we’ve decided to compile a list of all of the solutions that you should try.
Windows Update components must be repaired, One or more windows update components are configured incorrectly
How can I repair my Windows Update components?
1. Run Windows Update Troubleshooter while the PC is in Clean Boot State
- This will require that you first boot the PC in Clean Boot State
- Press Start
- Type in MSConfig
- Press Enter
- The System Configuration Utility will now open
- Go to the General tab
- Choose Selective Startup
- Clear the checkbox next to Load Startup Items
- Check the boxes next to Load System Services and Use Original boot configuration
- Go to the Services tab
- Check the box next to Hide All Microsoft Services
- Click Disable all
- Click Apply and then OK
- Restart the PC
- Download the Windows Update Troubleshooter from Microsoft
- Run it while in Clean Boot State
2. Run a System File Checker
- Press Start
- Type in cmd
- Right-click the Command Prompt icon and select Run as administrator
- Type in this line:
- sfc /scannow
- Let the scan run its course, and then restart the PC
3. Use DISM to repair any damaged files
The DISM tool can be used in a wide variety of situations. Fortunately, this includes repairing any damaged or incomplete Windows Update components.
The System Configuration Utility will now open
sfc /scannow
For more information on how to use DISM, check out this complete guide.
4. Restore Windows Update components to their default settings
- Open a Command Prompt with Administrator rights, and type in the following lines
- Remember to press Enter after each and every one of them:
- These lines will stop the BITS service and the Windows Update service
- net stop bits
- net stop wuauserv
- This line will delete the qmgr*.dat files:
- Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat”
- The next step should only be attempted if the ones before it did not manage to solve the issue.
- Rename the following folders to *.BAK:
- Ren %systemroot%SoftwareDistributionDataStore *.bakRen %systemroot%SoftwareDistributionDownload *.bakRen %systemroot%system32catroot2 *.bak
- These lines will now reset the BITS service and the Windows Update service:
- 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)
- Now type in this command and press Enter:
- cd /d %windir%system32
- The following lines will now reregister the BITS files and the Windows Update files. Type in Enter after each of them:
- regsvr32.exe atl.dll
- regsvr32.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
- This next line will now reset Winsock
- netsh winsock reset
- Now you can restart the BITS service and the Windows Update service
- net start bits
- net start wuauserv
By following these steps, you should get rid of any errors related to your Windows Update components.
Remember to press Enter after each and every one of them:
net stop bits
net stop wuauserv
Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat”
Ren %systemroot%SoftwareDistributionDataStore *.bakRen %systemroot%SoftwareDistributionDownload *.bakRen %systemroot%system32catroot2 *.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.dll
regsvr32.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
netsh winsock reset
net start bits
net start wuauserv
Did you find our guide to be useful? Let us know what other errors you encounter in the comment section below.
Fix potential Windows Update database error detected
Can’t Download Anything on Windows 10: How to Fix It
Looks Like You’re Stranded: How to Fix This Xbox App Error
A Device Which Does Not Exist Was Specified: 5 Easy Fixes
errorwindows updates
Email *
Commenting as . Not you?
Comment