Hello,
See if this fix helps you:
https://www.kapilarya.com/service-registration-is-missing-or-corrupt-in-windows-10
Let us know if this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Updates will not process.
Ran Bits Service troubleshooter and got message "Service registration is missing or corrupt".
Reset Windows 10 twice and updates still will not process.
Do I need to do a reinstall of Windows using thumb drive?
Or can I fix the Bits Service itself?
Hello,
See if this fix helps you:
https://www.kapilarya.com/service-registration-is-missing-or-corrupt-in-windows-10
Let us know if this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.
To help with your query kindly do the steps one by one in the 3 resolution provided below.
Resolution 1
I would suggest you to check if you are able to access Windows Update services and also make sure that the following services are started. If it is not started follow the below mentioned steps:
a. Press Windows key + R, type "services.msc" (without quotes) in start run box and press Enter.
b. Locate Windows Update service.
c. Right click on the Windows Update service and select Properties.
d. In Start-up type, select Automatic from the list.
e. Click Start under Service status.
f. Click OK.
g. Repeat the steps c to f for the following services also:
Background Intelligent Transfer Service & Cryptographic Service.
If these steps do not help to resolve the issue, then you may proceed with the step mentioned below and check.
Resolution 2
Step by step instructions to get the issue fixed.
a) Press Windows key + X and select Command Prompt (Admin).
b) On the open Command Prompt window copy and paste the commands (all at once)
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
c) Wait for the process to complete.
d) Close the Command Prompt.
Install Windows Updates again.
Resolution 3
Remove a value from registry:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability
*ThresholdOptedIn
--
If the reply is helpful, please Upvote and Accept as answer.