Hi,
I have created a TS that installs Windows 10 Pro (1909), a few apps and enables BitLocker; however, the BitLocker step fails. The drive shows up as encrypted, but with an exclamation triangle. The BitLocker Control Panel applet states "Bitlocker waiting for activation". manage-bde -status shows the drive as encrypted:
The TS step is the default "Enable Bitlocker" one as follows:
And my customsettings.ini contains the following BitLocker related parameters:
Text
SkipBitLocker=NO SkipSummary=YES SkipFinalSummary=NO ' Bitlocker Configuration BDEInstallSuppress=NO BDEWaitForEncryption=False BDEDriveLetter=S: BDEDriveSize=3000 BDEInstall=TPM BDERecoveryKey=AD OSDBitLockerWaitForEncryption=TRUE
Deployment shows an error on the Final Summary stating"verify %OSSKU% is defined.", but I don't think this is related to BitLocker...
Has anyone...