LoginSignup
1
2

More than 5 years have passed since last update.

Winodwsに適応済みの更新プログラムを調べる

Last updated at Posted at 2015-06-04

Windows Management Instrumentation Command Lineで調べる

> wmic qfe | find "KB"

システム情報を収集して調べる

> systeminfo | find "KB"

PowerShellを用いてWMIのオブジェクトから調べる

PS> Get-WmiObject -Class Win32_QuickFixEngineering

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