WindowsUpdate
2018年1月6日 WindowsWindowsUpdateを行おうとしたら、下記のエラーが表示されて更新できなかった。
対処法
1.コマンドプロンプトで以下のコマンドを実行する。(WindowsUpdate停止)
2.WindowsUpdate.logを掴んでいるプロセスを停止させる。
3.SoftwareDistributionをリネームする
4.コマンドプロンプトで以下のコマンドを実行する。(WindowsUpdate開始)
(null)のソフトウェアについての詳細を確認します。
対処法
1.コマンドプロンプトで以下のコマンドを実行する。(WindowsUpdate停止)
net stop wuauserv
net stop bits
2.WindowsUpdate.logを掴んでいるプロセスを停止させる。
※ReportingEvents.logが掴まれていた
net stop "Windows Update"
3.SoftwareDistributionをリネームする
C:/Windows/SoftwareDistribution
上記のディレクトリを別名に変更する。
4.コマンドプロンプトで以下のコマンドを実行する。(WindowsUpdate開始)
net start wuauserv
net start bits
コメント