Windows Powershellによるautochkが開始されまでの時間を変更する方法を紹介
autochkが開始されまでの時間を変更(autochkが開始されまでの時間)
変更可能なプロパティを探す方法
サンプルソース
(入力)
$s1 = Get-WmiObject -Class Win32_AutochkSetting
$s1 | Set-WmiInstance -Arguments @{UserInputDelay=9}
(出力)
・・・・(省略)・・・
Caption :
Description :
SettingID : Microsoft Windows 10 Enterprise|C:\WINDOWS|\Device\Harddisk0\Partition2
UserInputDelay : 9
・・・・(省略)・・