mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
407 B
Markdown
13 lines
407 B
Markdown
![]() |
# woeusb
|
||
|
|
||
|
> Windows media creation tool.
|
||
|
> More information: <https://github.com/WoeUSB/WoeUSB>.
|
||
|
|
||
|
- Format a USB then create a bootable Windows installation drive:
|
||
|
|
||
|
`woeusb --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 --partition {{path/to/windows.iso}} {{/dev/sdXN}}`
|