From 9f96558cdd11ce83dcc08289c31da425063eab24 Mon Sep 17 00:00:00 2001 From: Xtraim <48596203+Xtraim@users.noreply.github.com> Date: Sat, 10 Apr 2021 01:21:01 +0200 Subject: [PATCH] update the windows part I choose to add this part because, after the clean the usb stick could stay in a raw state without creating the new partions, activating and formatting. Thanks Change-type: patch --- docs/USER-DOCUMENTATION.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/USER-DOCUMENTATION.md b/docs/USER-DOCUMENTATION.md index 0fa329ed..47b9f3c4 100644 --- a/docs/USER-DOCUMENTATION.md +++ b/docs/USER-DOCUMENTATION.md @@ -159,6 +159,18 @@ pre-installed in all modern Windows versions. - Run `clean`. This command will completely clean your drive by erasing any existent filesystem. + +- Run `create partition primary`. This command will create a new partition. + +- Run `active`. This command will active the partition. + +- Run `list partition`. This command will show available partition. + +- Run `select partition N`, where `N` corresponds to the id of the newly available partition. + +- Run `format override quick`. This command will format the partition. You can choose a specific formatting by adding `FS=xx` where `xx` could be `NTFS or FAT or FAT32` after `format`. Example : `format FS=NTFS override quick` + +- Run `exit` to quit diskpart. ### OS X