Search This Blog

Wednesday, November 2, 2011

Error 80070026 - cant install updates


80070026



Windows update failed to install with error code 80070026.

This issue can occur if one of the following factors is true:
1. Corrupted Windows Update temporary folder.
2. A Windows Update component is not working.
3. A system file is not working.



We can refer to the following steps to test our issue.
Suggestions 1: Rename the Windows Update temporary folders:

====================================

1. Click "Start", in "Start Search" item, type: "notepad" (without quotes) and press Enter.
2. Copy the following commands and then paste them into the opened Notepad window:


net stop wuauserv
net stop CryptSvc
ren %windir%\system32\catroot2 catroot2.old
ren %windir%\SoftwareDistribution sold.old
net start CryptSvc
net start wuauserv
pause

3. After pasting the above commands, please close the Notepad window. Choose "Save" when you are prompted to save the file. Type "rename.bat" as the file name and save it to the Desktop.

4. Return to the Desktop, right click the rename.bat file and choose "Run as administrator".

5. You will see a DOS-like window processing.

6 comments:

  1. That's good stuff right there. Worked like a charm for a Windows 7 laptop that failed on updating.

    ReplyDelete
  2. thank you, that was very helpful!

    ReplyDelete
  3. Hi, The above did not work for me (Win 7 64). Do you know of a Plan B I could try please?

    ReplyDelete
  4. If you have previously installed Microsoft.net 4.6.1 update KB3136000 try uninstalling it, and then check for updates again.

    ReplyDelete
  5. I tried this but when I tried to run another update I received a message... "Windows could not search for new updates." I figured I'd try to put things back the way they were, so I tweaked the script to ...
    net stop wuauserv
    net stop CryptSvc
    ren %windir%\system32\catroot2 catroot2.bad
    ren %windir%\SoftwareDistribution sold.bad
    ren %windir%\system32\catroot2.old catroot2
    ren %windir%\sold.old SoftwareDistribution
    net start CryptSvc
    net start wuauserv
    pause
    Couldn't find the catroot2.old
    What to do?

    ReplyDelete

Popular Posts