2015年10月17日土曜日

自分用メモ: Windows 10 の Update でコケる時の対処

Windows 10 の Update において特定の Update がコケた場合、そのままだと他の Update が引っ張ってこられないことがあり中々問題がある(例えば、Insider Build の新しいバージョンが配信されてこなかったりする)。そんなわけで手元環境で ERROR 0x80242fff が起き続けているのでどうしたものかと探していたら解決策を見つけた。

http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_update/windows-10-update-error-0x80242fff-while/a202c3c6-8ba8-43a6-8fe6-d9b0b84c1c06?auth=1

一応、重要なところだけ転載。----------------

1. Disconnect your network internet cable and turn off wifi
You may try these steps to reset the Windows update components manually and check.
a. Press Windows key + X on the desktop screen of the computer.
b. Select Command Prompt (Admin)
c. On the open Command Prompt window copy and paste the commands (all at once).
net stop 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
net start bits
net start msiserver
exit
2. Reconnect your network internet cable and turn on wifi
3. Reboot
4.  Login and retry windows updates

-----------------------------------------

日本語化し抄訳すると、下記の通り。----------

1. インターネット接続ケーブルを取り外し、Wifi を OFF にする。
-a. デスクトップ画面で Win + X を押す。
-b. 表示されたメニュー画面で、「コマンドプロンプト(管理者として実行)」を選択する。
-c. 下記のコマンドをコピー&ペーストし実行する。一度に実行してよい。
net stop 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
net start bits
net start msiserver
exit
2. インターネット接続ケーブルを接続し直し、Wifi を ON にする。
3. 再起動する。
4. ログオンし、Windows Update を再度実行する。

-----------------------------------------

勿論、物理的にインターネット接続ケーブルを操作する必要はなく、適当に Ethernet アダプタを Disable したり Enable したりすれば良い。

というわけで今後はコケてもまあ大丈夫。(駄目

0 件のコメント: