HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

woeusb — Windows media creation tool. More information: <https://manned.org/woeusb>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandwoeusbwindowscreationclimoretoolmedia
linux

Problem

How to use the woeusb command: Windows media creation tool. More information: <https://manned.org/woeusb>.

Solution

woeusb — Windows media creation tool. More information: <https://manned.org/woeusb>.

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}}

Code Snippets

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}}

Context

tldr-pages: linux/woeusb

Revisions (0)

No revisions yet.