winpe: fix typos in documentation

This commit is contained in:
Marc André Tanner
2025-06-04 21:23:47 +02:00
parent 7590d72d64
commit 9014aa2815
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -260,7 +260,7 @@ c:\> diskpart
diskpart> list disk
diskpart> select disk 0
diskpart> detail disk
diskpart> list partitions
diskpart> list partition
diskpart> select partition 3
diskpart> detail partition
...
@@ -278,7 +278,7 @@ you can run the following command to hopefully print the BitLocker recovery
password in human readable form:
```
dislocker-metadata.exe -V \\.\PhysicalDrive0 -o 1234 -K vmk.dat
dislocker-metadata.exe -V \\.\PhysicalDrive0 -K vmk-*.dat -o 1234
```
> [!warning]
+1 -1
View File
@@ -42,7 +42,7 @@ echo %cd%^> diskpart
echo diskpart^> list disk
echo diskpart^> select disk 0
echo diskpart^> detail disk
echo diskpart^> list partitions
echo diskpart^> list partition
echo diskpart^> select partition 3
echo diskpart^> detail partition
echo ...