I guess I should have said that I'm running windows 8.1, and am trying to update windows 10. So I can download 10 thankyou.
Service registration is missing or corrupt
From recently I can't update windows and I ran MS Fix it Center and it shows that service registration is missing or corrupt.
Windows for home | Previous Windows versions | Install and upgrade
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
116 answers
Sort by: Most helpful
-
Anonymous
2016-07-20T03:59:49+00:00 -
Anonymous
2016-07-19T23:37:50+00:00 From recently I can't update windows and I ran MS Fix it Center and it shows that service registration is missing or corrupt.
how do I fix it so I can update my windows
If you're running Win 10, then right click on the Windows symbol bottom left corner, and click 'Control Panel' . Now click 'Troubleshooting' . Click 'Hardware and sound' . Click 'Background Intelligence Transfer Service' , then click 'Next' .
Now go back to Control Panel and click 'System and Security' . Click 'Windows Update' and click '
Next' .
That oughta do it.
-
Anonymous
2016-05-25T11:32:34+00:00 I've tried this solution, as well as all the others provided, and none would work for me. What I ended up doing was going to Microsoft, downloading the Windows 10 files to do a new install, and creating a DVD to reinstall Windows 10.
The beauty of this procedure is that, with Windows 10, you don't have thirty or forty updates to do, after a new install, like with previous versions of Windows.
Now that I have a DVD with the Windows 10 media for a complete install, I'll do the same if I start experiencing update issues, again.
-
Anonymous
2016-05-25T08:38:45+00:00 Many thanks. I'll try that nd let you know if it works for me.
-
Anonymous
2016-05-25T02:41:07+00:00 From recently I can't update windows and I ran MS Fix it Center and it shows that service registration is missing or corrupt.
This is a correction to Method 2 - How to fix the Windows Update service problem:
@ECHO OFF
SET PATH=%PATH%
FOLLOW THESE STEPS:
1.) MOVE MOUSE POINTER TO THE "WINDOWS START ICON." THIS LOCATION IS AT THE BOTTON LEFT CALL "TASKBAR"
2.) RIGHT-CLICK THE MOUSE FOR THE POP-UP MENU.
3.) SELECT "RUN"-THEN TYPE IN THE FOLLOWING COMMAND "MSCONFIG.EXE" THEN CLICK ON "OK"
4.) SELECT THE TOP Toolbars "BOOT," THEN UNDER "BOOT OPTION" SELECT THE OPTION "SAFE BOOT" FOLLOW BY "OK"
5.) RESTART YOUR "PC" FOR THE "SAFE MODE." by Selecting "OK"
6.) WHEN YOUR "PC" RESTART'S YOU WILL THEN BE LOGGING IN THE "SAFE MODE"
7.) RIGHT-CLICK ON "WINDOWS START ICON." THIS LOCATION IS AT THE BOTTON LEFT CALL "TASKBAR"
8.) LEFT-CLICK ON THE "COMMAND PROMPT (ADMIN)
9.) Type, each one of the following at the "COMMAND PROMPT"
a.) NET STOP WUAUSERV press <return key>
b.) NET STOP CRYPTSVC press <return key>
c.) NET STOP BITS press <return key>
d.) NET STOP MSISERVER press <return key>
e.) REN C:\Windows\SoftwareDistribution SoftwareDistribution.old
f.) REN C:\Windows\System32\Catroot2 Catroot2.old
10.) REPEAT STEPS 1-3
11.) SELECT THE TOP Toolbars UNDER "STARTUP SELECTION" SELECT "NORMAL STARTUP"
12.) SELECT THE TOP Toolbars "General," THEN UNDER "Startup Selection" SELECT THE OPTION "Normal startup"
13.) RESTART YOUR "PC" FOR THE "NORMAL MODE." by Selecting "OK"
14.) RIGHT-CLICK ON "WINDOWS START ICON." THIS LOCATION IS AT THE BOTTON LEFT CALL "TASKBAR"
15.) LEFT-CLICK ON THE "COMMAND PROMPT (ADMIN)
16.) Type, each one of the following at the "COMMAND PROMPT"
a.) NET START WUAUSERV press <return key>
b.) NET START CRYPTSVC press <return key>
c.) NET START BITS press <return key>
d.) NET START MSISERVER press <return key>
17.) When this process is completed - close the "COMMAND PROMPT" by typing the following:
"EXIT" press <return key>