0

I would like to get an idea how identify if BitLocker is supported on the OS, may be I need to check some specific registries or settings?

AhmadH
  • 76
  • 6

1 Answers1

0

I think I got it. >> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio‌​n\BitLocker] "IsBdeDriverPresent"=dword:00000001

AhmadH
  • 76
  • 6
  • This is not correct. My machine has windows 7 Pro, which has no Bitlocker, but this registry IsBdeDriverPresent has value 1 – 51k Jul 02 '18 at 15:09
  • Win7 Pro still has BitLocker Reader for which it needs the driver, so may be the answer is partially correct. I could not get any closer to the solution. – AhmadH Jul 03 '18 at 15:51
  • Microsoft has published the OS list which supports Bitlocker. Any reason why you did not use that list. – 51k Jul 04 '18 at 12:54