This shows you the differences between two versions of the page.
windows:disable-bitlocker [2019/03/24 01:50] odefta created |
windows:disable-bitlocker [2019/03/24 01:53] (current) odefta |
||
---|---|---|---|
Line 41: | Line 41: | ||
</code> | </code> | ||
- | | + | ===== Remove encryption for C: drive ===== |
+ | |||
+ | manage-bde -off C: | ||
+ | |||
+ | <code> | ||
+ | BitLocker Drive Encryption: Configuration Tool version 10.0.16299 | ||
+ | Copyright (C) 2013 Microsoft Corporation. All rights reserved. | ||
+ | |||
+ | Decryption is now in progress. | ||
+ | </code> | ||
+ | |||
+ | Wait for the decryption to complete. Check this by running the status command (manage-bde -status) | ||
| | ||