8 lines
330 B
PHP
8 lines
330 B
PHP
<h1>WMI Query</h1>
|
|
|
|
<p>
|
|
Any valid WQL query. According to Microsoft, the WMI Query Language (WQL) is a subset of standard American National Standards Institute Structured Query Language (ANSI SQL) with minor semantic changes to support WMI.
|
|
<p>
|
|
</p>
|
|
Example: SELECT LoadPercentage from Win32_Processor WHERE DeviceID = "CPU0"
|
|
</p> |