Home > OS >  How to open BitLocker Drive Encryption windows using PowerShell
How to open BitLocker Drive Encryption windows using PowerShell

Time:01-31

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

CodePudding user response:

This worked for me:

control /name Microsoft.BitLockerDriveEncryption
  • Related