A PowerShell script to install Windows (from these files: .iso, .esd, .wim
) onto another partition (dual booting), without restarting or the use of external installation media, e.g. USB flash drives. 💾
No real documentation will be provided, but for this script, you will need:
- A Windows image (
.iso, .esd, .wim
) - An NTFS partition (without Windows on it) to deploy Windows to, which is on an internal drive with enough storage
- Windows (to run the script)
Major credit to iidanL/InstallWindowsWithoutUSB for the inspiration for this script! This script is basically a rewrite in PowerShell.
- Write-Menu - TUI selection menu