To check bitlocker status in Windows 10 machines,
1) Launch command prompt
2) In command prompt, type:
manage-bde -status
What this command does:
This command shows the volumes on the target machine, current encryption status, encryption method, and volume type (operating system or data) for each volume.
Check the conversion status - Fully Encrypted or Decrypted.
If it is fully encrypted, you should see the encryption method use.
To turn off bit locker in Windows 10 machine:
1) Launch command prompt
2) In command prompt, type:
manage-bde -off C:
- Reference
- wong chee tat :)