Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows教程綜合 >> 關於windows >> win7更新Windows Update報80070005錯誤的解決辦法

win7更新Windows Update報80070005錯誤的解決辦法

日期:2017/2/9 13:26:40      編輯:關於windows

Windows Update在檢查更新的時候報80070005錯誤代碼,導致該問題最常用的原因通常是系統權限被篡改,我們可以通過下面的方式恢復到默認的權限。

1、在參考資料復制下載鏈接到IE地址欄中打開 

2、在頁面中單擊“DOWNLOAD(下載)”按鈕,並將其另存在桌面上

3、雙擊subinacl.msi程序,進入安裝向導,單擊“Next(下一步)”繼續

4、將安裝路徑自定義到“C:\Windows\System32”,單擊“Install Now(現在安裝)”按鈕

5、單擊“開始”,單擊“所有程序”,單擊“附件”,單擊“記事本”

6、復制下面的代碼,粘貼進記事本裡

復制內容到剪貼板
  1. @echo off   
  2.   
  3.   
  4. Echo =========================   
  5.   
  6. Echo Processing Registry Permission. Please wait...   
  7.   
  8. Echo =========================   
  9.   
  10. subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f   
  11.   
  12. subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f   
  13.   
  14. subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f   
  15.   
  16.   
  17. subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f   
  18.   
  19. subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f   
  20.   
  21. subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f   
  22.   
  23.   
  24. Echo =========================   
  25.   
  26. Echo Processing Folder Permission. Please wait...   
  27.   
  28. Echo =========================   
  29.   
  30. subinacl /subdirectories %SystemDrive% /grant=administrators=f   
  31.   
  32. subinacl /subdirectories %SystemDrive% /grant=system=f   
  33.   
  34.   
  35. Echo =========================   
  36.   
  37. Echo Finished.    
  38.   
  39. Echo =========================   
  40.   
  41. pause   
  42.   
  43. exit   
  44.   

7、單擊“文件”菜單中的“另存為”命令

8、保存位置選擇“桌面”,並將文件命名為“reset.cmd”,單擊“保存”按鈕

9、最後雙擊執行reset.cmd,完成後重新啟動計算機並嘗試重新更新

注意事項:本經驗適用於Windows XP、Windows 7 。

Copyright © Windows教程網 All Rights Reserved