踏雪寻梅 发表于 2018-6-23 09:38:02

Windows Update 错误800B0001

1. Re-register the .dll files that handle the update process
  Go to Start and click on the Run button. If you don’t have it there you can use the search feature and type Run and hit Enter.

[*]  In the Run window type cmd
[*]  Depending on your version of Windows write the following commands and hit enter after each one.
  REGSVR32 SOFTPUB.DLL                   (for XP, Vista & Win7)
  REGSVR32 MSSIP32.DLL                  (for XP, Vista & Win7)
  REGSVR32 WINTRUST.DLL                (for XP, Vista & Win7)
  REGSVR32 INITPKI.DLL                     (for XP & Vista)
2. Manually Install Update KB 2720211
3. Reinitialize the Download Folders

[*]  Open a Notepad file by writing notepad in the search option in the Start menu
[*]  Write the following code
  net stop wuauserv
  net stop CryptSvc
  ren %windir%\system32\catroot2 catroot2.old
  ren %windir%\SoftwareDistribution sold.old
  net start CryptSvc
  net start wuauserv
  pause

[*]  Save the file to your Desktop with the file name rename.bat.
[*]  Right click on the file on your Desktop and select Run as administrator.
[*]  Restart your computer and see if the problem has been resolved.
4. Use the System Update Readiness Tool
  原链接:http://pcrepairhub.com/windows-update-error-800b0001/
页: [1]
查看完整版本: Windows Update 错误800B0001