Update Workflows/Windows/Delete Windows Recovery Partition.md

This commit is contained in:
2025-01-07 14:20:13 -07:00
parent d6ef8e17cf
commit 64ef285170

View File

@ -18,7 +18,7 @@ exit # (9)
2. This displays all disks attached to the device. 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. 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. 4. List all partitions on the previously-selected disk.
5. This partition number is for the partition of type "Recovery" 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. 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.
8. This will expand the operating system partition into the unallocated space that is now available to it. 8. This will expand the operating system partition into the unallocated space that is now available to it.