システムwiki

更新 Windows のインストール問題

bozhu3 解決済 最終更新日:2021-05-13 05:54

2020-Windows 10version1909(KB4549951)-ERROR0x800F081F

返信リスト(回答:1)

1 #
Shawn 1
2020-windows 10version1909の04累積アップデートは現在一部のマシンと互換性がありません.一般的な解決策を試すことができます
コマンドを開始してくださいプロンプトを右クリックして管理者として実行し、次のコマンドを入力します.
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
次のコマンドを使用することもできます
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
システムの更新を再試行してください...
Microsoft Fix it修復ツールを使用し、リンクをクリックしてダウンロードして実行し、この問題の解決を試みることもできます:https ://aka.ms/wudiag