From da194b7c270afc02f6b0ad0bddd5bf88481a32de Mon Sep 17 00:00:00 2001 From: Suyash Bhawsar Date: Wed, 14 Sep 2022 00:21:53 +0530 Subject: [PATCH] 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> --- pages/linux/woeusb.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/woeusb.md diff --git a/pages/linux/woeusb.md b/pages/linux/woeusb.md new file mode 100644 index 000000000..8cd058967 --- /dev/null +++ b/pages/linux/woeusb.md @@ -0,0 +1,12 @@ +# woeusb + +> Windows media creation tool. +> More information: . + +- 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}}`