From fd30b25f2b54074d420b2d2df0cd138902bf2e0e Mon Sep 17 00:00:00 2001 From: sleevezipper Date: Sun, 17 Jan 2021 00:37:09 +0100 Subject: [PATCH] add wmi query by @grizzlyjere #14 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a508f42..d4164f5 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,14 @@ which results in `4008` for my PC. You can use [WMI Explorer](https://github.com/vinaypamnani/wmie2/tree/v2.0.0.2) to find see what data is available. +Here's some queries from other users: + +|Query|Explanation|Thanks| +|---|---|---| +|`SELECT username FROM Win32_ComputerSystem`|Shows the current user|@grizzlyjere| + +Want to add you query here? Please create a pull request or open an issue. + ### LastActive This sensor returns the date/time that the workstation was last active. Typing or moving your mouse will reset the date/time.