An open API service indexing awesome lists of open source software.

https://github.com/ispique/wmi-query-tool

A Python script that leverages Windows Management Instrumentation (WMI) to query and retrieve a wide range of system information and configuration data from your computer.
https://github.com/ispique/wmi-query-tool

python windows-management-instrumentation wmi wmi-python wmi-query wmi-query-tool wmi-scripting

Last synced: 5 months ago
JSON representation

A Python script that leverages Windows Management Instrumentation (WMI) to query and retrieve a wide range of system information and configuration data from your computer.

Awesome Lists containing this project

README

          

# INSTALLATION

```bash
pip install -r requirements.txt
```

# About Script
* This script is a WMI query tool to explore and access different aspects of your system and retrieve information about hardware, software, and other system parameters.

* Please make sure that the `queries.json` file is in the same directory where the current code is running.

# Notice

* This code contains only 50 of the **WMI classes**. If you want to find out more, [see.](https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmi-start-page)