tool Python · Windows 11 · WMIC
Windows 11 Installed Apps Exporter
A Python script that gathers applications installed on Windows 11 and automatically creates a text inventory on the desktop.
- Problem
- Creating a readable inventory of installed software can require manually checking several screens and system sources.
- Solution
- The script queries installed products through WMIC, normalizes application names, and writes the result to `installed_apps.txt`.
- Outcome
- A local, shareable inventory of applications present on the PC, produced in a single run.
- Stack
- PythonWindows 11WMIC
Quick inventory
The project reduces collection of installed applications to one standalone script. When processing completes, the text file is saved to the user’s desktop.
Usage
Python on Windows 11 is the only requirement; run script.py without external services or cloud configuration.