Skip to content

Commit

Permalink
Add free disk space example
Browse files Browse the repository at this point in the history
  • Loading branch information
sleevezipper authored Jan 16, 2022
1 parent b39b65c commit 2e46535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/WMIQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ You can use [WMI Explorer](https://github.com/vinaypamnani/wmie2/releases) to co
| Logical Processors | `SELECT NumberOfLogicalProcessors FROM Win32_ComputerSystem` | `8` (Processors * Cores * Threads) | [:link:](https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-computersystem) | @deftnerd |
| System Type | `SELECT PCSystemType FROM Win32_ComputerSystem` | `1` (0=Unspecified, 1=Desktop, 2=Laptop, 3=Workstation, etc) | [:link:](https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-computersystem) | @deftnerd |
| Processor Architecture | `SELECT SystemType FROM Win32_ComputerSystem` | `64-bit Intel PC` | [:link:](https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-computersystem) | @deftnerd |
| Free Disk Space | `SELECT FreeSpace FROM Win32_LogicalDisk WHERE DeviceID='C:'` | `299329323008` (bytes) | [:link:](https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-logicaldisk) | @sleevezipper |

### Power & Thermal Information
| Data | Query | Example Response | Info | Contributor |
Expand Down

0 comments on commit 2e46535

Please sign in to comment.