1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

人柱Windows10に最新のWindowsUpdateを適用させる為に作ったbat(コマンド)

Last updated at Posted at 2022-11-30

概要

人柱Windows10 = 常に最新のWindowsUpdateを適用させとく検証機的なやつ 。

WindowsUpdate画面開いてマウスをポチポチしてUpdate適用するのが面倒くさいのでbat作りました。

bat

下記のようなコマンドのbatを作って、タスクスケジューラで夜間に実行してまーす。

usoclient StartScan
usoclient StartDownload
usoclient StartInstall
usoclient StartInteractiveScan
start ms-settings:windowsupdate-action

bat起動すると ↓ こんな画面開く。

image.png

オプションの更新プログラムは適用されない…

この記事のbatを実行しても下記のように『オプションの更新プログラム』は適用されずに残る。

image.png

オプションの更新プログラムをコマンドで適用する方法分からなかった。

なので、あきらめてbatの最後で
start ms-settings:windowsupdate-action
をして、WindowsUpdateの画面を表示させてる。
(オプションの更新プログラム適用は手処理)

蛇足

本当はWSUSの環境があるといいんだけど…。
無いから仕方なく…。

参考サイトさん

バージョン

Windows 10 Pro 21H2 OSビルド 19045.2311

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?