[SOLVED] Error Code 8007000D for 5 Updates - Win7 Pro

No problem. It looks like the previous fix didn't work. We will have to do this manually. Let's first start with the following.

Step#1 - Disable Windows Update
1. Click your Start button and type cmd.exe into the search box.
2. Right-click on cmd that comes up in the search results and select Run as administrator. Click Continue if prompted with the User Account Control dialog.
3. Copy/Paste the following into the command-prompt window and hit enter. Note: You will have to right-click your mouse in the command-prompt window and select paste. You can't use the keyboard shortcuts.
sc stop wuauserv && sc config wuauserv start= disabled

4. You should see something similar to the following. The important parts are in Red. If you see this, you did it correctly.

Code:
SERVICE_NAME: wuauserv
        TYPE               : 20  WIN32_SHARE_PROCESS
        STATE              : 3  [COLOR=#ff0000]STOP_PENDING[/COLOR]
                                (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x1
        WAIT_HINT          : 0x7530
[SC] ChangeServiceConfig [COLOR=#ff0000]SUCCESS[/COLOR]

Step#2 - Retrieve Components/Software Hives
Note: The Software have has confidential and sensitive information in it so please send me a PM with a link to that particular hive so it's not in the public form.
  • Please download the Freeware RegBak from here: Acelogix Software - Download products
    You will find it at the bottom of the page that the link brings you to.
  • Go ahead and install this program and accept all the defaults. After the last install screen the program should open.
  • Click the New Backup button. Accept the defaults and simply click Start.
  • When it says Finished successfully, click the Close button.
  • This will bring you back to the main screen of the program. You will see one entry in this list with the date that you did it. Right-click on this line-item and select Explore Backup...
  • This will bring you into the folder where the backup was made. You should see a Users folder and a Windows folder along with a couple other files. Double-click on the Windows folder to open it. Then open the System32 folder and then config folder. You should see around 6 files in here, two of which are named COMPONENTS and SOFTWARE.
  • Copy these two files to your Desktop. If the COMPONENTS file does not exist, please fetch it instead from C:\Windows\System32\config\COMPONENTS.
  • Now right click on these files on your desktop and select Send to > Compressed (zipped) folder.
  • Then please upload the zip file(s) to your favourite file sharing website (it will be too big to upload here). Examples of services to upload to are Dropbox or One Drive or SendSpace and then just provide the link in your reply.
  • You can close any open windows you have as well as the RegBack program now.
 
Thanks. Please do the following.

Step#1 - SFCFix Script
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 SFCFix.exe (by niemiro) and save this to your Desktop. If you still have this on your desktop from downloading previously, you don't need to re-download.
  2. Download the file below, SFCScript.txt, and save this to your Desktop.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCScript.txt.
  5. Drag the file SFCScript.txt onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please
 

Attachments

Hello again,
here is the resualt of the SFCFix

SFCFix version 3.0.0.0 by niemiro.
Start time: 2016-06-20 09:12:36.080
Microsoft Windows 7 Service Pack 1 - amd64
Using .txt script file at C:\Users\schruff\Desktop\SFCScript.txt [0]




RegistryScript::
Successfully took ownership and permissions for registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\ComponentDetect\amd64_microsoft-windows-c..ityclient.resources_31bf3856ad364e35_0.0.0.0_de-de_3bc71222b17e5ada.

WARNING: Failed to create backup for registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\ComponentDetect\amd64_microsoft-windows-c..ityclient.resources_31bf3856ad364e35_0.0.0.0_de-de_3bc71222b17e5ada.

Successfully imported registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\ComponentDetect\amd64_microsoft-windows-c..ityclient.resources_31bf3856ad364e35_0.0.0.0_de-de_3bc71222b17e5ada.

Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\ComponentDetect\amd64_microsoft-windows-c..ityclient.resources_31bf3856ad364e35_0.0.0.0_de-de_3bc71222b17e5ada.
RegistryScript:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 3 datablocks.
Finish time: 2016-06-20 09:12:36.141
Script hash: vrh9TjBeRY5eSqt9huBps+br2BTpQZyovF0oZI/vHyA=
----------------------EOF-----------------------
 
Thanks. Now, let's re-enable Windows Update and try the update again.

Enable Windows Update
1. Click your Start button and type cmd.exe into the search box.
2. Right-click on cmd that comes up in the search results and select Run as administrator. Click Continue if prompted with the User Account Control dialog.
3. Copy/Paste the following into the command-prompt window and hit enter. Note: You will have to right-click your mouse in the command-prompt window and select paste. You can't use the keyboard shortcuts.
sc config wuauserv start= delayed-auto && sc start wuauserv

4. You should see something similar to the following. The important parts are in Red. If you see this, you did it correctly.

Code:
[SC] ChangeServiceConfig [COLOR=#ff0000]SUCCESS[/COLOR]
SERVICE_NAME: wuauserv
        TYPE               : 20  WIN32_SHARE_PROCESS
        STATE              : 2  [COLOR=#ff0000]START_PENDING[/COLOR]
                                (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x7d0
        PID                : 1136
        FLAGS              :


Try to install update KB3146706 again
 
Perfect! Now I was able to install the 5 updates and the further updates from the last patchday, too.
Thanks again for the great help. :thumbsup2:
 

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

Back
Top