1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:42:08 +02:00
tldr/pages/linux/woeusb.md
Suyash Bhawsar da194b7c27
woeusb: add page (#8434)
* Create woeusb.md

* Update woeusb.md

* Update woeusb.md

* Update woeusb.md

* Update pages/linux/woeusb.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Update pages/linux/woeusb.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Update pages/linux/woeusb.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Update pages/linux/woeusb.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Update pages/linux/woeusb.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Update pages/linux/woeusb.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* broot

Added broot command tldr.

* Delete broot.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-09-13 18:51:53 +00:00

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