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?
Asked
Active
Viewed 601 times
0
-
Have you tried anything yet? – silentsod Dec 14 '16 at 17:36
-
I think I got it. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\BitLocker] "IsBdeDriverPresent"=dword:00000001 – AhmadH Dec 14 '16 at 18:52
1 Answers
0
I think I got it. >> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\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