mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 01:41:42 +00:00
18 lines
499 B
Plaintext
18 lines
499 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|