Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-29 00:20:05 +00:00
parent 5c637b8c84
commit d1988a6d2c
87 changed files with 623 additions and 154 deletions

View File

@@ -6,12 +6,12 @@ source: https://github.com/tldr-pages/tldr.git
# woeusb
> Windows media creation tool.
> More information: <https://github.com/WoeUSB/WoeUSB>.
> More information: <https://manned.org/woeusb>.
- Format a USB then create a bootable Windows installation drive:
`woeusb --device {{path/to/windows.iso}} {{/dev/sdX}}`
`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 --partition {{path/to/windows.iso}} {{/dev/sdXN}}`
`woeusb {{[-p|--partition]}} {{path/to/windows.iso}} {{/dev/sdXN}}`