0

Is there a command to open the BitLocker Drive Encryption windows using PowerShell (Control Panel\System and Security\BitLocker Drive Encryption)? I do not want any changes I just want to open this window.

enter image description here

  • You have a module in PS for that. Go through [Unlock-BitLocker](https://learn.microsoft.com/en-us/powershell/module/bitlocker/unlock-bitlocker?view=windowsserver2022-ps) – Ranadip Dutta Jan 30 '23 at 18:27

1 Answers1

1

This worked for me:

control /name Microsoft.BitLockerDriveEncryption
FSCKur
  • 920
  • 7
  • 16