/windows-no-usb

A PowerShell script to install Windows (dual boot), without restarting or external installation media.

Primary LanguagePowerShellGNU General Public License v3.0GPL-3.0

Windows No USB 💿

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:

  1. A Windows image (.iso, .esd, .wim)
  2. An NTFS partition (without Windows on it) to deploy Windows to, which is on an internal drive with enough storage
  3. Windows (to run the script)

Credits

Major credit to iidanL/InstallWindowsWithoutUSB for the inspiration for this script! This script is basically a rewrite in PowerShell.