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