Allows you to check the detailed configuration information about a computer and its operating system.
Example
Running this code will get detailed information about the following:
- OS Caption
- Processor ID
- MAC Address
As shown in the UBot browser, here are the following information:
- OS Caption: Microsoft Windows 10 Home
- Processor ID: BFEBFBFF000506E3
- MAC Address: C8:5B:76:7B:D0:C6
load html("{$plugin function("OS Automation.dll", "$system info/sample", "OS Caption")}<br>
{$plugin function("OS Automation.dll", "$system info/sample", "Processor ID")}<br>
{$plugin function("OS Automation.dll", "$system info/sample", "MAC Address")}")