PowerShellスクリプトを使用してWindowsUpdateクライアントをリセットする

Windows Update(Windows Updates)はほとんどの場合スムーズに機能しますが、ユーザーはWindows Updateの実行中に問題が発生する場合があります。たとえば、更新が利用可能であるにもかかわらず、サービスがそれらを検出してインストールせず、更新が正しくインストールされないため、問題が発生する場合があります。 、Windows Updateサービスが「更新中」でスタックし、まったく更新されないなどの可能性があります。

システムの再起動、Windows Updateサービスの再起動、可能であれば以前の更新のロールバック、Windows Updateのトラブルシューティング、 (troubleshooting Windows Update)Windows Updateトラブルシューティングの実行を試みることはできますが、常に機能するとは限りません。WindowsUpdateコンポーネントを手動でデフォルトにリセット(manually reset Windows Update components to default)する方法についてはすでに説明しました。今日は、WindowsUpdateクライアント設定を完全にリセットするResetWindowsUpdateクライアントスクリプトを見(Windows Update)いきます(Reset Windows Update Client Script)

WindowsUpdateクライアントをリセットする

This script will completely reset the Windows Update client settings. It has been tested on Windows 7, 8, 10, and Server 2012 R2. It will configure the services and registry keys related to Windows Update for default settings. It will also clean up files related to Windows Update, in addition to BITS related data. Because of some limitations of the cmdlets available in PowerShell, this script calls some legacy utilities (sc.exe, netsh.exe, wusa.exe, etc).

データのバックアップを取り、Windowsシステムを再起動して、(Windows)管理者(Administrator)としてログインします。

(Download)下記のリンクからTechnet/Github –PowerShellファイルをダウンロードします。Reset-WindowsUpdate.psiファイルを右クリックし、[ PowerShellで実行]を(Run with PowerShell)選択します。

確認を求められます。確認すると、スクリプトが実行され、WindowsUpdateクライアントがリセットされます。

このツールは、レジストリキー、設定、およびサービスをデフォルト値に構成します。すべての更新がリセットされ、完了すると、システムを再起動して更新を再インストールできます。

WindowsUpdateスクリプトをリセットする

プロセスが終了すると、PowerShellウィンドウが終了します。

これらのリンクをありがとうTynamite

  • リセット-WindowsUpdate.ps1Powershellスクリプト(Reset-WindowsUpdate.ps1 Powershell Script)github.com
  • WSUSクライアントをリセットします:github.com
  • Windows Updateエージェントをリセットします:github.com

以前、 WUエージェント(WU Agent)をデフォルト値にリセットできるWindowsUpdateエージェントのリセットツールと呼ばれる別のツールも確認しました。(Reset Windows Update Agent Tool)このツールは、最新のWindows 10バージョンと互換性があるように更新され、100,000人を超えるユーザーによってダウンロードされています。



About the author

私は、Windows 11 または 10 アプリケーションの開発と保守に 10 年以上の経験を持つソフトウェア エンジニアです。また、Google ドキュメントと Microsoft Edge の使用経験もあります。これらの分野での私のスキルは、将来のソフトウェア エンジニアリングの役割の優れた候補者になります。



Related posts