mirror of
https://github.com/martanne/bitpixie
synced 2026-06-08 15:44:32 +00:00
winpe: fix typos in documentation
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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 ...
|
||||
|
||||
Reference in New Issue
Block a user