This Python module provides an interface for interacting with the Deployment Imaging Service and Management Tool (DISM). It allows you to manage and service Windows images, drivers, packages, and system health using DISM commands through Python scripts.
Note
I'm working on the wiki.
- Capture and Apply Windows images
- Mount and unmount Windows images
- Get infos about Windows images
- Add and remove drivers and packages
- Enable and disable Windows features
- Check, scan and restore system health
To install this module, you can use pip:
pip install dism
- Python 3.0 or higher
- Windows operating system with DISM available
See in wiki.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please submit a pull request or open an issue to discuss any changes.