system info/detailed

Allows you to check the detailed system information about the computer.


Example

Running this code will get the detailed system information about option "Win32_Processor", saving it as table "&info".

This is shown in the Debugger.

plugin command("OS Automation.dll", "system info/detailed", "Win32_Processor", &info)

Was this helpful?