Win7 update Windows Update reported 80070005 error solution

  

Windows Update reports the 80070005 error code when checking for updates. The most common cause of this problem is usually that the system permissions have been tampered with. We can restore the default permissions in the following ways.

1. Open the reference to the IE address bar in the reference copy link

2, click the “DOWNLOAD(download)” button on the page, and add another On the desktop

3, double-click the subinacl.msi program, enter the installation wizard, click "Next" & rdquo; continue

4, will install the path Customize to "C:\\Windows\\System32”, click “Install Now" button

5, click “Start”, click“All Program & rdquo;, click & ldquo; Attachments & rdquo;, click "Notepad"

6, copy the following code, paste into the notebook
copy content to the clipboard @ echo off



  • echo =========================

    < li> Echo Processing Registry Permission. Please wait ...

  • Echo =========================

  • subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant = administrators = f

  • subinacl /subkeyreg HKEY_CURRENT_USER /Grant = administrators = f

  • subinacl /subkeyreg HKEY_CLASSES_ROOT /grant = administrators = f


  • subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant = system = f

  • subinacl /subkeyreg HKEY_CURRENT_USER /grant = system = f

  • subinacl /subkeyreg HKEY_CLASSES_ROOT /grant = system = f


  • Echo =========================

  • Echo Processing Folder Permission. Please wait ...

  • Echo =========================

  • subinacl /subdirectories% SystemDrive% /grant = administrators = f

  • subinacl /subdirectories% SystemDrive% /grant = system = f


  • Echo =============== ==========

  • Echo Finished.

  • Echo =================== =======

  • pause

  • exit



  • 7, click &ldquo ;file” In the single, "Save as" "Command

    8, save the location to select "Desktop", and name the file "Reset.cmd", click the "Save" button

    9. Finally, double-click to execute reset.cmd, restart the computer and try to update again after completion.

    Note: This experience applies to Windows XP and Windows 7.

  • Copyright © Windows knowledge All Rights Reserved