commands.sh

woeusb

linux

Windows media creation tool.

More info →

Options (2)

-d, --deviceboolean

Format a USB then create a bootable Windows installation drive

Example: woeusb {{[-d|--device]}} {{path/to/windows.iso}} {{/dev/sdX}}
-p, --partitionboolean

Copy Windows files to an existing partition of a USB storage device and make it bootable, without erasing the current data

Example: woeusb {{[-p|--partition]}} {{path/to/windows.iso}} {{/dev/sdXN}}

Examples (2)

Format a USB then create a bootable Windows installation drive

woeusb [-d|--device] path/to/windows.iso /dev/sdX

Copy Windows files to an existing partition of a USB storage device and make it bootable, without erasing the current data

woeusb [-p|--partition] path/to/windows.iso /dev/sdXN
made by @shridhargupta | data from tldr-pages