migrate
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
If you are disabling bitlocker for all drives the data drives need to be disabled first before you can disable the OS drive.
|
||||
|
||||
Here is a screen shot of what the drives would look like when BitLocker is enabled.
|
||||

|
||||
|
||||
To disable bitlocker on data drives open an elevated PowerShell console and run the following:
|
||||
Disable-bitlocker -mountpoint \<drive letter:\>
|
||||
Ex: disable-bitlocker -mounpoint "d:"
|
||||
|
||||

|
||||
|
||||
You can use the cmdlet get-bitlockervolume to monitor the progress of the drive being decrypted by following the "Encryption Percentage"
|
||||
|
||||
If you want to disable bitlocker on multiple drives at once you can run the following:
|
||||
Disable-bitlocker -mountpoint \<drive letter:\>,\<drive letter:\>
|
||||
Example: disable-bitlocker -mountpoint "e:","S:"
|
||||
|
||||

|
||||
|
||||
Screenshot of when BitLocker is disabled on all drives.
|
||||

|
||||
Reference in New Issue
Block a user