Windows Update 実施コマンド
検証環境
・windows 10
UsoClient.exe
・Windowsのタスクスケジューラで実行されているWindowsUpdateに関するコマンド
・wuauctlはWindows10から廃止されUsoClient.exeを利用
参考:MicrosoftDoc
Windows10での利用
主なコマンドオプション
コマンド | オプション | 説明 |
---|---|---|
UsoClient | StartScan | 更新プログラムをチェック |
UsoClient | StartInstall | 更新プログラムをインストール ※手動で「インストール」ボタンを押下しないといけないプログラムはインストールできない |
UsoClient | StartInteractiveScan | Windows Update画面のボタンをクリック ※手動でボタンを押下した動き |
使用例
C:\Windows\System32\UsoClient.exe startscan
C:\Windows\System32\UsoClient.exe StartInstall
C:\Windows\System32\UsoClient.exe StartInteractiveScan