コンピュータシステム関連の情報等を参照・設定
コンピュータシステム関連の情報等を参照・設定する
サンプルソース
コンピュータシステム関連の情報等を参照
(入力)
wmic COMPUTERSYSTEM list full
(出力)
AdminPasswordStatus=3
    
AutomaticResetBootOption=TRUE
    
AutomaticResetCapability=TRUE
    
BootOptionOnLimit=0
    
BootOptionOnWatchDog=0
    
BootROMSupported=TRUE
    
BootupState=Normal boot
    
Caption=TESTCOM
    
ChassisBootupState=3
    
CreationClassName=Win32_ComputerSystem
    
CurrentTimeZone=540
    
DaylightInEffect=
    
Description=AT/AT COMPATIBLE
      
・・・・・以下続く
サンプルソース
COMPUTERSYSTEMで設定変更可能な一覧を表示
(入力)
wmic COMPUTERSYSTEM set /?
(出力)

※以下一覧
      
AutomaticResetBootOption ⇒ 変更する方法
      
CurrentTimeZone ⇒ 変更する方法
      
EnableDaylightSavingsTime ⇒ 変更する方法
      
Roles
      
SystemStartupDelay
      
SystemStartupOptions
      
SystemStartupSetting
      
Workgroup
