Forum Discussion
ViProCon
Jan 26, 2020Brass Contributor
Disable BitLocker prompting on boot?
Hi all, I just enabled and completed Bitlocker encryptoni on C: on a Win 10 Pro machine, remotely. I saved the bitlocker key file just in case. In order to maintain remote access over the long...
david kay
Jan 26, 2020Copper Contributor
You can try either suspending or disable then re-enable:
Suspend:
- Right click Bitlockered Drive (c:) in file explorer
- Select Manage Bitlocker (this opens BL Drive Encryption)
- Click Suspend
- Click Yes
- Reboot
- Repeat steps 1 & 2
- Click Resume Protection
- Reboot
Or
Disable/Enable:
In elevated PoSh window:
<for remote establish a session 1st>
manage-bde -protectors -disable c:
reboot
manage-bde -protectors -enable c:
reboot
ViProCon
Jul 09, 2020Brass Contributor
Sorry I seemed to have missed the notifications on this thread. I actually completely forget what machine I did this work on that had those options greyed out so I'll just bear it in mind if I stumble into it. I'm curious though, if you Suspend protection, does that not just fully decrypt the drive...which presumably takes a while? Can you Resume Protection when it's not yet finished Suspending it?