1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Windows11 25H2 をインストールすると27%まで適用された時点でエラーになって元に戻る

1
Last updated at Posted at 2025-12-13

使っているクラウドなどの小ネタ Advent Calendar 2025 14日目

今回はクラウドを離れてWindows11の件です。12月に入って1週間で20台のPCをセットアップしました。その中で4台ほど25H2にアップデートできないものがありました。何度やっても変更が元に戻されます。この20台は同じロットで同じ構成。何に違いがあるのかわからないですね。Windows Updateの診断を行っても何も見つからないですね。

image.png

経験的に分かったこと1

Windows11InstallationAssistantをインストールして、このアプリからWindowsPCHealthCheckSetupをインストールして、実行します。その後にWindows11InstallationAssistantを実行すると25H2のインストールが始まります。

この操作で2台のPCはアップデートできました。

経験的に分かったこと2

管理者として開いたコマンドプロンプトで以下を実行したあとにアップデートをかけたら、25H2がインストールできたPCが1台あった。

dism /online /cleanup-image /restorehealth
sfc /scannow
dism /online /cleanup-image /startcomponentcleanup

最後までできない1台を強制的にアップデートを適用してみる

DISM /Online /Add-Package /PackagePath:path\to\Windows11.0-KB5070773-x64.msu

しかし、エラーですね。パッケージを展開できないみたい?

2025-12-08 13:05:12, Error DISM DISM Package Manager: PID=5404 TID=17528 Failed to start the DPX job to extract MSU files. - CMsuPackage::Expand(hr:0x80070003)
2025-12-08 13:05:12, Error DISM DISM Package Manager: PID=5404 TID=17528 Failed to expand the MSU file into temp folder C:\Users\user\AppData\Local\Temp\02E20E0C-510B-4F46-8EF9-251D180C3CC5. -

HRESULT=0x80070003 は「指定されたパスが見つからない」エラーらしいけど... よくわからん

DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=80070003

KB5070773 って25H2そのものでないような気がするなぁ

UpdateカタログからKB5070773関係のファイルをダウンロードしようとしましたが、ずっと未確認ファイルのままでダウンロードできないですねぇ。なんだろう。

いろいろ試しましたが、全然先に進めない。ダメもとで

dism /online /cleanup-image /restorehealth
sfc /scannow
dism /online /cleanup-image /startcomponentcleanup

を実行して再起動後にアップデートをかけたら... あああ25H2をインストールしだした。

何が問題だったんだろう?

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?