fix indents/numbering

This commit is contained in:
Jeff Borsecnik 2023-11-14 13:14:30 -08:00 committed by GitHub
parent 6abb05a5a5
commit 42ccbc7718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -439,15 +439,15 @@ The partition type can be determined with the DiskPart tool. The DiskPart tool i
1. In the elevated command prompt that opens enter the following command: 1. In the elevated command prompt that opens enter the following command:
```cmd ```cmd
DiskPart.exe DiskPart.exe
``` ```
1. The **DISKPART>** prompt is displayed in the command prompt windows. At the **DISKPART>** prompt, enter the following command: 1. The **DISKPART>** prompt is displayed in the command prompt windows. At the **DISKPART>** prompt, enter the following command:
```cmd ```cmd
list disk list disk
``` ```
1. The partition type is displayed in the **Gpt** column. If the partition is GPT, an asterisk (**\***) is displayed in the column. If the partition is MBR, the column will be blank. 1. The partition type is displayed in the **Gpt** column. If the partition is GPT, an asterisk (**\***) is displayed in the column. If the partition is MBR, the column will be blank.