• Wimdows update error 0x800C0005

    From Klodi D@21:1/5 to All on Thu Sep 3 05:19:40 2020
    On Wednesday, February 4, 2004 at 9:49:14 PM UTC+1, MowGreen [MVP] wrote:
    Lynn,
    The error code 0x800C0005 means that IE is being blocked from "seeing"
    the Windows Update site.
    Check the Date and Time of the system to ensure they are accurate. Clear
    the Temporary Internet Files and History via Internet Options in the
    Control Panel. Now click the Advanced tab ... Under the Security heading make sure that : " Check for server certificate revocation " is NOT
    checked and " Do not save encrypted pages to disk " IS checked.
    Add the following Trusted Sites:
    1. Open Internet Explorer.
    2. Click "Tools," and then click "Internet Options."
    3. Click "Security."
    4. Click the Trusted Sites icon.
    5. Click "Sites."
    6. Clear the check box "Require server verification (https:)for all sites in this zone."
    7. Add the following sites.
    http://Windowsupdate.microsoft.com
    http://V4.Windowsupdate.microsoft.com
    https://v4.Windowsupdate.microsoft.com
    http://Download.Windowsupdate.com
    From Lucy, MS :
    " Click Start >> Run >> Type the follow command in the Open box.
    "REGSVR32 WINTRUST.DLL" (w/o quotes)
    Press Ok.
    Click Start >> Run >> Type the follow command in the Open box.
    "REGSVR32 SOFTPUB.DLL" (w/o quotes)
    Press Ok.
    Click Start >> Run >> Type the follow command in the Open box.
    "REGSVR32 INITPKI.DLL" (w/o quotes)
    Press Ok.
    Click Start >> Run >> Type the follow command in the Open box.
    "REGSVR32 MSSIP32.DLL" (w/o quotes)
    Press Ok.
    This can also happen if an installed program is intercepting the Windows Update process. Applications like web accelerators, TweakMasterDNS, etc.
    can add static IP entries for the Windows Update site into the HOSTS file. Check the HOSTS file (it may also be called HOSTS.SAM) and make sure you don't have any static IP entries for the Windows Update web site listed
    in the file. If you are running Win98/ME, the HOSTS file will be in
    this folder:
    C:\Windows
    If you are running WinNT/2K/XP, it will be in this folder: C:\WINDOWS\system32\drivers\etc
    You can use Notepad to open the HOSTS file. If you find IP addresses associated with Windows Update please remove the entries and save changes. " Can you successfully reach SSL sites . Test here : https://www.stanford.edu/group/idg/leland/samples/secure/test.html
    If not :
    The Page Cannot Be Displayed" Error Message When You Try to View Web
    Page on a Secure Web Site
    http://support.microsoft.com/?kbid=303807
    Page Cannot Be Displayed Error During SSL 3.0 Server Session Timeout http://support.microsoft.com/?kbid=305217
    You Cannot Access Your MSN E-mail Account or Authenticate with a Web
    Site in Various Programs
    http://support.microsoft.com/?kbid=813951
    HOW TO: Troubleshoot Situations Where You Cannot Complete MSN Sign-up or Connect to SSL Secured (128-Bit) Web Sites by Using Internet Explorer in Windows XP
    http://support.microsoft.com/?kbid=813444

    MowGreen [MVP]
    *-343-* Never Forgotten
    Lynn Simpson wrote:
    I can get on to the windows update page but when I try to
    scan for ant updates I get the error 0x800C0005. Can
    anyone help me?????????

    Thanks

    Lynn

    You an also automate this process if you are going to us in multiply computer on your network:

    1. Open a notepad files and save like a fix_regedit.cmd
    2. Write a following commands

    echo off
    Regsvr32 C:\Softpub.dll
    Regsvr32 C:\Wintrust.dll
    Regsvr32 C:\Initpki.dll
    Exit

    3. Edit the path with your ddl file location if you have downloaded new ones
    4. Remove “C:\” to try to register them from default location
    5. Save the edited notepad.
    6. Run the script and the DLL will be registered

    Check more info at the source page - https://www.get-itsolutions.com/error-0x8004005-error-0x800c0005/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)