diff options
Diffstat (limited to 'vendor/github.com/StackExchange/wmi/README.md')
-rw-r--r-- | vendor/github.com/StackExchange/wmi/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/StackExchange/wmi/README.md b/vendor/github.com/StackExchange/wmi/README.md new file mode 100644 index 000000000..426d1a46b --- /dev/null +++ b/vendor/github.com/StackExchange/wmi/README.md @@ -0,0 +1,6 @@ +wmi +=== + +Package wmi provides a WQL interface to Windows WMI. + +Note: It interfaces with WMI on the local machine, therefore it only runs on Windows. |