システムwiki

windows 10KB4592438 セキュリティ更新プログラム、エラーコード 0x8007371B の場合、何をすればよいですか.

7df35f 解決済 最終更新日:2021-05-20 08:00

手動インストールアップデートが試行されましたが、インストールをインストールできません.インストールの設定、インストールの設定エラーコードの設定0x800700020x8007371bです.

返信リスト(回答:1)

1 #
ABigLan 1
管理者権限でcmdを開き、次のコマンドを入力して、関連サービスの起動タイプを変更および更新できます.
SC config wuauserv start=auto
SC config bits start=auto
SC config cryptsvc start=auto
SC config trustedinstaller start=auto
SC config wuauserv type=share
次に、次のコマンドを入力してキャッシュをクリーンアップし、サービスを再起動します
netstop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C :\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
ネットスタートビット
ネットスタートmsiserver
同時に、次のWebページにあるトラブルシューティングを使用することをお勧めします
https://aka.ms/wudiag