Computer Front Panel Reset Status Dec 15, 2017 | Operating Systems, Windows categoryDisplays the computer Front Panel Reset Status Module data SELECT FrontPanelResetStatus FROM Win32_ComputerSystem
Free RAM Dec 15, 2017 | Operating Systems, Windows categoryAvailable RAM memory in bytes Module data SELECT AvailableBytes from Win32_PerfRawData_PerfOS_Memory
CPU Load Dec 15, 2017 | Operating Systems, Windows categoryCPU0 LOAD AVERAGE Module data SELECT LoadPercentage from Win32_Processor WHERE DeviceID = “CPU0”
Computer System Startup Options Dec 15, 2017 | Operating Systems, Windows categoryDisplays the computer System Startup Options using WMI Module data SELECT SystemStartupOptions FROM Win32_ComputerSystem
Computer System Startup Delay Dec 15, 2017 | Operating Systems, Windows categoryDisplays the computer System Startup Delay using WMI Module data SELECT SystemStartupDelay FROM Win32_ComputerSystem
Computer Status Dec 15, 2017 | Operating Systems, Windows categoryDisplays the computer Status using WMI Module data SELECT Status FROM Win32_ComputerSystem