Author: BlitzPythoner
Newest Version: 1.2
Language: Python 3.6
OS Support: Windows 7, 8.x, 10 (BIOS/Legacy only)
Architecture: 64-bit only
AMIOW is a command-line based tool for installing Windows operating systems from ISO files.
It guides the user through selecting an image index, formatting a drive, and applying the installation using DISM or wimlib-imagex.
- ISO file mounting (IMDisk or PowerShell-based)
- Automatic detection of
install.wimorinstall.esd - Image index selection (DISM/wimlib-imagex)
- Storage Checking
- Target drive formatting (NTFS)
- Write speed testing via WinSAT
- Windows installation (DISM/wimlib-imagex)
- Bootloader setup via BCDBoot
- Optional BCD configuration
- Temporary file cleanup and ISO unmounting
- Administrator privileges
- Python 3.6
- Included tools (IMDisk, wimlib-imagex)
- Valid Windows ISO file or an CD/DVD
- Legacy BIOS-based system
- No support for UEFI or GPT partition schemes yet
- BIOS/MBR only
- Requires legacy system utilities
- AMIOW currently supports only BIOS/MBR systems. Attempting to use it on UEFI/GPT configurations will result in failure.
- No error handling for damaged or incomplete ISO images. The script may exit without clear feedback.
WinSAT-based write speed tests may not run on certain Windows editions or in non-English environments.- Some antivirus software may flag bundled tools (e.g., wimlib-imagex, imdisk) as suspicious due to heuristic detection.
Bug reports and feedback are welcome via GitHub Issues.
Development Period: 21.09.2025 – 12.10.2025
- v1.0 Main Release [12-10-2025]
- v1.1 Added two more paths, fixed bugs [12-10-2025]
- v1.1.1 Bug Fixes, Improvements [13-10-2025]
- v1.2 Added Storage Check, Auto Source drive Selection, Minor Bug fixes [14-10-2025]
This project is distributed under a custom permissive license. See LICENSE.txt for usage terms.
This tool includes the following third-party software:
- wimlib-imagex (by Eric Biggers) – Licensed under GNU GPL v3 or later
The full source code for this component is available at:
https://wimlib.net/downloads/
We do not modify or recompile this tool; it is included in its original binary form.
- ImDisk Toolkit (by Olof Lagerkvist) – Licensed under the WTFPL
The full source code is available at:
https://sourceforge.net/projects/imdisk-toolkit/
Corresponding license texts can be found in the LICENSES/ directory.
Please review the licenses of included components before redistribution.