2019年9月2日月曜日

PC WinUpdate を司るコマンド USOClient.exe

別件で Web 検索をしていて、
これは 記録するに値する!と思いましたので、投稿に残します。
きっと、プログラムを書く方には参考になると思います。
でも、普通は、無駄な知識かも ... 。


おおっ、 こんなコマンドがあったのですね。
Windows Update を司る コマンド です。

以下のサイトから、内容を抜粋して引用します。

https://www.idkrtm.com/windows-update-commands/

以下、英文は全て引用です。
ありがとうございます。  素晴らしい!。

とても、有用な情報だと思います。


USOClient

The USO client is new to windows 10 and Server 2016. This replaces the wuauclt command in these Operating systems. I would recommend using powershell instead of this client when you are doing automation, since it will work on newer and older clients. However, this client is very simple to use. and is useful for one-off purposes. See the table below for all of the command arguments:


startscan    scan for updates
startdownload    download updates
startinstall    install updates
Refreshsettings    Refresh settings if any changes were made
StartInteractiveScan    Open a dialog and start scanning for updates
RestartDevice    Restart computer to finish installing updates
ScanInstallWait    Scan, Download, and install updates
ResumeUpdate    Resume installing updates on next boot


Examples

See below for some examples of how to use the USO client. All of these examples should be run in an administrative command prompt

Scan for updates

usoclient startscan


Download updates

usoclient startdownload


Install updates

usoclient startinstall



0 件のコメント:

コメントを投稿