Unable to unlock bitlocker via WinPE
Currently have a functional WinPE USB drive by following the guide here:
https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install
and here:
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-create-usb-bootable-drive?view=windows-11
I used the ADK option of
**Download the ADK for Windows 10, version 2004:
Windows ADK for Windows 10, version 2004
Windows PE add-on for the ADK, version 2004
This ADK supports Windows 10, version 2004, and later versions of Windows 10**
`as the target machine is running 20H2
i want to add the functionality of unlocking bitlocker in winpe, on a windows 10 machine, so i can recover some files from it.
i followed this guide:
https://lazyexchangeadmin.cyou/bitlocker-winpe/
and this guide:
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-mount-and-customize?view=windows-11
seems the key OC's are
File management/WinPE-FMAPI and Startup/WinPE-SecureStartup
using the commands from the lazyexhange link, all but the last OC will install, the last one being the secure startup one, needed for BDE functionality
Dism /Image:"C:\WinPE_amd64\mount" /add-package /packagepath:"C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\en-us**WinPE-SecureStartup_en-us.cab**"
This will return an error of
Error: 0x800f081e
The specified package is not applicable to this image.
I have tried the non-language specific version using
Dism /Image:"C:\WinPE_amd64\mount" /add-package /packagepath:"C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs**WinPE-SecureStartup.cab**"
as well but get the same error
and if i try to run manage-bde in winpe anyway, i will get the error that it is not a supported command
here is the dism log
https://1drv.ms/u/s!AtvuslK4YLyYhHxAoNoUcOE2SiGC?e=zAN4Sy
Thanks in advance