システムwiki

Windows 10 の更新、version 1909 エラー 0x8007042B のインストールに失敗しました

SaiXion 受付中 最終更新日:2021-05-20 14:14

このversionへの更新はインストールされていません

返信リスト(回答:1)

1 #
Pondsi
次のことを試すことをお勧めします.
1.Windows Powershell管理者を使用して、次のコマンドを入力します.
(各コマンドは別々の行にあります)
SCconfig wuauserv start=auto
SC config bits start=auto
SC config cryptsvc start=auto
SC config trustedinstaller start=auto
SC config wuauserv type=share
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
そうでない場合は、試してください再起動後、次の形式に従って再入力します.
SC config wuauserv start=auto
SC config bits start=auto
SC config cryptsvc start=autoSC config trustedinstaller start=auto
SC config wuauserv type=share
net stop wuauserv
net stop cryptSvc
ネットストップビット
ネットストップmsiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
問題が解決しない場合は、次のツールを使用して試すことができます.
https://aka.ms/wudiagこの質問は48時間以内に開いたままになります...