From d4691a3f191a8d193c9fb1db5d484ea17b648a19 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 7 Jan 2025 14:22:37 -0700 Subject: [PATCH] Update Workflows/Windows/Delete Windows Recovery Partition.md --- Workflows/Windows/Delete Windows Recovery Partition.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Workflows/Windows/Delete Windows Recovery Partition.md b/Workflows/Windows/Delete Windows Recovery Partition.md index a6128e6..a9e9ccf 100644 --- a/Workflows/Windows/Delete Windows Recovery Partition.md +++ b/Workflows/Windows/Delete Windows Recovery Partition.md @@ -9,7 +9,7 @@ select disk 0 # (3) list partition # (4) select partition 4 # (5) delete partition override # (6) -select partition # (7) +select partition 3 # (7) extend # (8) exit # (9) ``` @@ -18,8 +18,8 @@ exit # (9) 2. This displays all disks attached to the device. 3. Ensure this disk number corresponds to the operating system disk. Open the Disk Management GUI if you are not 100% certain. 4. List all partitions on the previously-selected disk. -5. This partition number is for the partition of type "Recovery". If you see a different partition with a type of "Recovery" use that partition number instead. +5. This partition number is for the partition of type "**Recovery**". If you see a different partition with a type of "**Recovery**" use that partition number instead. 6. This instructs the computer to delete the partition and ignore the fact that it was a recovery partition. -7. You want to select the operating system partition now, so we can expand it. +7. You want to select the operating system partition now, so we can expand it. This partition will generally be of a type "**Primary**" and be the largest size partition on the disk. 8. This will expand the operating system partition into the unallocated space that is now available to it. 9. Gracefully close the disk management CLI utility. \ No newline at end of file