From 13cb63e400c6937615a51df651f8623d7d65b920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 26 Jun 2025 07:45:17 +0200 Subject: [PATCH] winpe: update drive letter in documentation Should have been part of eb2c61558f50e3deb452fa8b1079c8f6506445bb. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adbebd2..8ab37bf 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ dislocker-metadata.exe -V \\.\PhysicalDrive0 -K vmk-*.dat -o 1234 Using the recovery password the encrypted volume can be unlocked: ``` -manage-bde -unlock B: -RecoveryPassword 123456-789012-345678-901234-567890-123456 +manage-bde -unlock C: -RecoveryPassword 123456-789012-345678-901234-567890-123456 ``` > [!warning]