Hi guys, just giving my users access to the Bitlocker page in MDT. We want it to default to NOT encrypt the drive, but if they do select to encrypt the drive, TPM install and AD recovery key are preselected, to help guard against someone not setting them correctly
SkipBitLocker=NO
BDEInstall=TPM
BDERecoveryKey=AD
makes it default to encrypting the drive and selects the right options.
Any idea how to make it default to not encrypt?