Windows Powershellによるautochkに関する情報を取得する方法を紹介
autochkに関する情報を取得(autochkが開始されまでの時間)。全てのプロパティについて取得したい場合は、Format-List * で可能。
サンプルソース
(入力)
Get-WmiObject Win32_AutochkSetting | Format-List UserInputDelay
(出力)
UserInputDelay : 8
|
PR関連書籍PRカテゴリ姉妹サイトリンクWindows Powershellによるautochkに関する情報を取得する方法を紹介autochkに関する情報を取得(autochkが開始されまでの時間)。全てのプロパティについて取得したい場合は、Format-List * で可能。 サンプルソース(入力) Get-WmiObject Win32_AutochkSetting | Format-List UserInputDelay (出力) UserInputDelay : 8 |