システムwiki

Windows の更新でエラーが発生しました

weltsam 受付中 最終更新日:2020-10-25 18:30

Win10更新エラー、エラーコード0x80240032、このコードの解決策が見つからない...いくつかの方法を試してみたが役に立たない...

トラブルシューティングツールを実行しても解決できない

返信リスト(回答:1)

1 #
JarlLee
0x80240032エラーがわかっているため、次の方法を試して、Windows Updateコンポーネントを手動で登録してください:
1.同時に[Win + X]ボタンをクリックし、[Windows PowerShell(Administrator)]をクリックします.
2.新しく開いたPowerShellに以下のプログラムコードをコピーし、Enterキーを押します(ください.赤い文字のエラーは無視してください)
3.コンピューターを再起動します
4.Windows Updateを実行します

$arch=Get-WMIObject-Class Win32_Processor-computerName LocalHost|Select-オブジェクトのアドレス幅 Write-Host "1.Windows Update Servicesを停止しています..." Stop-Service-Name BITS Stop-Service-Name wuauserv Stop-Service-Name appidsvc Stop-Service-Name cryptsvc Write-Host "2.Remove QMGR Data file..." Remove-Item "$ env:allusersprofile\Application Data\Microsoft\Network\Downloader\qmgr*.dat"-ErrorAction SilentlyContinue Write-Host "3.ソフトウェア配布とCatRootフォルダの名前を変更..." Rename-Item $ env:systemroot\SoftwareDistribution SoftwareDistribution.bak-ErrorAction SilentlyContinue Rename-Item $ env:systemroot\System32\Catroot2 catroot2.bak-ErrorAction SilentlyContinue Write-Host "4.古いWindows Updateログを削除しています..." Remove-Item $ env:systemroot\WindowsUpdate.log-ErrorAction SilentlyContinue Write-Host "5.Windows Update Servicesをデフォルト設定にリセット..."
"sc.exe sdsetビットD:(A ;; CCLCSWRPWPDTLOCRRC ;;; SY)(A ;; CCDCLCSWRPWPDTLOCRSDRCWDWO ;;; BA)(A ;; CCLCSWLOCRRC ;;; AU)(A ;; CCLCSWRPWPDTLOCRRC; ;; PU) "
"sc.exe sdset wuauserv D:(A ;; CCLCSWRPWPDTLOCRRC ;;; SY)(A ;; CCDCLCSWRPWPDTLOCRSDRCWDWO ;;; BA)(A ;; CCLCSWLOCRRC ;;; AU)(A ;; CCLCSWRPWPDTLOCRRC; ;; PU) " Set-Location $ env:systemroot\system32 Write-Host "6.一部のDLLを登録しています..." regsvr32.exe/s atl.dll regsvr32.exe/s urlmon.dll regsvr32.exe/s mshtml.dll regsvr32.exe/s shdocvw.dll regsvr32.exe/s browseui.dll regsvr32.exe/s jscript.dll regsvr32.exe/s vbscript.dll regsvr32.exe/s scrrun.dll regsvr32.exe/s msxml.dll regsvr32.exe/s msxml3.dll regsvr32.exe/s msxml6.dll regsvr32.exe/s actxprxy.dll regsvr32.exe/s softpub.dll regsvr32.exe/s Wintrust.dll regsvr32.exe/s dssenh.dll regsvr32.exe/s rsaenh.dll regsvr32.exe/s gpkcsp.dll regsvr32.exe/s sccbase.dll regsvr32.exe/s slbcsp.dll regsvr32.exe/s cryptdlg.dll regsvr32.exe/s oleaut32.dll regsvr32.exe/s ole32.dll regsvr32.exe/s shell32.dll regsvr32.exe/s initpki.dll regsvr32.exe/s wuapi.dll regsvr32.exe/s wuaueng.dll regsvr32.exe/s wuaueng1.dll regsvr32.exe/s wucltui.dll regsvr32.exe/s wups.dll regsvr32.exe/s wups2.dll regsvr32.exe/s wuweb.dll regsvr32.exe/s qmgr.dll regsvr32.exe/s qmgrprxy.dll regsvr32.exe/s wucltux.dll regsvr32.exe/s muweb.dll regsvr32.exe/s wuwebv.dll Write-Host "7)WSUSクライアント設定を削除しています..." REG DELETE "HKLM\SOFjpARE\Microsoft\Windows\CurrentVersion\WindowsUpdate"/v AccountDomainSid/f REG DELETE "HKLM\SOFjpARE\Microsoft\Windows\CurrentVersion\WindowsUpdate"/v PingID/f REG DELETE "HKLM\SOFjpARE\Microsoft\Windows\CurrentVersion\WindowsUpdate"/v SusClientId/f Write-Host "8)WinSockをリセットしています..." netsh Winsockリセット netsh Winhttpリセットプロキシ Write-Host "9)すべてのBITSジョブを削除..." Get-BitsTransfer|Remove-BitsTransfer Write-Host "10)Attempting to install the Windows Update Agent..." if($ arch-eq 64){ wusa Windows8-RT-KB2937636-x64/quiet
} else { wusa Windows8-RT-KB2937636-x86/quiet
} Write-Host "11)Windows Update Servicesを開始しています..." Start-Service-Name BITS Start-Service-Name wuauserv Start-Service-Name appidsvc Start-Service-Name cryptsvc Write-Host "12)強制検出..." wuauclt/resetauthorization/detectnow Write-Host "処理が完了しました.コンピューターを再起動してください."
他に関連する質問がある場合は、できる限りお答えします!